Skip to content

Instantly share code, notes, and snippets.

@bbpbuildbot
Created July 5, 2024 14:25
Show Gist options
  • Save bbpbuildbot/d13536b2c857f93b52f0b9f5c2485b78 to your computer and use it in GitHub Desktop.
Save bbpbuildbot/d13536b2c857f93b52f0b9f5c2485b78 to your computer and use it in GitHub Desktop.
Logfiles for GitLab pipeline https://bbpgitlab.epfl.ch/hpc/cellular/nrn/-/pipelines/220565 (:no_entry:) running on GitHub PR neuronsimulator/nrn#2953.
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Running with gitlab-runner 15.4.0 (43b2dc3d)
 on macos-arm64 vGzz-bdp
section_start:1720189037:resolve_secrets Resolving secrets
section_end:1720189037:resolve_secrets section_start:1720189037:prepare_executor Preparing the "shell" executor
Using Shell executor...
section_end:1720189037:prepare_executor section_start:1720189037:prepare_script Preparing environment
Running on bbpmacglr01.bbp.epfl.ch...
section_end:1720189037:prepare_script section_start:1720189037:get_sources Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/.git/
Created fresh repository.
Checking out e1d03b26 as nmodl-include-header-cleanup...
Skipping Git submodules setup
section_end:1720189039:get_sources section_start:1720189039:restore_cache Restoring cache
Checking cache for mac_m1_cmake_build: [cmake, ON, OFF, OFF, address]-nmodl-include-header-cleanup-1-non_protected...
Runtime platform  arch=arm64 os=darwin pid=47098 revision=43b2dc3d version=15.4.0
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:1720189050:restore_cache section_start:1720189050:step_script Executing "step_script" stage of the job script
$ cat > resolve_shim.py << END_SCRIPT # collapsed multi-line command
$ real_python=$(python3 resolve_shim.py)
$ echo "python3=$(command -v python3) is really ${real_python}"
python3=/opt/homebrew/bin/python3 is really /opt/homebrew/Cellar/python@3.10/3.10.13_1/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
$ PYTHONEXECUTABLE=${real_python} ${real_python} -mvenv venv
$ venv/bin/python3 -m ensurepip --upgrade --default-pip
Looking in links: /var/folders/dm/mrnbn5ld56v61w1_hpbmskfw0000gp/T/tmpmkqwggcw
Processing /private/var/folders/dm/mrnbn5ld56v61w1_hpbmskfw0000gp/T/tmpmkqwggcw/setuptools-68.2.2-py3-none-any.whl
Processing /private/var/folders/dm/mrnbn5ld56v61w1_hpbmskfw0000gp/T/tmpmkqwggcw/pip-23.3.1-py3-none-any.whl
Installing collected packages: setuptools, pip
Successfully installed pip-23.3.1 setuptools-68.2.2
$ git submodule update --init --recursive --force --depth 1 -- external/nmodl
Submodule 'external/nmodl' (https://github.com/BlueBrain/nmodl) registered for path 'external/nmodl'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl'...
Submodule path 'external/nmodl': checked out '79101467912f9690b6c40a1d3eed7315e3ea9bc4'
Submodule 'cmake/hpc-coding-conventions' (https://github.com/BlueBrain/hpc-coding-conventions.git) registered for path 'external/nmodl/cmake/hpc-coding-conventions'
Submodule 'ext/backward' (https://github.com/bombela/backward-cpp.git) registered for path 'external/nmodl/ext/backward'
Submodule 'ext/catch2' (https://github.com/catchorg/Catch2.git) registered for path 'external/nmodl/ext/catch2'
Submodule 'ext/cli11' (https://github.com/CLIUtils/CLI11.git) registered for path 'external/nmodl/ext/cli11'
Submodule 'ext/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'external/nmodl/ext/eigen'
Submodule 'ext/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'external/nmodl/ext/fmt'
Submodule 'ext/json' (https://github.com/nlohmann/json.git) registered for path 'external/nmodl/ext/json'
Submodule 'ext/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'external/nmodl/ext/pybind11'
Submodule 'ext/spdlog' (https://github.com/gabime/spdlog) registered for path 'external/nmodl/ext/spdlog'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/cmake/hpc-coding-conventions'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/backward'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/catch2'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/cli11'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/eigen'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/fmt'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/json'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/pybind11'...
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/spdlog'...
From https://github.com/BlueBrain/hpc-coding-conventions
* branch f8f8d69a66c23978d1c9c5dce62de79466f26e5d -> FETCH_HEAD
Submodule path 'external/nmodl/cmake/hpc-coding-conventions': checked out 'f8f8d69a66c23978d1c9c5dce62de79466f26e5d'
Submodule path 'external/nmodl/ext/backward': checked out '51f0700452cf71c57d43c2d028277b24cde32502'
From https://github.com/catchorg/Catch2
* branch 8ac8190e494a381072c89f5e161b92a08d98b37b -> FETCH_HEAD
Submodule path 'external/nmodl/ext/catch2': checked out '8ac8190e494a381072c89f5e161b92a08d98b37b'
From https://github.com/CLIUtils/CLI11
* branch f4d0731cebb123ff0ace712c099dffbcd2c58e5a -> FETCH_HEAD
Submodule path 'external/nmodl/ext/cli11': checked out 'f4d0731cebb123ff0ace712c099dffbcd2c58e5a'
From https://gitlab.com/libeigen/eigen
* branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD
Submodule path 'external/nmodl/ext/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c'
From https://github.com/fmtlib/fmt
* branch e69e5f977d458f2650bb346dadf2ad30c5320281 -> FETCH_HEAD
Submodule path 'external/nmodl/ext/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281'
From https://github.com/nlohmann/json
* branch 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 -> FETCH_HEAD
Submodule path 'external/nmodl/ext/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03'
From https://github.com/pybind/pybind11
* branch 3e9dfa2866941655c56877882565e7577de6fc7b -> FETCH_HEAD
Submodule path 'external/nmodl/ext/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b'
From https://github.com/gabime/spdlog
* branch 7c02e204c92545f869e2f04edaab1f19fe8b19fd -> FETCH_HEAD
Submodule path 'external/nmodl/ext/spdlog': checked out '7c02e204c92545f869e2f04edaab1f19fe8b19fd'
$ venv/bin/pip install --upgrade -r external/nmodl/requirements.txt
Ignoring importlib-metadata: markers 'python_version < "3.9"' don't match your environment
Ignoring importlib-resources: markers 'python_version < "3.9"' don't match your environment
Collecting scikit-build-core (from -r external/nmodl/requirements.txt (line 2))
Using cached scikit_build_core-0.9.8-py3-none-any.whl.metadata (19 kB)
Collecting setuptools-scm>=8.0 (from -r external/nmodl/requirements.txt (line 3))
Using cached setuptools_scm-8.1.0-py3-none-any.whl.metadata (6.6 kB)
Collecting Jinja2>=2.9.3 (from -r external/nmodl/requirements.txt (line 4))
Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting PyYAML>=3.13 (from -r external/nmodl/requirements.txt (line 5))
Using cached PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.1 kB)
Collecting find_libpython (from -r external/nmodl/requirements.txt (line 7))
Using cached find_libpython-0.4.0-py3-none-any.whl.metadata (2.8 kB)
Collecting sympy>=1.3 (from -r external/nmodl/requirements.txt (line 8))
Using cached sympy-1.12.1-py3-none-any.whl.metadata (12 kB)
Collecting pytest<=8.1.1 (from -r external/nmodl/requirements.txt (line 12))
Using cached pytest-8.1.1-py3-none-any.whl.metadata (7.6 kB)
Collecting pytest-cov (from -r external/nmodl/requirements.txt (line 13))
Using cached pytest_cov-5.0.0-py3-none-any.whl.metadata (27 kB)
Collecting numpy (from -r external/nmodl/requirements.txt (line 14))
Using cached numpy-2.0.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (114 kB)
Collecting scipy (from -r external/nmodl/requirements.txt (line 15))
Using cached scipy-1.14.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (60 kB)
Collecting jupyter-client (from -r external/nmodl/requirements.txt (line 17))
Using cached jupyter_client-8.6.2-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter (from -r external/nmodl/requirements.txt (line 18))
Using cached jupyter-1.0.0-py2.py3-none-any.whl.metadata (995 bytes)
Collecting myst_parser<2.0.0 (from -r external/nmodl/requirements.txt (line 19))
Using cached myst_parser-1.0.0-py3-none-any.whl.metadata (5.5 kB)
Collecting mistune<3 (from -r external/nmodl/requirements.txt (line 20))
Using cached mistune-2.0.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting nbconvert (from -r external/nmodl/requirements.txt (line 21))
Using cached nbconvert-7.16.4-py3-none-any.whl.metadata (8.5 kB)
Collecting nbsphinx>=0.3.2 (from -r external/nmodl/requirements.txt (line 22))
Using cached nbsphinx-0.9.4-py3-none-any.whl.metadata (2.1 kB)
Collecting sphinxcontrib-applehelp<1.0.3 (from -r external/nmodl/requirements.txt (line 23))
Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-htmlhelp<=2.0.0 (from -r external/nmodl/requirements.txt (line 24))
Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl.metadata (1.6 kB)
Collecting sphinx<6 (from -r external/nmodl/requirements.txt (line 25))
Using cached sphinx-5.3.0-py3-none-any.whl.metadata (6.4 kB)
Collecting sphinx-rtd-theme (from -r external/nmodl/requirements.txt (line 26))
Using cached sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting docutils<0.20 (from -r external/nmodl/requirements.txt (line 27))
Using cached docutils-0.19-py3-none-any.whl.metadata (2.7 kB)
Collecting exceptiongroup>=1.0 (from scikit-build-core->-r external/nmodl/requirements.txt (line 2))
Using cached exceptiongroup-1.2.1-py3-none-any.whl.metadata (6.6 kB)
Collecting packaging>=21.3 (from scikit-build-core->-r external/nmodl/requirements.txt (line 2))
Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting pathspec>=0.10.1 (from scikit-build-core->-r external/nmodl/requirements.txt (line 2))
Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting tomli>=1.2.2 (from scikit-build-core->-r external/nmodl/requirements.txt (line 2))
Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.10/site-packages (from setuptools-scm>=8.0->-r external/nmodl/requirements.txt (line 3)) (68.2.2)
Collecting MarkupSafe>=2.0 (from Jinja2>=2.9.3->-r external/nmodl/requirements.txt (line 4))
Using cached MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl.metadata (3.0 kB)
Collecting mpmath<1.4.0,>=1.1.0 (from sympy>=1.3->-r external/nmodl/requirements.txt (line 8))
Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting iniconfig (from pytest<=8.1.1->-r external/nmodl/requirements.txt (line 12))
Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting pluggy<2.0,>=1.4 (from pytest<=8.1.1->-r external/nmodl/requirements.txt (line 12))
Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting coverage>=5.2.1 (from coverage[toml]>=5.2.1->pytest-cov->-r external/nmodl/requirements.txt (line 13))
Using cached coverage-7.5.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (8.2 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB)
Collecting python-dateutil>=2.8.2 (from jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pyzmq>=23.0 (from jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached pyzmq-26.0.3-cp310-cp310-macosx_10_15_universal2.whl.metadata (6.1 kB)
Collecting tornado>=6.2 (from jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB)
Collecting traitlets>=5.3 (from jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached traitlets-5.14.3-py3-none-any.whl.metadata (10 kB)
Collecting notebook (from jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached notebook-7.2.1-py3-none-any.whl.metadata (10 kB)
Collecting qtconsole (from jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached qtconsole-5.5.2-py3-none-any.whl.metadata (5.1 kB)
Collecting jupyter-console (from jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyter_console-6.6.3-py3-none-any.whl.metadata (5.8 kB)
Collecting ipykernel (from jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached ipykernel-6.29.5-py3-none-any.whl.metadata (6.3 kB)
Collecting ipywidgets (from jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached ipywidgets-8.1.3-py3-none-any.whl.metadata (2.4 kB)
Collecting markdown-it-py<3.0.0,>=1.0.0 (from myst_parser<2.0.0->-r external/nmodl/requirements.txt (line 19))
Using cached markdown_it_py-2.2.0-py3-none-any.whl.metadata (6.8 kB)
Collecting mdit-py-plugins~=0.3.4 (from myst_parser<2.0.0->-r external/nmodl/requirements.txt (line 19))
Using cached mdit_py_plugins-0.3.5-py3-none-any.whl.metadata (2.8 kB)
Collecting beautifulsoup4 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting jupyterlab-pygments (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting nbclient>=0.5.0 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached nbclient-0.10.0-py3-none-any.whl.metadata (7.8 kB)
Collecting nbformat>=5.7 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached nbformat-5.10.4-py3-none-any.whl.metadata (3.6 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting pygments>=2.4.1 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting tinycss2 (from nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached tinycss2-1.3.0-py3-none-any.whl.metadata (3.0 kB)
Collecting sphinxcontrib-devhelp (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-jsmath (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB)
Collecting sphinxcontrib-qthelp (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB)
Collecting snowballstemmer>=2.0 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting babel>=2.9 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB)
Collecting alabaster<0.8,>=0.7 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Collecting imagesize>=1.3 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests>=2.5.0 (from sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme->-r external/nmodl/requirements.txt (line 26))
Using cached sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB)
Collecting six>=1.9.0 (from bleach!=5.0.0->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-client->-r external/nmodl/requirements.txt (line 17))
Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
Collecting mdurl~=0.1 (from markdown-it-py<3.0.0,>=1.0.0->myst_parser<2.0.0->-r external/nmodl/requirements.txt (line 19))
Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting fastjsonschema>=2.15 (from nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached fastjsonschema-2.20.0-py3-none-any.whl.metadata (2.1 kB)
Collecting jsonschema>=2.6 (from nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached jsonschema-4.22.0-py3-none-any.whl.metadata (8.2 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.5.0->sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests>=2.5.0->sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.5.0->sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests>=2.5.0->sphinx<6->-r external/nmodl/requirements.txt (line 25))
Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting appnope (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached appnope-0.1.4-py2.py3-none-any.whl.metadata (908 bytes)
Collecting comm>=0.1.1 (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached comm-0.2.2-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached debugpy-1.8.2-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting ipython>=7.23.1 (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached ipython-8.26.0-py3-none-any.whl.metadata (5.0 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB)
Collecting nest-asyncio (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB)
Collecting widgetsnbextension~=4.0.11 (from ipywidgets->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached widgetsnbextension-4.0.11-py3-none-any.whl.metadata (1.6 kB)
Collecting jupyterlab-widgets~=3.0.11 (from ipywidgets->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyterlab_widgets-3.0.11-py3-none-any.whl.metadata (4.1 kB)
Collecting prompt-toolkit>=3.0.30 (from jupyter-console->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached prompt_toolkit-3.0.47-py3-none-any.whl.metadata (6.4 kB)
Collecting jupyter-server<3,>=2.4.0 (from notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyter_server-2.14.1-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.27.1 (from notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyterlab_server-2.27.2-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab<4.3,>=4.2.0 (from notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyterlab-4.2.3-py3-none-any.whl.metadata (16 kB)
Collecting notebook-shim<0.3,>=0.2 (from notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB)
Collecting qtpy>=2.4.0 (from qtconsole->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached QtPy-2.4.1-py3-none-any.whl.metadata (12 kB)
Collecting decorator (from ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting stack-data (from ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting typing-extensions>=4.6 (from ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat>=5.7->nbconvert->-r external/nmodl/requirements.txt (line 21))
Using cached rpds_py-0.18.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (4.1 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB)
Collecting argon2-cffi>=21.1 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyter_events-0.10.0-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyter-server-terminals>=0.4.4 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl.metadata (5.6 kB)
Collecting overrides>=5.0 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client>=0.9 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached Send2Trash-1.8.3-py3-none-any.whl.metadata (4.0 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached terminado-0.18.1-py3-none-any.whl.metadata (5.8 kB)
Collecting websocket-client>=1.7 (from jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)
Collecting async-lru>=1.0.0 (from jupyterlab<4.3,>=4.2.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting httpx>=0.25.0 (from jupyterlab<4.3,>=4.2.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.3,>=4.2.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jupyter_lsp-2.2.5-py3-none-any.whl.metadata (1.8 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.27.1->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached json5-0.9.25-py3-none-any.whl.metadata (30 kB)
Collecting wcwidth (from prompt-toolkit>=3.0.30->jupyter-console->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting argon2-cffi-bindings (from argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl.metadata (6.7 kB)
Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached parso-0.8.4-py2.py3-none-any.whl.metadata (7.7 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached webcolors-24.6.0-py3-none-any.whl.metadata (2.6 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (1.5 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook->jupyter->-r external/nmodl/requirements.txt (line 18))
Using cached types_python_dateutil-2.9.0.20240316-py3-none-any.whl.metadata (1.8 kB)
Using cached scikit_build_core-0.9.8-py3-none-any.whl (152 kB)
Using cached setuptools_scm-8.1.0-py3-none-any.whl (43 kB)
Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)
Using cached PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB)
Using cached find_libpython-0.4.0-py3-none-any.whl (8.7 kB)
Using cached sympy-1.12.1-py3-none-any.whl (5.7 MB)
Using cached pytest-8.1.1-py3-none-any.whl (337 kB)
Using cached pytest_cov-5.0.0-py3-none-any.whl (21 kB)
Using cached numpy-2.0.0-cp310-cp310-macosx_11_0_arm64.whl (13.3 MB)
Using cached scipy-1.14.0-cp310-cp310-macosx_12_0_arm64.whl (29.9 MB)
Using cached jupyter_client-8.6.2-py3-none-any.whl (105 kB)
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Using cached myst_parser-1.0.0-py3-none-any.whl (77 kB)
Using cached mistune-2.0.5-py2.py3-none-any.whl (24 kB)
Using cached nbconvert-7.16.4-py3-none-any.whl (257 kB)
Using cached nbsphinx-0.9.4-py3-none-any.whl (31 kB)
Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
Using cached sphinx-5.3.0-py3-none-any.whl (3.2 MB)
Using cached sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB)
Using cached docutils-0.19-py3-none-any.whl (570 kB)
Using cached alabaster-0.7.16-py3-none-any.whl (13 kB)
Using cached Babel-2.15.0-py3-none-any.whl (9.6 MB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached coverage-7.5.4-cp310-cp310-macosx_11_0_arm64.whl (205 kB)
Using cached exceptiongroup-1.2.1-py3-none-any.whl (16 kB)
Using cached imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Using cached jupyter_core-5.7.2-py3-none-any.whl (28 kB)
Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
Using cached MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl (18 kB)
Using cached mdit_py_plugins-0.3.5-py3-none-any.whl (52 kB)
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Using cached nbclient-0.10.0-py3-none-any.whl (25 kB)
Using cached nbformat-5.10.4-py3-none-any.whl (78 kB)
Using cached packaging-24.1-py3-none-any.whl (53 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
Using cached pluggy-1.5.0-py3-none-any.whl (20 kB)
Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached pyzmq-26.0.3-cp310-cp310-macosx_10_15_universal2.whl (1.4 MB)
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Using cached sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB)
Using cached sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB)
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Using cached tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl (435 kB)
Using cached traitlets-5.14.3-py3-none-any.whl (85 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Using cached ipykernel-6.29.5-py3-none-any.whl (117 kB)
Using cached ipywidgets-8.1.3-py3-none-any.whl (139 kB)
Using cached jupyter_console-6.6.3-py3-none-any.whl (24 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached notebook-7.2.1-py3-none-any.whl (5.0 MB)
Using cached qtconsole-5.5.2-py3-none-any.whl (123 kB)
Using cached sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB)
Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Using cached sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB)
Using cached tinycss2-1.3.0-py3-none-any.whl (22 kB)
Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
Using cached charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl (120 kB)
Using cached comm-0.2.2-py3-none-any.whl (7.2 kB)
Using cached debugpy-1.8.2-py2.py3-none-any.whl (4.8 MB)
Using cached fastjsonschema-2.20.0-py3-none-any.whl (23 kB)
Using cached idna-3.7-py3-none-any.whl (66 kB)
Using cached ipython-8.26.0-py3-none-any.whl (817 kB)
Using cached jsonschema-4.22.0-py3-none-any.whl (88 kB)
Using cached jupyter_server-2.14.1-py3-none-any.whl (383 kB)
Using cached jupyterlab-4.2.3-py3-none-any.whl (11.6 MB)
Using cached jupyterlab_server-2.27.2-py3-none-any.whl (59 kB)
Using cached jupyterlab_widgets-3.0.11-py3-none-any.whl (214 kB)
Using cached matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB)
Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Using cached notebook_shim-0.2.4-py3-none-any.whl (13 kB)
Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
Using cached prompt_toolkit-3.0.47-py3-none-any.whl (386 kB)
Using cached QtPy-2.4.1-py3-none-any.whl (93 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached urllib3-2.2.2-py3-none-any.whl (121 kB)
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Using cached widgetsnbextension-4.0.11-py3-none-any.whl (2.3 MB)
Using cached appnope-0.1.4-py2.py3-none-any.whl (4.3 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl (251 kB)
Using cached anyio-4.4.0-py3-none-any.whl (86 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached httpx-0.27.0-py3-none-any.whl (75 kB)
Using cached httpcore-1.0.5-py3-none-any.whl (77 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached json5-0.9.25-py3-none-any.whl (30 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached jupyter_events-0.10.0-py3-none-any.whl (18 kB)
Using cached jupyter_lsp-2.2.5-py3-none-any.whl (69 kB)
Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl (13 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Using cached pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Using cached prometheus_client-0.20.0-py3-none-any.whl (54 kB)
Using cached referencing-0.35.1-py3-none-any.whl (26 kB)
Using cached rpds_py-0.18.1-cp310-cp310-macosx_11_0_arm64.whl (322 kB)
Using cached Send2Trash-1.8.3-py3-none-any.whl (18 kB)
Using cached terminado-0.18.1-py3-none-any.whl (14 kB)
Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Using cached websocket_client-1.8.0-py3-none-any.whl (58 kB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached parso-0.8.4-py2.py3-none-any.whl (103 kB)
Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Using cached argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl (53 kB)
Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Using cached cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl (176 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Using cached webcolors-24.6.0-py3-none-any.whl (14 kB)
Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached types_python_dateutil-2.9.0.20240316-py3-none-any.whl (9.7 kB)
Installing collected packages: webencodings, wcwidth, snowballstemmer, pure-eval, ptyprocess, mpmath, mistune, find_libpython, fastjsonschema, widgetsnbextension, websocket-client, webcolors, urllib3, uri-template, typing-extensions, types-python-dateutil, traitlets, tornado, tomli, tinycss2, sympy, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, sniffio, six, send2trash, rpds-py, rfc3986-validator, pyzmq, PyYAML, python-json-logger, pygments, pycparser, psutil, prompt-toolkit, prometheus-client, pluggy, platformdirs, pexpect, pathspec, parso, pandocfilters, packaging, overrides, numpy, nest-asyncio, mdurl, MarkupSafe, jupyterlab-widgets, jupyterlab-pygments, jsonpointer, json5, iniconfig, imagesize, idna, h11, fqdn, executing, exceptiongroup, docutils, defusedxml, decorator, debugpy, coverage, charset-normalizer, certifi, babel, attrs, appnope, alabaster, terminado, setuptools-scm, scipy, scikit-build-core, rfc3339-validator, requests, referencing, qtpy, python-dateutil, pytest, matplotlib-inline, markdown-it-py, jupyter-core, Jinja2, jedi, httpcore, comm, cffi, bleach, beautifulsoup4, async-lru, asttokens, anyio, stack-data, sphinx, pytest-cov, mdit-py-plugins, jupyter-server-terminals, jupyter-client, jsonschema-specifications, httpx, arrow, argon2-cffi-bindings, sphinxcontrib-jquery, myst_parser, jsonschema, isoduration, ipython, argon2-cffi, sphinx-rtd-theme, nbformat, ipywidgets, ipykernel, qtconsole, nbclient, jupyter-events, jupyter-console, nbconvert, nbsphinx, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook, jupyter
Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 PyYAML-6.0.1 alabaster-0.7.16 anyio-4.4.0 appnope-0.1.4 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asttokens-2.4.1 async-lru-2.0.4 attrs-23.2.0 babel-2.15.0 beautifulsoup4-4.12.3 bleach-6.1.0 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 comm-0.2.2 coverage-7.5.4 debugpy-1.8.2 decorator-5.1.1 defusedxml-0.7.1 docutils-0.19 exceptiongroup-1.2.1 executing-2.0.1 fastjsonschema-2.20.0 find_libpython-0.4.0 fqdn-1.5.1 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 idna-3.7 imagesize-1.4.1 iniconfig-2.0.0 ipykernel-6.29.5 ipython-8.26.0 ipywidgets-8.1.3 isoduration-20.11.0 jedi-0.19.1 json5-0.9.25 jsonpointer-3.0.0 jsonschema-4.22.0 jsonschema-specifications-2023.12.1 jupyter-1.0.0 jupyter-client-8.6.2 jupyter-console-6.6.3 jupyter-core-5.7.2 jupyter-events-0.10.0 jupyter-lsp-2.2.5 jupyter-server-2.14.1 jupyter-server-terminals-0.5.3 jupyterlab-4.2.3 jupyterlab-pygments-0.3.0 jupyterlab-server-2.27.2 jupyterlab-widgets-3.0.11 markdown-it-py-2.2.0 matplotlib-inline-0.1.7 mdit-py-plugins-0.3.5 mdurl-0.1.2 mistune-2.0.5 mpmath-1.3.0 myst_parser-1.0.0 nbclient-0.10.0 nbconvert-7.16.4 nbformat-5.10.4 nbsphinx-0.9.4 nest-asyncio-1.6.0 notebook-7.2.1 notebook-shim-0.2.4 numpy-2.0.0 overrides-7.7.0 packaging-24.1 pandocfilters-1.5.1 parso-0.8.4 pathspec-0.12.1 pexpect-4.9.0 platformdirs-4.2.2 pluggy-1.5.0 prometheus-client-0.20.0 prompt-toolkit-3.0.47 psutil-6.0.0 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.22 pygments-2.18.0 pytest-8.1.1 pytest-cov-5.0.0 python-dateutil-2.9.0.post0 python-json-logger-2.0.7 pyzmq-26.0.3 qtconsole-5.5.2 qtpy-2.4.1 referencing-0.35.1 requests-2.32.3 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.18.1 scikit-build-core-0.9.8 scipy-1.14.0 send2trash-1.8.3 setuptools-scm-8.1.0 six-1.16.0 sniffio-1.3.1 snowballstemmer-2.2.0 soupsieve-2.5 sphinx-5.3.0 sphinx-rtd-theme-2.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 stack-data-0.6.3 sympy-1.12.1 terminado-0.18.1 tinycss2-1.3.0 tomli-2.0.1 tornado-6.4.1 traitlets-5.14.3 types-python-dateutil-2.9.0.20240316 typing-extensions-4.12.2 uri-template-1.3.0 urllib3-2.2.2 wcwidth-0.2.13 webcolors-24.6.0 webencodings-0.5.1 websocket-client-1.8.0 widgetsnbextension-4.0.11
[notice] A new release of pip is available: 23.3.1 -> 24.1.1
[notice] To update, run: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python3 -m pip install --upgrade pip
$ venv/bin/pip install --upgrade pip -r nrn_requirements.txt
Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (23.3.1)
Collecting pip
Using cached pip-24.1.1-py3-none-any.whl.metadata (3.6 kB)
Collecting wheel (from -r nrn_requirements.txt (line 1))
Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 2)) (68.2.2)
Collecting setuptools (from -r nrn_requirements.txt (line 2))
Using cached setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: setuptools_scm in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 3)) (8.1.0)
Collecting scikit-build (from -r nrn_requirements.txt (line 4))
Using cached scikit_build-0.18.0-py3-none-any.whl.metadata (17 kB)
Collecting matplotlib (from -r nrn_requirements.txt (line 5))
Using cached matplotlib-3.9.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (11 kB)
Collecting bokeh<3 (from -r nrn_requirements.txt (line 7))
Using cached bokeh-2.4.3-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: ipython in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 8)) (8.26.0)
Collecting cython<3 (from -r nrn_requirements.txt (line 9))
Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB)
Requirement already satisfied: packaging in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 10)) (24.1)
Requirement already satisfied: pytest<=8.1.1 in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 11)) (8.1.1)
Requirement already satisfied: pytest-cov in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 12)) (5.0.0)
Collecting mpi4py (from -r nrn_requirements.txt (line 13))
Using cached mpi4py-3.1.6-cp310-cp310-macosx_12_0_arm64.whl
Collecting numpy<2 (from -r nrn_requirements.txt (line 14))
Using cached numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (61 kB)
Requirement already satisfied: find_libpython in ./venv/lib/python3.10/site-packages (from -r nrn_requirements.txt (line 15)) (0.4.0)
Requirement already satisfied: tomli>=1 in ./venv/lib/python3.10/site-packages (from setuptools_scm->-r nrn_requirements.txt (line 3)) (2.0.1)
Collecting distro (from scikit-build->-r nrn_requirements.txt (line 4))
Using cached distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
Collecting contourpy>=1.0.1 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached contourpy-1.2.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached fonttools-4.53.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (162 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.4 kB)
Collecting pillow>=8 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached pillow-10.4.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (9.2 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->-r nrn_requirements.txt (line 5))
Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
Requirement already satisfied: python-dateutil>=2.7 in ./venv/lib/python3.10/site-packages (from matplotlib->-r nrn_requirements.txt (line 5)) (2.9.0.post0)
Requirement already satisfied: Jinja2>=2.9 in ./venv/lib/python3.10/site-packages (from bokeh<3->-r nrn_requirements.txt (line 7)) (3.1.4)
Requirement already satisfied: PyYAML>=3.10 in ./venv/lib/python3.10/site-packages (from bokeh<3->-r nrn_requirements.txt (line 7)) (6.0.1)
Requirement already satisfied: tornado>=5.1 in ./venv/lib/python3.10/site-packages (from bokeh<3->-r nrn_requirements.txt (line 7)) (6.4.1)
Requirement already satisfied: typing-extensions>=3.10.0 in ./venv/lib/python3.10/site-packages (from bokeh<3->-r nrn_requirements.txt (line 7)) (4.12.2)
Requirement already satisfied: decorator in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (5.1.1)
Requirement already satisfied: jedi>=0.16 in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (0.19.1)
Requirement already satisfied: matplotlib-inline in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (0.1.7)
Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (3.0.47)
Requirement already satisfied: pygments>=2.4.0 in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (2.18.0)
Requirement already satisfied: stack-data in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (0.6.3)
Requirement already satisfied: traitlets>=5.13.0 in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (5.14.3)
Requirement already satisfied: exceptiongroup in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (1.2.1)
Requirement already satisfied: pexpect>4.3 in ./venv/lib/python3.10/site-packages (from ipython->-r nrn_requirements.txt (line 8)) (4.9.0)
Requirement already satisfied: iniconfig in ./venv/lib/python3.10/site-packages (from pytest<=8.1.1->-r nrn_requirements.txt (line 11)) (2.0.0)
Requirement already satisfied: pluggy<2.0,>=1.4 in ./venv/lib/python3.10/site-packages (from pytest<=8.1.1->-r nrn_requirements.txt (line 11)) (1.5.0)
Requirement already satisfied: coverage>=5.2.1 in ./venv/lib/python3.10/site-packages (from coverage[toml]>=5.2.1->pytest-cov->-r nrn_requirements.txt (line 12)) (7.5.4)
Requirement already satisfied: parso<0.9.0,>=0.8.3 in ./venv/lib/python3.10/site-packages (from jedi>=0.16->ipython->-r nrn_requirements.txt (line 8)) (0.8.4)
Requirement already satisfied: MarkupSafe>=2.0 in ./venv/lib/python3.10/site-packages (from Jinja2>=2.9->bokeh<3->-r nrn_requirements.txt (line 7)) (2.1.5)
Requirement already satisfied: ptyprocess>=0.5 in ./venv/lib/python3.10/site-packages (from pexpect>4.3->ipython->-r nrn_requirements.txt (line 8)) (0.7.0)
Requirement already satisfied: wcwidth in ./venv/lib/python3.10/site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython->-r nrn_requirements.txt (line 8)) (0.2.13)
Requirement already satisfied: six>=1.5 in ./venv/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib->-r nrn_requirements.txt (line 5)) (1.16.0)
Requirement already satisfied: executing>=1.2.0 in ./venv/lib/python3.10/site-packages (from stack-data->ipython->-r nrn_requirements.txt (line 8)) (2.0.1)
Requirement already satisfied: asttokens>=2.1.0 in ./venv/lib/python3.10/site-packages (from stack-data->ipython->-r nrn_requirements.txt (line 8)) (2.4.1)
Requirement already satisfied: pure-eval in ./venv/lib/python3.10/site-packages (from stack-data->ipython->-r nrn_requirements.txt (line 8)) (0.2.2)
Using cached pip-24.1.1-py3-none-any.whl (1.8 MB)
Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Using cached setuptools-70.2.0-py3-none-any.whl (930 kB)
Using cached scikit_build-0.18.0-py3-none-any.whl (85 kB)
Using cached matplotlib-3.9.1-cp310-cp310-macosx_11_0_arm64.whl (7.8 MB)
Using cached bokeh-2.4.3-py3-none-any.whl (18.5 MB)
Using cached Cython-0.29.37-py2.py3-none-any.whl (989 kB)
Using cached numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl (14.0 MB)
Using cached contourpy-1.2.1-cp310-cp310-macosx_11_0_arm64.whl (244 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.53.1-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB)
Using cached kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl (66 kB)
Using cached pillow-10.4.0-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB)
Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
Using cached distro-1.9.0-py3-none-any.whl (20 kB)
Installing collected packages: wheel, setuptools, pyparsing, pip, pillow, numpy, mpi4py, kiwisolver, fonttools, distro, cython, cycler, scikit-build, contourpy, bokeh, matplotlib
Attempting uninstall: setuptools
Found existing installation: setuptools 68.2.2
Uninstalling setuptools-68.2.2:
Successfully uninstalled setuptools-68.2.2
Attempting uninstall: pip
Found existing installation: pip 23.3.1
Uninstalling pip-23.3.1:
Successfully uninstalled pip-23.3.1
Attempting uninstall: numpy
Found existing installation: numpy 2.0.0
Uninstalling numpy-2.0.0:
Successfully uninstalled numpy-2.0.0
Successfully installed bokeh-2.4.3 contourpy-1.2.1 cycler-0.12.1 cython-0.29.37 distro-1.9.0 fonttools-4.53.1 kiwisolver-1.4.5 matplotlib-3.9.1 mpi4py-3.1.6 numpy-1.26.4 pillow-10.4.0 pip-24.1.1 pyparsing-3.1.2 scikit-build-0.18.0 setuptools-70.2.0 wheel-0.43.0
$ source ./venv/bin/activate
$ export PYTHON=${PWD}/venv/bin/python
$ ${PYTHON} --version
Python 3.10.13
$ ${PYTHON} -c "import os,matplotlib; f = open(os.path.join(os.path.dirname(matplotlib.__file__), \"mpl-data/matplotlibrc\"),\"a\"); f.write(\"backend: TkAgg\");f.close();"
$ export CXX=${CXX:-g++}
$ export CC=${CC:-gcc}
$ brew install flex bison
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Warning: flex 2.6.4_2 is already installed and up-to-date.
To reinstall 2.6.4_2, run:
brew reinstall flex
Warning: bison 3.8.2 is already installed and up-to-date.
To reinstall 3.8.2, run:
brew reinstall bison
$ export PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH"
$ export INSTALL_DIR=$(pwd)/install
$ echo $LANG
$ echo $LC_ALL
$ export PYTHONPATH=$(${PYTHON} -c "import site; print(\":\".join(site.getsitepackages()))")
$ ${PYTHON} -c 'import os,sys; os.set_blocking(sys.stdout.fileno(), True)'
$ cmake_args=(-G Ninja)
$ if [[ -n "${sanitizer}" ]]; then
$ cmake_args+=(-DCMAKE_BUILD_TYPE=Custom -DCMAKE_C_FLAGS="-O1 -g" -DCMAKE_CXX_FLAGS="-O1 -g" -DNRN_SANITIZERS=$(echo ${sanitizer} | sed -e 's/-/,/g'))
$ fi
$ cmake_args+=(-DCMAKE_C_COMPILER="${CC}" -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER="${CXX}" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" -DNRN_ENABLE_TESTS=ON -DNRN_ENABLE_PERFORMANCE_TESTS=OFF -DNRN_ENABLE_CORENEURON=${cmake_coreneuron} -DNRN_ENABLE_INTERVIEWS=${cmake_interviews} -DNRN_ENABLE_RX3D=${cmake_rx3d})
$ cmake_args+=(-DPYTHON_EXECUTABLE="${PYTHON}")
$ mkdir build && cd build
$ echo "Building with ${cmake_args[@]}"
Building with -G Ninja -DCMAKE_BUILD_TYPE=Custom -DCMAKE_C_FLAGS=-O1 -g -DCMAKE_CXX_FLAGS=-O1 -g -DNRN_SANITIZERS=address -DCMAKE_C_COMPILER=gcc -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_INSTALL_PREFIX=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install -DNRN_ENABLE_TESTS=ON -DNRN_ENABLE_PERFORMANCE_TESTS=OFF -DNRN_ENABLE_CORENEURON=ON -DNRN_ENABLE_INTERVIEWS=OFF -DNRN_ENABLE_RX3D=OFF -DPYTHON_EXECUTABLE=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python
$ cmake .. "${cmake_args[@]}"
-- The C compiler identification is AppleClang 14.0.0.14000029
-- The CXX compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- git describe failed (stdout: '', stderr: 'fatal: No names found, cannot describe anything.', code: 128), skipping the version check
-- Sub-module : missing external/coding-conventions : running git submodule update --init
Submodule 'external/coding-conventions' (https://github.com/BlueBrain/hpc-coding-conventions.git) registered for path 'external/coding-conventions'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/coding-conventions'...
Submodule path 'external/coding-conventions': checked out '3d157f9c8ea94d196a825aaa7f523265e360dc4b'
-- Fetching git submodule external/Random123: running git submodule update --init;--recursive;--depth;1 -- external/Random123
Submodule 'external/Random123' (https://github.com/BlueBrain/Random123.git) registered for path 'external/Random123'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/Random123'...
From https://github.com/BlueBrain/Random123
* branch b5cb15614e8f3eb0ff316bdc50c300ddd32fa3c1 -> FETCH_HEAD
Submodule path 'external/Random123': checked out 'b5cb15614e8f3eb0ff316bdc50c300ddd32fa3c1'
-- 3rd party project: using Random123 from "external/Random123"
-- Fetching git submodule external/eigen: running git submodule update --init;--recursive;--depth;1 -- external/eigen
Submodule 'external/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'external/eigen'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/eigen'...
From https://gitlab.com/libeigen/eigen
* branch 3147391d946bb4b6c68edd901f2add6ac1f31f8c -> FETCH_HEAD
Submodule path 'external/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c'
-- 3rd party project: using eigen from "external/eigen"
-- Enabling sanitizers: address
-- Sanitizer runtime library: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
-- Checking if /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python is a working python
-- Found BISON: /opt/homebrew/opt/bison/bin/bison (found version "3.8.2")
-- Found FLEX: /opt/homebrew/opt/flex/bin/flex (found suitable version "2.6.4", minimum required is "2.6")
-- Found Readline: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include
-- Found MPI_C: /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib (found version "3.1")
-- Found MPI_CXX: /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib (found version "3.1")
-- Found MPI: TRUE (found version "3.1")
-- Sub-module : missing /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nanobind : running git submodule update --recursive;--depth;1 --init
Submodule 'external/nanobind' (https://github.com/wjakob/nanobind) registered for path 'external/nanobind'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nanobind'...
From https://github.com/wjakob/nanobind
* branch 8d7f1ee0621c17fa370b704b2100ffa0243d5bfb -> FETCH_HEAD
Submodule path 'external/nanobind': checked out '8d7f1ee0621c17fa370b704b2100ffa0243d5bfb'
Submodule 'ext/robin_map' (https://github.com/Tessil/robin-map) registered for path 'external/nanobind/ext/robin_map'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nanobind/ext/robin_map'...
From https://github.com/Tessil/robin-map
* branch 188c45569cc2a5dd768077c193830b51d33a5020 -> FETCH_HEAD
Submodule path 'external/nanobind/ext/robin_map': checked out '188c45569cc2a5dd768077c193830b51d33a5020'
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Fetching git submodule external/CLI11: running git submodule update --init;--recursive;--depth;1 -- external/CLI11
Submodule 'external/CLI11' (https://github.com/CLIUtils/CLI11.git) registered for path 'external/CLI11'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/CLI11'...
From https://github.com/CLIUtils/CLI11
* branch 291c58789c031208f08f4f261a858b5b7083e8e2 -> FETCH_HEAD
Submodule path 'external/CLI11': checked out '291c58789c031208f08f4f261a858b5b7083e8e2'
-- 3rd party project: using CLI11 from "external/CLI11"
CMake Deprecation Warning at external/CLI11/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Building CoreNEURON
-- Found Git: /usr/bin/git (found version "2.37.0 (Apple Git-136)")
-- Found Perl: /usr/bin/perl (found version "5.30.3")
-- Could NOT find nmodl (missing: nmodl_BINARY)
-- Sub-project : using nmodl from from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl
-- CHECKING FOR FLEX/BISON
-- Found BISON: /opt/homebrew/opt/bison/bin/bison (found suitable version "3.8.2", minimum required is "3.0")
-- Adding Flex include path as : /opt/homebrew/opt/flex/include/
-- NMODL_TEST_FORMATTING: OFF
-- NMODL_GIT_HOOKS: OFF
-- NMODL_GIT_COMMIT_HOOKS:
-- NMODL_GIT_PUSH_HOOKS: courtesy-msg
-- NMODL_STATIC_ANALYSIS: OFF
-- NMODL_TEST_STATIC_ANALYSIS: OFF
-- 3rd party project: using fmt from "ext/fmt"
-- Version: 10.2.1
-- Build type: Custom
-- 3rd party project: using json from "ext/json"
-- Using the multi-header code from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/json/include/
-- 3rd party project: using pybind11 from "ext/pybind11"
-- pybind11 v2.12.0
-- Found PythonInterp: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python (found suitable version "3.10.13", minimum required is "3.6")
-- Found PythonLibs: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib
-- 3rd party project: using spdlog from "ext/spdlog"
-- Build spdlog: 1.13.0
-- Build type: Custom
-- CHECKING FOR PYTHON
-- Found Python: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python3.10 (found suitable version "3.10.13", minimum required is "3.8") found components: Interpreter
--
-- Configured NMODL 0.0 (7910146 2024-07-05 16:14:29 +0200)
--
-- You can now build NMODL using:
-- cmake --build . --parallel 8 [--target TARGET]
-- You might want to adjust the number of parallel build jobs for your system.
-- Some non-default targets you might want to build:
-- --------------------+--------------------------------------------------------
-- Target | Description
-- --------------------+--------------------------------------------------------
-- test | Run unit tests
-- install | Will install NMODL to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install
-- --------------------+--------------------------------------------------------
-- Build option | Status
-- --------------------+--------------------------------------------------------
-- CXX COMPILER | /usr/bin/g++
-- COMPILE FLAGS | -O1 -g -openmp-simd
-- Build Type | Custom
-- Python Bindings | OFF
-- Flex | /opt/homebrew/opt/flex/bin/flex
-- Bison | /opt/homebrew/opt/bison/bin/bison
-- Python | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python
-- Linked against | ON
-- --------------------+--------------------------------------------------------
-- See documentation : https://github.com/BlueBrain/nmodl/
-- --------------------+--------------------------------------------------------
--
--
-- CoreNEURON is enabled with following build configuration:
-- --------------------+--------------------------------------------------------
-- Build option | Status
-- --------------------+--------------------------------------------------------
-- CXX COMPILER | /usr/bin/g++
-- COMPILE FLAGS | -O1 -g -openmp-simd -std=c++17 -DCORENEURON_BUILD -DCORENRN_BUILD=1 -DEIGEN_DONT_PARALLELIZE -DNRNMPI=1 -DLAYOUT=0 -DDISABLE_HOC_EXP -DENABLE_SPLAYTREE_QUEUING -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope
-- Build Type | SHARED
-- MPI | ON
-- DYNAMIC | OFF
-- INC | /opt/homebrew/Cellar/open-mpi/5.0.1/include
-- OpenMP | ON
-- NMODL PATH | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/bin/nmodl
-- NMODL FLAGS |
-- GPU Support | OFF
-- Auto Timeout | ON
-- Wrap exp() | OFF
-- SplayTree Queue | ON
-- NetReceive Buffer | ON
-- Caliper | OFF
-- Likwid | OFF
-- Unit Tests | ON
-- Reporting | OFF
-- --------------------+--------------------------------------------------------
--
Extracting link flags from target 'nrngnu', beware that this can be fragile. Got:
Extracting link flags from target 'sparse13', beware that this can be fragile. Got:
For 'nrnpython' going to see TARGET 'nanobind' recursively.
Extracting link flags from target 'nanobind', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Extracting link flags from target 'nrnpython', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Extracting link flags from target 'Threads::Threads', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Generating link flags from path /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib Got: /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/5.0.1/lib
-- Sub-module : missing /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/catch2 : running git submodule update --init
Submodule 'external/catch2' (https://github.com/catchorg/Catch2.git) registered for path 'external/catch2'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/catch2'...
Submodule path 'external/catch2': checked out '8ac8190e494a381072c89f5e161b92a08d98b37b'
-- Found Python module 'pytest' with version(s): 8.1.1
-- Found Python module 'pytest_cov' with version(s): 5.0.0
-- Fetching git submodule test/rxd/testdata: running git submodule update --init;--recursive;--depth;1 -- test/rxd/testdata
Submodule 'test/rxd/testdata' (https://github.com/neuronsimulator/rxdtestdata) registered for path 'test/rxd/testdata'
Cloning into '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/test/rxd/testdata'...
From https://github.com/neuronsimulator/rxdtestdata
* branch 30c76babbbc2cff005fd3f6f649c8b81da41ee58 -> FETCH_HEAD
Submodule path 'test/rxd/testdata': checked out '30c76babbbc2cff005fd3f6f649c8b81da41ee58'
-- 3rd party project: using rxd/testdata from "test/rxd/testdata"
-- Found Python module 'mpi4py' with version(s): 3.1.6
-- Disabling coreneuron_modtests::fornetcon_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::direct_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::direct_hoc_gpu: gpu not enabled
-- Disabling coreneuron_modtests::spikes_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::spikes_file_mode_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::fast_imem_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::datareturn_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_units_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_netmove_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_pointer_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_watchrange_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_psolve_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_ba_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_nmodlrandom_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_nmodlrandom_syntax_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_natrans_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_0_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_1_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_2_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_file_mode_py_gpu: gpu not enabled
-- Found Python module 'mpi4py' with version(s): 3.1.6
-- Disabling coreneuron_modtests::spikes_mpi_file_mode_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_subworlds_py_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_table_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_disc_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_function_table_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_kinetic_coreneuron_gpu: gpu not enabled
-- Disabling reduced_dentate::coreneuron_gpu: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_offline_saverestore: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_python: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_offline: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_threads: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_threads_python: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_patstim::coreneuron_gpu_offline_saverestore: gpu not enabled
-- Disabling testcorenrn_patstim::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_offline: gpu not enabled
-- Found OpenSSL: /opt/homebrew/Cellar/openssl@3/3.2.0_1/lib/libcrypto.dylib (found version "3.2.0")
--
-- Configured NEURON 9.0.0
--
-- You can now build NEURON using:
-- cmake --build . --parallel 8 [--target TARGET]
-- You might want to adjust the number of parallel build jobs for your system.
-- Some non-default targets you might want to build:
-- --------------+--------------------------------------------------------------
-- Target | Description
-- --------------+--------------------------------------------------------------
-- install | Will install NEURON to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install
-- | Change the install location of NEURON using:
-- | cmake <src_path> -DCMAKE_INSTALL_PREFIX=<install_path>
-- docs | Build full docs. Calls targets: doxygen, notebooks, sphinx, notebooks-clean
-- uninstall | Removes files installed by make install (todo)
-- --------------+--------------------------------------------------------------
-- Build option | Status
-- --------------+--------------------------------------------------------------
-- C COMPILER | /usr/bin/gcc
-- CXX COMPILER | /usr/bin/g++
-- BUILD_TYPE | Custom (allowed: Custom;Debug;Release;RelWithDebInfo;Fast;FastDebug)
-- COMPILE FLAGS | -O1 -g -openmp-simd -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -O1 -g -openmp-simd
-- Shared | ON
-- MPI | ON
-- DYNAMIC | OFF
-- INC | /opt/homebrew/Cellar/open-mpi/5.0.1/include
-- LIB | /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib
-- Python | ON
-- DYNAMIC | OFF
-- MODULE | ON
-- python3.10 (default)
-- EXE | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python
-- INC | /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10
-- LIB | /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib
-- Readline | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libreadline.tbd
-- Curses | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libcurses.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libform.tbd
-- RX3D | OFF
-- Interviews | OFF
-- CoreNEURON | ON
-- PATH | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/coreneuron
-- LINK FLAGS | -lcorenrnmech -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/5.0.1/lib /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib
-- Tests | ON
-- --------------+--------------------------------------------------------------
-- See documentation : https://www.neuron.yale.edu/neuron/
-- --------------+--------------------------------------------------------------
--
-- Configuring done (26.5s)
-- Generating done (0.2s)
-- Build files have been written to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build
$ ccache -z
Statistics zeroed
$ ccache -vs 2>/dev/null
Cache directory: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/ccache
Config file: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/ccache/ccache.conf
System config file: /opt/homebrew/Cellar/ccache/4.9/etc/ccache.conf
Stats updated: Fri Jul 5 16:18:47 2024
Local storage:
Cache size (GiB): 1.1 / 5.0 (21.88%)
Files: 11860
Hits: 0
Misses: 0
Reads: 0
Writes: 0
$ cmake --build . --parallel
[0/2] Re-checking globbed directories...
[1/1930] Generating share/nrn/demo/cycle.hoc
[2/1930] Generating share/nrn/demo/d3init.hoc
[3/1930] Generating share/nrn/demo/demo.hoc
[4/1930] Generating share/nrn/demo/demo.ses
[5/1930] Generating share/nrn/demo/dend3/control.hoc
[6/1930] Generating share/nrn/demo/dend3/dend3.nrn
[7/1930] Generating share/nrn/demo/dend3.ses
[8/1930] Generating share/nrn/demo/dend3/syn3.hoc
[9/1930] Generating share/nrn/demo/dynchan.ses
[10/1930] Generating share/nrn/demo/hh.ses
[11/1930] Generating share/nrn/demo/dynclamp.hoc
[12/1930] Generating share/nrn/demo/dynclamp.ses
[13/1930] Generating share/nrn/demo/hh.hoc
[14/1930] Generating share/nrn/demo/pyramid.ses
[15/1930] Update hh.mod for CoreNEURON compatibility
[16/1930] Generating share/nrn/demo/pyramid.nrn
[17/1930] Generating share/nrn/demo/reconst.hoc
[18/1930] Generating share/nrn/demo/nomodel.hoc
[19/1930] Generating share/nrn/demo/release.ses
[20/1930] Generating share/nrn/demo/release.hoc
[21/1930] Generating share/nrn/demo/release/camchan.mod
[22/1930] Generating share/nrn/demo/release/cabpump.mod
[23/1930] Generating share/nrn/demo/release/invlfire.mod
[24/1930] Generating share/nrn/demo/release/cachan1.mod
[25/1930] Generating share/nrn/demo/release/capump.mod
[26/1930] Generating share/nrn/demo/release/nacaex.mod
[27/1930] Generating share/nrn/demo/release/khhchan.mod
[28/1930] Generating share/nrn/demo/release/release.mod
[29/1930] Generating share/nrn/demo/singhh.hoc
[30/1930] Generating share/nrn/demo/release/nachan.mod
[31/1930] Generating share/nrn/demo/singhh.ses
[32/1930] Generating share/nrn/demo/sync/cell.hoc
[33/1930] Generating share/nrn/demo/sync/spkplot.hoc
[34/1930] Generating share/nrn/demo/singhhchan.hoc
[35/1930] Generating share/nrn/demo/sync/start.ses
[36/1930] Generating share/nrn/demo/sync/init.hoc
[37/1930] Generating share/nrn/demo/sync/demosync.hoc
[38/1930] Generating share/nrn/demo/sync/synchronize.hoc
[39/1930] Generating share/nrn/demo/testca.hoc
[40/1930] Generating share/nrn/lib/auditscripts/retrieve.sh
[41/1930] Generating share/nrn/lib/auditscripts/hocaudit.sh
[42/1930] Generating share/nrn/lib/auditscripts/saveaudit
[43/1930] Generating share/nrn/lib/auditscripts/gettarname
[44/1930] Generating share/nrn/lib/auditscripts/notes
[45/1930] Generating share/nrn/lib/helpdict
[46/1930] Generating share/nrn/lib/cleanup
[47/1930] Generating share/nrn/lib/hoc/atoltool.hoc
[48/1930] Generating share/nrn/lib/hoc/attshape.hoc
[49/1930] Generating share/nrn/lib/hoc/celbild.hoc
[50/1930] Generating share/nrn/lib/hoc/celbild/celgeom.hoc
[51/1930] Generating share/nrn/lib/hoc/binfo.hoc
[52/1930] Generating share/nrn/lib/hoc/celbild/celbild1.hoc
[53/1930] Generating share/nrn/lib/hoc/celbild/celmang.hoc
[54/1930] Generating share/nrn/lib/hoc/celbild/celmemb.hoc
[55/1930] Generating share/nrn/lib/hoc/celbild/celset.hoc
[56/1930] Generating share/nrn/lib/hoc/celbild/celtopol.hoc
[57/1930] Generating share/nrn/lib/hoc/celbild/inhomofn.hoc
[58/1930] Generating share/nrn/lib/hoc/chanbild/chanbild1.hoc
[59/1930] Generating share/nrn/lib/hoc/celbild/psubset.hoc
[60/1930] Generating share/nrn/lib/hoc/chanbild/exp.hoc
[61/1930] Generating share/nrn/lib/hoc/chanbild/const.hoc
[62/1930] Generating share/nrn/lib/hoc/chanbild.hoc
[63/1930] Generating share/nrn/lib/hoc/chanbild/ksstate.hoc
[64/1930] Generating share/nrn/lib/hoc/chanbild/kstgui.hoc
[65/1930] Generating share/nrn/lib/hoc/chanbild/gategui.hoc
[66/1930] Generating share/nrn/lib/hoc/chanbild/kschanbg.hoc
[67/1930] Generating share/nrn/lib/hoc/chanbild/ksgate.hoc
[68/1930] Generating share/nrn/lib/hoc/chanbild/kstrans.hoc
[69/1930] Generating share/nrn/lib/hoc/chanbild/linoid.hoc
[70/1930] Generating share/nrn/lib/hoc/chanbild/properties.hoc
[71/1930] Generating share/nrn/lib/hoc/chanbild/table.hoc
[72/1930] Generating share/nrn/lib/hoc/chanbild/sigmoid.hoc
[73/1930] Generating share/nrn/lib/hoc/corenrn.hoc
[74/1930] Generating share/nrn/lib/hoc/electrod.hoc
[75/1930] Generating share/nrn/lib/hoc/funfit.hoc
[76/1930] Generating share/nrn/lib/hoc/gatherv.hoc
[77/1930] Generating share/nrn/lib/hoc/family.hoc
[78/1930] Generating share/nrn/lib/hoc/impedanc.hoc
[79/1930] Generating share/nrn/lib/hoc/import3d/import3d_gui.hoc
[80/1930] Generating share/nrn/lib/hoc/grapher.hoc
[81/1930] Generating share/nrn/lib/hoc/impedanx.hoc
[82/1930] Generating share/nrn/lib/hoc/import3d.hoc
[83/1930] Generating share/nrn/lib/hoc/import3d/import3d_sec.hoc
[84/1930] Generating share/nrn/lib/hoc/import3d/read_morphml.hoc
[85/1930] Generating share/nrn/lib/hoc/import3d/read_nlcda3.hoc
[86/1930] Generating share/nrn/lib/hoc/import3d/read_nts.hoc
[87/1930] Generating share/nrn/lib/hoc/import3d/read_swc.hoc
[88/1930] Generating share/nrn/lib/hoc/import3d/read_nlcda.hoc
[89/1930] Generating share/nrn/lib/hoc/lincir.hoc
[90/1930] Generating share/nrn/lib/hoc/impratio.hoc
[91/1930] Generating share/nrn/lib/hoc/inserter.hoc
[92/1930] Generating share/nrn/lib/hoc/lincir/elmbase.hoc
[93/1930] Generating share/nrn/lib/hoc/logax.hoc
[94/1930] Generating share/nrn/lib/hoc/lincir/linmech.hoc
[95/1930] Generating share/nrn/lib/hoc/lincir/lingraph.hoc
[96/1930] Generating share/nrn/lib/hoc/mkcurve.hoc
[97/1930] Generating share/nrn/lib/hoc/loadbal.hoc
[98/1930] Generating share/nrn/lib/hoc/macload.hoc
[99/1930] Generating share/nrn/lib/hoc/lincir/lincir1.hoc
[100/1930] Generating share/nrn/lib/hoc/mknrndll.hoc
[101/1930] Generating share/nrn/lib/hoc/modlunit.hoc
[102/1930] Generating share/nrn/lib/hoc/movierun.hoc
[103/1930] Generating share/nrn/lib/hoc/mulfit.hoc
[104/1930] Generating share/nrn/lib/hoc/mulfit/e_norm.hoc
[105/1930] Generating share/nrn/lib/hoc/mulfit/e_actpot.hoc
[106/1930] Generating share/nrn/lib/hoc/mulfit/eoneprim.hoc
[107/1930] Generating share/nrn/lib/hoc/mulfit/clampfit.hoc
[108/1930] Generating share/nrn/lib/hoc/mulfit/e_xy.hoc
[109/1930] Generating share/nrn/lib/hoc/mulfit/e_y.hoc
[110/1930] Generating share/nrn/lib/hoc/mulfit/eonefunc.hoc
[111/1930] Generating share/nrn/lib/hoc/mulfit/eonerun.hoc
[112/1930] Generating share/nrn/lib/hoc/mulfit/fitparm.hoc
[113/1930] Generating share/nrn/lib/hoc/mulfit/eparmlst.hoc
[114/1930] Generating share/nrn/lib/hoc/mulfit/mulfit1.hoc
[115/1930] Generating share/nrn/lib/hoc/mulfit/optwrap.hoc
[116/1930] Generating share/nrn/lib/hoc/mview.hoc
[117/1930] Generating share/nrn/lib/hoc/mulfit/protorun.hoc
[118/1930] Generating share/nrn/lib/hoc/mview/allpp.hoc
[119/1930] Generating share/nrn/lib/hoc/mview/artview.hoc
[120/1930] Generating share/nrn/lib/hoc/mview/allcell.hoc
[121/1930] Generating share/nrn/lib/hoc/mview/mview1.hoc
[122/1930] Generating share/nrn/lib/hoc/mview/distinctparm.hoc
[123/1930] Generating share/nrn/lib/hoc/mview/distinct.hoc
[124/1930] Generating share/nrn/lib/hoc/mview/mviewgui.hoc
[125/1930] Generating share/nrn/lib/hoc/mview/mviewxml.hoc
[126/1930] Generating share/nrn/lib/hoc/mview/ncview.hoc
[127/1930] Generating share/nrn/lib/hoc/mview/parmvals.hoc
[128/1930] Generating share/nrn/lib/hoc/mview/ppanal.hoc
[129/1930] Generating share/nrn/lib/hoc/mview/realcell.hoc
[130/1930] Generating share/nrn/lib/hoc/mview/secanal.hoc
[131/1930] Generating share/nrn/lib/hoc/mview/parmsets.hoc
[132/1930] Generating share/nrn/lib/hoc/netbild.hoc
[133/1930] Generating share/nrn/lib/hoc/mview/rcclasses.hoc
[134/1930] Generating share/nrn/lib/hoc/mview/treeview.hoc
[135/1930] Generating share/nrn/lib/hoc/netbild/artcel.hoc
[136/1930] Generating share/nrn/lib/hoc/netbild/grstrlst.hoc
[137/1930] Generating share/nrn/lib/hoc/netbild/edgegui.hoc
[138/1930] Generating share/nrn/lib/hoc/netbild/netdata.hoc
[139/1930] Generating share/nrn/lib/hoc/netbild/spkplot.hoc
[140/1930] Generating share/nrn/lib/hoc/netbild/netready.hoc
[141/1930] Generating share/nrn/lib/hoc/netbild/netgui.hoc
[142/1930] Generating share/nrn/lib/hoc/netbild/syntypes.hoc
[143/1930] Generating share/nrn/lib/hoc/netparmpi.hoc
[144/1930] Generating share/nrn/lib/hoc/noload.hoc
[145/1930] Generating share/nrn/lib/hoc/nrngui.hoc
[146/1930] Generating share/nrn/lib/hoc/pcchdir.hoc
[147/1930] Generating share/nrn/lib/hoc/nrngui1.hoc
[148/1930] Generating share/nrn/lib/hoc/parcom.hoc
[149/1930] Generating share/nrn/lib/hoc/pointbsr.hoc
[150/1930] Generating share/nrn/lib/hoc/pointman.hoc
[151/1930] Generating share/nrn/lib/hoc/pointgrp.hoc
[152/1930] Generating share/nrn/lib/hoc/prcellstate.hoc
[153/1930] Generating share/nrn/lib/hoc/shapebox.hoc
[154/1930] Generating share/nrn/lib/hoc/single.hoc
[155/1930] Generating share/nrn/lib/hoc/showmech.hoc
[156/1930] Generating share/nrn/lib/hoc/runfit.hoc
[157/1930] Generating share/nrn/lib/hoc/stdgui.hoc
[158/1930] Generating share/nrn/lib/hoc/stdlib.hoc
[159/1930] Generating share/nrn/lib/hoc/stdrun.hoc
[160/1930] Generating share/nrn/lib/hoc/single1.hoc
[161/1930] Generating share/nrn/lib/hoc/thresh.hoc
[162/1930] Generating share/nrn/lib/hoc/subiter.hoc
[163/1930] Generating share/nrn/lib/hoc/varmeth1.hoc
[164/1930] Generating share/nrn/lib/hoc/vecwrap.hoc
[165/1930] Generating share/nrn/lib/hoc/vplay.hoc
[166/1930] Generating share/nrn/lib/hocload.sh
[167/1930] Generating share/nrn/lib/hoc/wingroup.hoc
[168/1930] Generating share/nrn/lib/nrnunits.lib
[169/1930] Generating share/nrn/lib/nrn.defaults.in
[170/1930] Generating share/nrn/lib/prologue.id
[171/1930] Generating share/nrn/lib/python/neuron/__init__.py
[172/1930] Generating share/nrn/lib/python/neuron/crxd/__init__.py
[173/1930] Generating share/nrn/lib/python/neuron/config.py
[174/1930] Generating share/nrn/lib/python/neuron/doc.py
[175/1930] Generating share/nrn/lib/python/neuron/coreneuron.py
[176/1930] Generating share/nrn/lib/python/neuron/expect_hocerr.py
[177/1930] Generating share/nrn/lib/python/neuron/gui.py
[178/1930] Generating share/nrn/lib/python/neuron/gui2/plotshape.py
[179/1930] Generating share/nrn/lib/python/neuron/gui2/__init__.py
[180/1930] Generating share/nrn/lib/python/neuron/gui2/setup_threejs.py
[181/1930] Generating share/nrn/lib/python/neuron/gui2/rangevar.py
[182/1930] Generating share/nrn/lib/python/neuron/gui2/config.py
[183/1930] Generating share/nrn/lib/python/neuron/gui2/utilities.py
[184/1930] Generating share/nrn/lib/python/neuron/neuroml/neuroml.py
[185/1930] Generating share/nrn/lib/python/neuron/hclass3.py
[186/1930] Generating share/nrn/lib/python/neuron/neuroml/__init__.py
[187/1930] Generating share/nrn/lib/python/neuron/neuroml/biophysics.py
[188/1930] Generating share/nrn/lib/python/neuron/neuroml/morphml.py
[189/1930] Generating share/nrn/lib/python/neuron/neuroml/metadata.py
[190/1930] Generating share/nrn/lib/python/neuron/neuroml/rdxml.py
[191/1930] Generating share/nrn/lib/python/neuron/nonvint_block_supervisor.py
[192/1930] Generating share/nrn/lib/python/neuron/psection.py
[193/1930] Generating share/nrn/lib/python/neuron/neuroml/xml2nrn.py
[194/1930] Generating share/nrn/lib/python/neuron/rxd/__init__.py
[195/1930] Generating share/nrn/lib/python/neuron/rxd/constants.py
[196/1930] Generating share/nrn/lib/python/neuron/rxd/export.py
[197/1930] Generating share/nrn/lib/python/neuron/rxd/generalizedReaction.py
[198/1930] Generating share/nrn/lib/python/neuron/rxd/dimension3.py
[199/1930] Generating share/nrn/lib/python/neuron/rxd/geometry.py
[200/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/__init__.py
[201/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/FullJoinMorph.py
[202/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/GeneralizedVoxelization.py
[203/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/graphicsPrimitives.pyx
[204/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/ctng.pyx
[205/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/scalarField.py
[206/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/simplevolume_helper.py
[207/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/surface.py
[208/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/surface_a.py
[209/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/surfaces.pyx
[210/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/voxelize2.py
[211/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/triangularMesh.py
[212/1930] Generating share/nrn/lib/python/neuron/rxd/gui.py
[213/1930] Generating share/nrn/lib/python/neuron/rxd/geometry3d/voxelize.py
[214/1930] Generating share/nrn/lib/python/neuron/rxd/initializer.py
[215/1930] Generating share/nrn/lib/python/neuron/rxd/multiCompartmentReaction.py
[216/1930] Generating share/nrn/lib/python/neuron/rxd/nodelist.py
[217/1930] Generating share/nrn/lib/python/neuron/rxd/node.py
[218/1930] Generating share/nrn/lib/python/neuron/rxd/plugins.py
[219/1930] Generating share/nrn/lib/python/neuron/rxd/options.py
[220/1930] Generating share/nrn/lib/python/neuron/rxd/rangevar.py
[221/1930] Generating share/nrn/lib/python/neuron/rxd/region.py
[222/1930] Generating share/nrn/lib/python/neuron/rxd/rate.py
[223/1930] Generating share/nrn/lib/python/neuron/rxd/reaction.py
[224/1930] Generating share/nrn/lib/python/neuron/rxd/rxd.py
[225/1930] Generating share/nrn/lib/python/neuron/rxd/rxdException.py
[226/1930] Generating share/nrn/lib/python/neuron/rxd/rxdsection.py
[227/1930] Generating share/nrn/lib/python/neuron/rxd/rxdmath.py
[228/1930] Generating share/nrn/lib/python/neuron/rxd/section1d.py
[229/1930] Generating share/nrn/lib/python/neuron/rxd/species.py
[230/1930] Generating help_data.dat
[231/1930] Generating share/nrn/lib/python/neuron/rxdtests/readme.txt
[232/1930] Generating share/nrn/lib/python/neuron/rxdtests/do_test.py
[233/1930] Generating share/nrn/lib/python/neuron/rxdtests/run_all.py
[234/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/circadian_rhythm.py
[235/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/include_flux3d.py
[236/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/include_flux3d_cvode.py
[237/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/pure_diffusion_3d.py
[238/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/pure_diffusion_3d_cvode.py
[239/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/multicompartment_reactions.py
[240/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/3d/torun.txt
[241/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ca_pump.py
[242/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/cabuf_fixed_step.py
[243/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/IraHH.py
[244/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/c91662.swc
[245/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_before_sections.py
[246/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/cabuf.py
[247/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_include_flux.py
[248/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_example.py
[249/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_example_cvode.py
[250/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_include_flux_cvode.py
[251/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_multi_example.py
[252/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/pump.mod
[253/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/torun.txt
[254/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hh.py
[255/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/ecs/ecs_multi_example_cvode.py
[256/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hh_cvode.py
[257/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hh_morph.py
[258/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hh_param.py
[259/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/bistable_hybrid_cvode_change_nthread.py
[260/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hh_param_cvode.py
[261/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/bistable_hybrid_cvode.py
[262/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/bistable_hybrid.py
[263/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/pure_diffusion_hybrid.py
[264/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/bistable_hybrid_change_nthread.py
[265/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/multicompartment_reactions.py
[266/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/pure_diffusion_hybrid_cvode.py
[267/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/include_flux.py
[268/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/multicompartment_reactions_with_v.py
[269/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/hybrid/torun.txt
[270/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/include_flux_cvode.py
[271/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/multicompartment_mebrane_mismatch.py
[272/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/multicompartment_reactions_del.py
[273/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/nodes_update.py
[274/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/pure_diffusion.py
[275/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/react_region_specified.py
[276/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/torun.txt
[277/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/pure_diffusion_cvode.py
[278/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/reaction_null_dest.py
[279/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/reaction_param_test.py
[280/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/cal2.mod
[281/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/readme.txt
[282/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/caleak.mod
[283/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/reaction_test.py
[284/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_125_1.py
[285/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/verify_no_initialization_order_issue.py
[286/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_taper_25_5.py
[287/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_25_5.py
[288/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_tree2_125_1.py
[289/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/torun.txt
[290/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_taper_125_1.py
[291/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_tree_125_1.py
[292/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_tree2_25_5.py
[293/1930] Generating share/nrn/lib/python/neuron/sections.py
[294/1930] Generating share/nrn/lib/python/neuron/tests/_subclass.py
[295/1930] Generating share/nrn/lib/python/neuron/rxdtests/tests/wave1d/wave1d_tree_25_5.py
[296/1930] Generating share/nrn/lib/python/neuron/tests/__init__.py
[297/1930] Generating share/nrn/lib/python/neuron/tests/test_all.py
[298/1930] Generating share/nrn/lib/python/neuron/tests/test_rxd.py
[299/1930] Generating share/nrn/lib/python/neuron/tests/test_neuron.py
[300/1930] Generating share/nrn/lib/python/neuron/tests/test_vector.py
[301/1930] Generating share/nrn/lib/python/neuron/tests/utils/__init__.py
[302/1930] Generating share/nrn/lib/python/neuron/tests/utils/checkresult.py
[303/1930] Generating share/nrn/lib/python/neuron/tests/utils/capture_stdout.py
[304/1930] Generating share/nrn/lib/python/neuron/tests/utils/strtobool.py
[305/1930] Generating share/nrn/lib/python/neuron/tests/utils/coreneuron_available.py
[306/1930] Generating share/nrn/lib/python/scripts/_README.txt
[307/1930] Generating share/nrn/lib/python/scripts/_binwrapper.py
[308/1930] Generating share/nrn/lib/python/neuron/units.py
[309/1930] Generating share/nrn/lib/python/scripts/idraw
[310/1930] Generating share/nrn/lib/python/scripts/modlunit
[311/1930] Generating share/nrn/lib/python/scripts/neurondemo
[312/1930] Generating share/nrn/lib/python/scripts/mkthreadsafe
[313/1930] Generating share/nrn/lib/python/scripts/nmodl
[314/1930] Generating share/nrn/lib/python/scripts/nrngui
[315/1930] Generating share/nrn/lib/python/scripts/nrniv-core
[316/1930] Generating share/nrn/lib/python/scripts/nrnivmodl
[317/1930] Generating share/nrn/lib/python/scripts/nrnivmodl-core
[318/1930] Generating share/nrn/lib/python/scripts/nrniv
[319/1930] Generating share/nrn/lib/python/scripts/nrnpyenv.sh
[320/1930] Generating share/nrn/lib/python/scripts/sortspike
[321/1930] Generating share/nrn/lib/shape.cm2
[322/1930] Generating share/nrn/lib/shape.cm1
[323/1930] Generating include/backtrace_utils.h
[324/1930] Generating include/bbsavestate.h
[325/1930] Generating include/cabvars.h
[326/1930] Generating include/crout_thread.hpp
[327/1930] Generating include/deflate.hpp
[328/1930] Generating include/dimplic.hpp
[329/1930] Generating include/errcodes.hpp
[330/1930] Generating include/crout.hpp
[331/1930] Generating include/euler.hpp
[332/1930] Generating include/euler_thread.hpp
[333/1930] Generating include/hoc.h
[334/1930] Generating include/hocassrt.h
[335/1930] Generating include/hocdec.h
[336/1930] Generating include/hoc_membf.h
[337/1930] Generating include/hocgetsym.h
[338/1930] Generating include/hoclist.h
[339/1930] Generating include/hocparse.h
[340/1930] Generating include/mcran4.h
[341/1930] Generating include/mech_api.h
[342/1930] Generating include/md1redef.h
[343/1930] Generating include/md2redef.h
[344/1930] Generating include/membfunc.h
[345/1930] Generating include/memory.hpp
[346/1930] Generating include/membdef.h
[347/1930] Generating include/multicore.h
[348/1930] Generating include/multisplit.h
[349/1930] Generating include/neuron/container/generic_data_handle.hpp
[350/1930] Generating include/neuron.h
[351/1930] Generating include/neuron/container/data_handle.hpp
[352/1930] Generating include/neuron/cache/mechanism_range.hpp
[353/1930] Generating include/neuron/model_data_fwd.hpp
[354/1930] Generating include/newton.hpp
[355/1930] Generating include/neuronapi.h
[356/1930] Generating include/newton_thread.hpp
[357/1930] Generating include/neuron/container/non_owning_soa_identifier.hpp
[358/1930] Generating include/newton_struct.h
[359/1930] Generating include/nmodlmutex.h
[360/1930] Generating include/nrnapi.h
[361/1930] Generating include/nrnassrt.h
[362/1930] Generating include/nrn_ansi.h
[363/1930] Generating include/nrnmpi.h
[364/1930] Generating include/nrnisaac.h
[365/1930] Generating include/nrniv_mf.h
[366/1930] Generating include/nrnmpidec.h
[367/1930] Generating include/nrncvode.h
[368/1930] Generating include/nrnoc_ml.h
[369/1930] Generating include/nrnrandom.h
[370/1930] Generating include/nrnredef.h
[371/1930] Generating include/nrnran123.h
[372/1930] Generating include/nrnversionmacros.h
[373/1930] Generating include/oc_ansi.h
[374/1930] Generating include/ocfunc.h
[375/1930] Generating include/ocmisc.h
[376/1930] Generating include/parse_with_deps.hpp
[377/1930] Generating include/options.h
[378/1930] Generating include/runge.hpp
[379/1930] Generating include/row_view.hpp
[380/1930] Generating include/scoplib.h
[381/1930] Generating include/section_fwd.hpp
[382/1930] Generating include/simeq.hpp
[383/1930] Generating include/sparse.hpp
[384/1930] Generating include/spconfig.h
[385/1930] Generating include/ssimplic.hpp
[386/1930] Generating include/spmatrix.h
[387/1930] Generating include/ssimplic_thread.hpp
[388/1930] Generating include/treeset.h
[389/1930] Generating include/sparse_thread.hpp
[390/1930] Generating ../../share/coreneuron/coreneuron.cpp
[391/1930] Generating ../../share/coreneuron/mod_func.c.pl
[392/1930] Generating include/wrap_sprintf.h
[393/1930] Generating ../../share/coreneuron/enginemech.cpp
[394/1930] Generating ../../share/modfile/exp2syn.mod
[395/1930] Generating ../../share/modfile/expsyn.mod
[396/1930] Generating ../../share/modfile/hh.mod
[397/1930] Generating ../../share/modfile/passive.mod
[398/1930] Generating ../../share/modfile/netstim.mod
[399/1930] Generating ../../share/modfile/stim.mod
[400/1930] Generating ../../share/modfile/pattern.mod
[401/1930] Generating ../../share/modfile/svclmp.mod
[402/1930] Building CXX object src/coreneuron/CMakeFiles/corenrn_mpi.dir/mpi/lib/mpispike.cpp.o
[403/1930] Building CXX object external/nmodl/ext/fmt/CMakeFiles/fmt.dir/src/os.cc.o
[404/1930] Building CXX object src/coreneuron/CMakeFiles/corenrn_mpi.dir/mpi/lib/nrnmpi.cpp.o
[405/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/file_sinks.cpp.o
[406/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/stdout_sinks.cpp.o
[407/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/async.cpp.o
[408/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/color_sinks.cpp.o
[409/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/gpu/nrn_acc_manager.cpp.o
[410/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/global_vars.cpp.o
[411/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/apps/main1.cpp.o
[412/1930] Building CXX object external/nmodl/ext/fmt/CMakeFiles/fmt.dir/src/format.cc.o
[413/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/mem_layout_util.cpp.o
[414/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/lfp.cpp.o
[415/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/mech_report.cpp.o
[416/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/core2nrn_data_return.cpp.o
[417/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/nrn_filehandler.cpp.o
[418/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/mk_mech.cpp.o
[419/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/nrn2core_data_init.cpp.o
[420/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/output_spikes.cpp.o
[421/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/phase1.cpp.o
[422/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/nrn_checkpoint.cpp.o
[423/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/reports/nrnreport.cpp.o
[424/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/spdlog.cpp.o
[425/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/phase3.cpp.o
[426/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/reports/report_event.cpp.o
[427/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/reports/report_handler.cpp.o
[428/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/prcellstate.cpp.o
[429/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/reports/report_configuration_parser.cpp.o
[430/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/reports/sonata_report_handler.cpp.o
[431/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/nrn_setup.cpp.o
[432/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mpi/core/nrnmpi_def_cinc.cpp.o
[433/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/setup_fornetcon.cpp.o
[434/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mechanism/capac.cpp.o
[435/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mechanism/eion.cpp.o
[436/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/io/phase2.cpp.o
[437/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mechanism/patternstim.cpp.o
[438/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mechanism/mech_mapping.cpp.o
[439/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/cvodestb.cpp.o
[440/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/multisend.cpp.o
[441/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/balance.cpp.o
[442/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/partrans.cpp.o
[443/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/tqueue.cpp.o
[444/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mechanism/register_mech.cpp.o
[445/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/multisend_setup.cpp.o
[446/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/netcvode.cpp.o
[447/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/cellorder.cpp.o
[448/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/netpar.cpp.o
[449/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/network/partrans_setup.cpp.o
[450/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/data_layout.cpp.o
[451/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/cellorder2.cpp.o
[452/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/cellorder1.cpp.o
[453/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/fast_imem.cpp.o
[454/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/fadvance_core.cpp.o
[455/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/scopmath/abort.cpp.o
[456/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/ivocvect.cpp.o
[457/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/scopmath/newton_thread.cpp.o
[458/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/finitialize.cpp.o
[459/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/solve_core.cpp.o
[460/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/permute/node_permute.cpp.o
[461/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/progressbar/progressbar.cpp.o
[462/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/treeset_core.cpp.o
[463/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/memory.cpp.o
[464/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/string_utils.cpp.o
[465/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/lpt.cpp.o
[466/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/sim/multicore.cpp.o
[467/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/memory_utils.cpp.o
[468/1930] Linking CXX static library lib/libfmt.a
[469/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/nrntimeout.cpp.o
[470/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/nrn_stats.cpp.o
[471/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/nrnoc_aux.cpp.o
[472/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/__/__/coreneuron/config/config.cpp.o
[473/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/utils.cpp.o
[474/1930] -- NMODL : GENERATING AST CLASSES WITH PYTHON GENERATOR! --
[475/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/mpi/core/resolve.cpp.o
[476/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/randoms/nrnran123.cpp.o
[477/1930] -- NMODL : GENERATING VERBATIM PARSER WITH BISON! --
../../../../../external/nmodl/src/parser/verbatim.yy:29.1-24: warning: deprecated directive: '%name-prefix "Verbatim_"', use '%define api.prefix {Verbatim_}' [-Wdeprecated]
29 | %name-prefix "Verbatim_"
| ^~~~~~~~~~~~~~~~~~~~~~~~
| %define api.prefix {Verbatim_}
../../../../../external/nmodl/src/parser/verbatim.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[478/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/utils/vrecord.cpp.o
[479/1930] -- NMODL : GENERATING DIFFERENTIAL EQUATION PARSER WITH BISON! --
../../../../../external/nmodl/src/parser/diffeq.yy:56.1-40: warning: deprecated directive: '%define parser_class_name {DiffeqParser}', use '%define api.parser.class {DiffeqParser}' [-Wdeprecated]
56 | %define parser_class_name {DiffeqParser}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| %define api.parser.class {DiffeqParser}
../../../../../external/nmodl/src/parser/diffeq.yy: warning: 2 shift/reduce conflicts [-Wconflicts-sr]
../../../../../external/nmodl/src/parser/diffeq.yy: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../../../../../external/nmodl/src/parser/diffeq.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[480/1930] -- NMODL : GENERATING UNIT PARSER WITH BISON! --
../../../../../external/nmodl/src/parser/unit.yy:49.1-38: warning: deprecated directive: '%define parser_class_name {UnitParser}', use '%define api.parser.class {UnitParser}' [-Wdeprecated]
49 | %define parser_class_name {UnitParser}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| %define api.parser.class {UnitParser}
../../../../../external/nmodl/src/parser/unit.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[481/1930] Building CXX object external/nmodl/src/printer/CMakeFiles/printer.dir/nmodl_printer.cpp.o
[482/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/blame.cpp.o
[483/1930] Building CXX object external/nmodl/src/printer/CMakeFiles/printer.dir/code_printer.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.cpp:8:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:17:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/fmt/include/fmt/format.h:41:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/memory:682:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[484/1930] Building CXX object external/nmodl/ext/spdlog/CMakeFiles/spdlog.dir/src/cfg.cpp.o
[485/1930] -- NMODL : GENERATING C (11) PARSER WITH BISON! --
../../../../../external/nmodl/src/parser/c11.yy:52.1-35: warning: deprecated directive: '%define parser_class_name {CParser}', use '%define api.parser.class {CParser}' [-Wdeprecated]
52 | %define parser_class_name {CParser}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| %define api.parser.class {CParser}
../../../../../external/nmodl/src/parser/c11.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[486/1930] Linking CXX static library lib/libspdlog.a
[487/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/common_utils.cpp.o
[488/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/string_utils.cpp.o
[489/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/file_library.cpp.o
[490/1930] Generating ../../../../lib/nmodl/__init__.py
[491/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/perf_stat.cpp.o
[492/1930] Generating ../../../../lib/nmodl/_binwrapper.py
[493/1930] Generating ../../../../lib/nmodl/ast.py
[494/1930] Generating ../../../../lib/nmodl/dsl.py
[495/1930] Generating ../../../../lib/nmodl/ode.py
[496/1930] Generating ../../../../lib/nmodl/symtab.py
[497/1930] Generating ../../../../lib/nmodl/visitor.py
[498/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/__/config/config.cpp.o
[499/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/table_data.cpp.o
[500/1930] -- NMODL : GENERATING NMODL_CORE PARSER WITH BISON! --
../../../../../external/nmodl/src/parser/nmodl.yy:64.1-39: warning: deprecated directive: '%define parser_class_name {NmodlParser}', use '%define api.parser.class {NmodlParser}' [-Wdeprecated]
64 | %define parser_class_name {NmodlParser}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| %define api.parser.class {NmodlParser}
../../../../../external/nmodl/src/parser/nmodl.yy: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
../../../../../external/nmodl/src/parser/nmodl.yy: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../../../../../external/nmodl/src/parser/nmodl.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[501/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/spalloc.cpp.o
[502/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/spbuild.cpp.o
[503/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/spoutput.cpp.o
[504/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/ACG.cpp.o
[505/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/spfactor.cpp.o
[506/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Binomial.cpp.o
[507/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/DiscUnif.cpp.o
[508/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Erlang.cpp.o
[509/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/spsolve.cpp.o
[510/1930] Building CXX object src/sparse13/CMakeFiles/sparse13.dir/sputils.cpp.o
[511/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Geom.cpp.o
[512/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/isaac64.cpp.o
[513/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/HypGeom.cpp.o
[514/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Isaac64RNG.cpp.o
[515/1930] Linking CXX static library lib/libsparse13.a
[516/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/LogNorm.cpp.o
[517/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/mcran4.cpp.o
[518/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/MCellRan4RNG.cpp.o
[519/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/NegExp.cpp.o
[520/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/MLCG.cpp.o
[521/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/nrnisaac.cpp.o
[522/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Normal.cpp.o
[523/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Poisson.cpp.o
[524/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Rand.cpp.o
[525/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Random.cpp.o
[526/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/RndInt.cpp.o
[527/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/RNG.cpp.o
[528/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Uniform.cpp.o
[529/1930] [FLEX][modlunitlexer] Building scanner with flex 2.6.4
[530/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/Weibull.cpp.o
[531/1930] Building CXX object src/nrnpython/CMakeFiles/rxdmath.dir/rxdmath.cpp.o
[532/1930] Linking CXX shared library lib/librxdmath.dylib
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[533/1930] [BISON][nocmodlparser] Building parser with bison 3.8.2
../src/nmodl/diffeq.ypp: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
../src/nmodl/diffeq.ypp: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
[534/1930] [FLEX][nocmodllexer] Building scanner with flex 2.6.4
[535/1930] Building CXX object src/gnu/CMakeFiles/nrngnu.dir/nrnran123.cpp.o
[536/1930] Linking CXX static library lib/libnrngnu.a
[537/1930] [BISON][modlunitparser] Building parser with bison 3.8.2
[538/1930] [BISON][nocmodlparser] Building parser with bison 3.8.2
../src/nmodl/parse1.ypp: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
../src/nmodl/parse1.ypp: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
[539/1930] [BISON][ocparser] Building parser with bison 3.8.2
../src/oc/parse.ypp: warning: 108 shift/reduce conflicts [-Wconflicts-sr]
../src/oc/parse.ypp: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
[540/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/consist.cpp.o
[541/1930] Building CXX object external/nmodl/src/printer/CMakeFiles/printer.dir/json_printer.cpp.o
[542/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/init.cpp.o
[543/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/declare.cpp.o
[544/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/kinunit.cpp.o
[545/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/io.cpp.o
[546/1930] cd /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnoc && /opt/homebrew/Cellar/cmake/3.28.1/bin/cmake -E env PROJECT_VERSION=9.0.0 bash /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/git2nrnversion_h.sh /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn > nrnversion.h.tmp && /opt/homebrew/Cellar/cmake/3.28.1/bin/cmake -E copy_if_different nrnversion.h.tmp nrnversion.h
fatal: No names found, cannot describe anything.
[547/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/list.cpp.o
[548/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/model.cpp.o
[549/1930] Building CXX object external/nmodl/src/pybind/CMakeFiles/pyembed.dir/pyembed.cpp.o
[550/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/passn.cpp.o
[551/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/nrnunit.cpp.o
[552/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/symbol.cpp.o
[553/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/units1.cpp.o
[554/1930] Building CXX object src/coreneuron/CMakeFiles/coreneuron-core.dir/apps/corenrn_parameters.cpp.o
[555/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/units.cpp.o
[556/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/__/modlunit/version.cpp.o
[557/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/modlunit_generated/lex.cpp.o
[558/1930] Building CXX object src/nrniv/CMakeFiles/modlunit.dir/modlunit_generated/parse1.cpp.o
[559/1930] Linking CXX executable bin/modlunit
[560/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/consist.cpp.o
[561/1930] Linking CXX static library lib/libcoreneuron-core.a
[562/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/deriv.cpp.o
[563/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/discrete.cpp.o
[564/1930] Building CXX object external/nmodl/src/utils/CMakeFiles/util.dir/logger.cpp.o
[565/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/list.cpp.o
[566/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/init.cpp.o
[567/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/kinetic.cpp.o
[568/1930] Linking CXX static library lib/libutil.a
[569/1930] -- NMODL : GENERATING NMODL LEXER WITH FLEX! --
../../../../../external/nmodl/src/lexer/nmodl.ll:503: warning, -s option given but default rule can be matched
[570/1930] -- NMODL : GENERATING VERBATIM LEXER WITH FLEX! --
[571/1930] -- NMODL : GENERATING DIFFERENTIAL EQUATION LEXER WITH FLEX! --
../../../../../external/nmodl/src/lexer/diffeq.ll:100: warning, -s option given but default rule can be matched
[572/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/io.cpp.o
[573/1930] -- NMODL : GENERATING C(11) LEXER WITH FLEX! --
[574/1930] -- NMODL : GENERATING UNIT LEXER WITH FLEX! --
../../../../../external/nmodl/src/lexer/unit.ll:171: warning, -s option given but default rule can be matched
[575/1930] Linking CXX static library lib/libpyembed.a
[576/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/noccout.cpp.o
[577/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/netrec_discon.cpp.o
[578/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/simultan.cpp.o
[579/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/parsact.cpp.o
[580/1930] Building CXX object external/nmodl/src/pybind/CMakeFiles/pywrapper.dir/wrapper.cpp.o
[581/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/nocpout.cpp.o
[582/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_transform_visitor.cpp.o
[583/1930] Building CXX object src/nrnpython/CMakeFiles/nanobind.dir/__/__/external/nanobind/src/nb_combined.cpp.o
[584/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_acc_visitor.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_acc_visitor.cpp:8:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_acc_visitor.hpp:15:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_coreneuron_cpp_visitor.hpp:18:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[585/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_info.cpp.o
[586/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_compatibility_visitor.cpp.o
[587/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_utils.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_utils.cpp:8:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_utils.hpp:16:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/string:522:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[588/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_helper_visitor.cpp.o
[589/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/modtoken.cpp.o
[590/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/token_mapping.cpp.o
[591/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/nmodl_utils.cpp.o
[592/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/verbatim_lexer.cpp.o
[593/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/diffeq_base_lexer.cpp.o
[594/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/modl.cpp.o
[595/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/c11_base_lexer.cpp.o
[596/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/diffeq_driver.cpp.o
[597/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/unit_base_lexer.cpp.o
[598/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/diffeq_context.cpp.o
[599/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/nmodl_base_lexer.cpp.o
[600/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/c11_driver.cpp.o
[601/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/verbatim_parser.cpp.o
[602/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/unit_driver.cpp.o
[603/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_neuron_cpp_visitor.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_neuron_cpp_visitor.cpp:8:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_neuron_cpp_visitor.hpp:18:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[604/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/diffeq/diffeq_parser.cpp.o
[605/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/c/c11_parser.cpp.o
[606/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/nmodl_driver.cpp.o
[607/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/unit/unit_parser.cpp.o
[608/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_coreneuron_cpp_visitor.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_coreneuron_cpp_visitor.cpp:8:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_coreneuron_cpp_visitor.hpp:18:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[609/1930] Building CXX object external/nmodl/src/symtab/CMakeFiles/symtab.dir/symbol_properties.cpp.o
[610/1930] Building CXX object external/nmodl/src/codegen/CMakeFiles/codegen.dir/codegen_cpp_visitor.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_cpp_visitor.cpp:7:
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/codegen/codegen_cpp_visitor.hpp:18:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[611/1930] Building CXX object external/nmodl/src/symtab/CMakeFiles/symtab.dir/symbol.cpp.o
[612/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/units/units.cpp.o
[613/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/function_callpath_visitor.cpp.o
[614/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/after_cvode_to_cnexp_visitor.cpp.o
[615/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/global_var_visitor.cpp.o
[616/1930] Building CXX object external/nmodl/src/symtab/CMakeFiles/symtab.dir/symbol_table.cpp.o
[617/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/constant_folder_visitor.cpp.o
[618/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/implicit_argument_visitor.cpp.o
[619/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/indexedname_visitor.cpp.o
[620/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/defuse_analyze_visitor.cpp.o
[621/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/local_to_assigned_visitor.cpp.o
[622/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/index_remover.cpp.o
[623/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/parser/nmodl/nmodl_parser.cpp.o
[624/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/local_var_rename_visitor.cpp.o
[625/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/localize_visitor.cpp.o
[626/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/loop_unroll_visitor.cpp.o
[627/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/perf_visitor.cpp.o
[628/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/inline_visitor.cpp.o
[629/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/neuron_solve_visitor.cpp.o
[630/1930] Building CXX object external/nmodl/src/CMakeFiles/nmodl.dir/main.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/main.cpp:8:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/string:522:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/algorithm:653:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/functional:500:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/function.h:20:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/shared_ptr.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:57:5: warning: delete called on 'nmodl::utils::Blame' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
delete __ptr;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:318:7: note: in instantiation of member function 'std::default_delete<nmodl::utils::Blame>::operator()' requested here
__ptr_.second()(__tmp);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:272:19: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::reset' requested here
~unique_ptr() { reset(); }
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/src/printer/code_printer.hpp:55:5: note: in instantiation of member function 'std::unique_ptr<nmodl::utils::Blame>::~unique_ptr' requested here
CodePrinter(std::unique_ptr<utils::Blame> blame)
^
1 warning generated.
[631/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/kinetic_block_visitor.cpp.o
[632/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/semantic_analysis_visitor.cpp.o
[633/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/rename_visitor.cpp.o
[634/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/solve_block_visitor.cpp.o
[635/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/var_usage_visitor.cpp.o
[636/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/units_visitor.cpp.o
[637/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/verbatim_visitor.cpp.o
[638/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/steadystate_visitor.cpp.o
[639/1930] Building CXX object external/nmodl/src/lexer/CMakeFiles/lexer.dir/__/ast/ast.cpp.o
[640/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/verbatim_var_rename_visitor.cpp.o
[641/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/ast_visitor.cpp.o
[642/1930] Linking CXX static library lib/liblexer.a
[643/1930] Linking CXX static library lib/libsymtab.a
[644/1930] Linking CXX static library lib/libpywrapper.a
[645/1930] Linking CXX static library lib/libnanobind.a
[646/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/sympy_conductance_visitor.cpp.o
[647/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/solve.cpp.o
[648/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/symbol.cpp.o
[649/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/modlunit/units.cpp.o
[650/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/sympy_replace_solutions_visitor.cpp.o
[651/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/__/nmodl/version.cpp.o
[652/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/checkparent_visitor.cpp.o
[653/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/nocmodl_generated/lex.cpp.o
[654/1930] Generating ../oc/hocusr.h
[655/1930] cd /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrniv && true
[656/1930] Generating ../../share/nrn/nrnmain.cpp
[657/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/nocmodl_generated/parse1.cpp.o
[658/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/lookup_visitor.cpp.o
[659/1930] Building CXX object src/nrniv/CMakeFiles/nocmodl.dir/nocmodl_generated/diffeq.cpp.o
[660/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/json_visitor.cpp.o
[661/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/visitor_utils.cpp.o
[662/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/nmodl_visitor.cpp.o
[663/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/sympy_solver_visitor.cpp.o
[664/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/nrnpython.cpp.o
[665/1930] Building CXX object external/nmodl/src/visitors/CMakeFiles/visitor.dir/symtab_visitor.cpp.o
[666/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/nrnpy_p2h.cpp.o
[667/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd_marching_cubes.cpp.o
[668/1930] Linking CXX executable bin/nocmodl
[669/1930] Generating ../../include/nrnmpiuse.h
[670/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd_llgramarea.cpp.o
[671/1930] Generating ../../include/nrncvode/nrnneosm.h
[672/1930] Generating ../../include/nrnconf.h
[673/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/grids.cpp.o
[674/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o
[675/1930] Linking CXX static library lib/libvisitor.a
[676/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o
[677/1930] Linking CXX static library lib/libcodegen.a
[678/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o
[679/1930] Linking CXX executable bin/nmodl
[680/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o
[681/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd_intracellular.cpp.o
[682/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o
[683/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o
[684/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o
[685/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd_vol.cpp.o
[686/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o
[687/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/nrnpy_hoc.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_hoc.cpp:9:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_object *&, _object *&))(_object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_object *, _object *), _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_hoc.cpp:169:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_object *, _object *), Args = <_object *&, _object *&>]
return nrn::convert_cxx_exceptions(nrnexec, self, args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_object *&, _object *&))(_object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_hoc.cpp:9:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(PyHocObject *&, _object *&))(PyHocObject *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(PyHocObject *, _object *), PyHocObject *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_hoc.cpp:2458:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(PyHocObject *, _object *), Args = <PyHocObject *&, _object *&>]
return nrn::convert_cxx_exceptions(hocobj_same, pself, args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(PyHocObject *&, _object *&))(PyHocObject *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
2 warnings generated.
[688/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o
[689/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd_extracellular.cpp.o
[690/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/nrnpy_nrn.cpp.o
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(_object *&, _object *&))(_object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(_object *, _object *), _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:207:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(_object *, _object *), Args = <_object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPySecObj_contains, sec, obj);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(_object *&, _object *&))(_object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(NPySecObj *&, _object *&, _object *&))(NPySecObj *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(NPySecObj *, _object *, _object *), NPySecObj *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:431:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(NPySecObj *, _object *, _object *), Args = <NPySecObj *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPySecObj_init, self, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(NPySecObj *&, _object *&, _object *&))(NPySecObj *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(NPyAllSegOfSecIter *&, _object *&, _object *&))(NPyAllSegOfSecIter *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(NPyAllSegOfSecIter *, _object *, _object *), NPyAllSegOfSecIter *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:449:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(NPyAllSegOfSecIter *, _object *, _object *), Args = <NPyAllSegOfSecIter *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPyAllSegOfSecIter_init, self, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(NPyAllSegOfSecIter *&, _object *&, _object *&))(NPyAllSegOfSecIter *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_typeobject *&, _object *&, _object *&))(_typeobject *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_typeobject *, _object *, _object *), _typeobject *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:466:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_typeobject *, _object *, _object *), Args = <_typeobject *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPySecObj_new, type, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_typeobject *&, _object *&, _object *&))(_typeobject *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_object *&, _object *&, _object *&))(_object *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_object *, _object *, _object *), _object *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:491:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_object *, _object *, _object *), Args = <_object *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(nrnpy_newsecobj, self, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_object *&, _object *&, _object *&))(_object *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(NPyMechObj *&, _object *&, _object *&))(NPyMechObj *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(NPyMechObj *, _object *, _object *), NPyMechObj *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:667:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(NPyMechObj *, _object *, _object *), Args = <NPyMechObj *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPyMechObj_init, self, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(NPyMechObj *&, _object *&, _object *&))(NPyMechObj *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(NPyRangeVar *&, _object *&, _object *&))(NPyRangeVar *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(NPyRangeVar *, _object *, _object *), NPyRangeVar *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:675:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(NPyRangeVar *, _object *, _object *), Args = <NPyRangeVar *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(NPyRangeVar_init, self, args, kwds);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(NPyRangeVar *&, _object *&, _object *&))(NPyRangeVar *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySecObj *&))(NPySecObj *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySecObj *), NPySecObj *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:685:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySecObj *), Args = <NPySecObj *&>]
return nrn::convert_cxx_exceptions(NPySecObj_name, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySecObj *&))(NPySecObj *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySecObj *&, _object *&))(NPySecObj *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySecObj *, _object *), NPySecObj *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:732:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySecObj *, _object *), Args = <NPySecObj *&, _object *&>]
return nrn::convert_cxx_exceptions(NPySecObj_pt3dclear, self, args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySecObj *&, _object *&))(NPySecObj *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_object *&))(_object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_object *), _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:952:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_object *), Args = <_object *&>]
return nrn::convert_cxx_exceptions(pysec_repr, p);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_object *&))(_object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_object *&, _object *&))(_object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_object *, _object *), _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1005:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_object *, _object *), Args = <_object *&, _object *&>]
return nrn::convert_cxx_exceptions(nrnpy_set_psection, self, args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_object *&, _object *&))(_object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySecObj *const &))(NPySecObj *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySecObj *), NPySecObj *const &>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1155:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySecObj *), Args = <NPySecObj *const &>]
return nrn::convert_cxx_exceptions(pysec_children, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySecObj *const &))(NPySecObj *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<long (*(_object *&))(_object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<long (*)(_object *), _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1223:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = long (*)(_object *), Args = <_object *&>]
return nrn::convert_cxx_exceptions(pysec_hash, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<long (*(_object *&))(_object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySegObj *&, _object *&, int &))(NPySegObj *, _object *, int)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySegObj *, _object *, int), NPySegObj *&, _object *&, int &>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1249:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySegObj *, _object *, int), Args = <NPySegObj *&, _object *&, int &>]
return nrn::convert_cxx_exceptions(pyseg_richcmp, self, other, op);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySegObj *&, _object *&, int &))(NPySegObj *, _object *, int)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySecObj *&, _object *&, int &))(NPySecObj *, _object *, int)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySecObj *, _object *, int), NPySecObj *&, _object *&, int &>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1272:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySecObj *, _object *, int), Args = <NPySecObj *&, _object *&, int &>]
return nrn::convert_cxx_exceptions(pysec_richcmp, self, other, op);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySecObj *&, _object *&, int &))(NPySecObj *, _object *, int)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyMechObj *&))(NPyMechObj *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyMechObj *), NPyMechObj *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1306:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyMechObj *), Args = <NPyMechObj *&>]
return nrn::convert_cxx_exceptions(NPyMechObj_name, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyMechObj *&))(NPyMechObj *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyMechFunc *&))(NPyMechFunc *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyMechFunc *), NPyMechFunc *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1319:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyMechFunc *), Args = <NPyMechFunc *&>]
return nrn::convert_cxx_exceptions(NPyMechFunc_name, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyMechFunc *&))(NPyMechFunc *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyMechFunc *&, _object *&))(NPyMechFunc *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyMechFunc *, _object *), NPyMechFunc *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1349:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyMechFunc *, _object *), Args = <NPyMechFunc *&, _object *&>]
return nrn::convert_cxx_exceptions(NPyMechFunc_call, self, args);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyMechFunc *&, _object *&))(NPyMechFunc *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyRangeVar *&))(NPyRangeVar *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyRangeVar *), NPyRangeVar *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1428:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyRangeVar *), Args = <NPyRangeVar *&>]
return nrn::convert_cxx_exceptions(NPyRangeVar_name, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyRangeVar *&))(NPyRangeVar *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyAllSegOfSecIter *&))(NPyAllSegOfSecIter *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyAllSegOfSecIter *), NPyAllSegOfSecIter *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1638:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyAllSegOfSecIter *), Args = <NPyAllSegOfSecIter *&>]
return nrn::convert_cxx_exceptions(allseg_of_sec_iter, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyAllSegOfSecIter *&))(NPyAllSegOfSecIter *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySegOfSecIter *&))(NPySegOfSecIter *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySegOfSecIter *), NPySegOfSecIter *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1690:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySegOfSecIter *), Args = <NPySegOfSecIter *&>]
return nrn::convert_cxx_exceptions(seg_of_sec_next, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySegOfSecIter *&))(NPySegOfSecIter *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySegObj *&))(NPySegObj *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySegObj *), NPySegObj *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:1711:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySegObj *), Args = <NPySegObj *&>]
return nrn::convert_cxx_exceptions(seg_point_processes, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySegObj *&))(NPySegObj *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyMechOfSegIter *&))(NPyMechOfSegIter *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyMechOfSegIter *), NPyMechOfSegIter *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2135:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyMechOfSegIter *), Args = <NPyMechOfSegIter *&>]
return nrn::convert_cxx_exceptions(mech_of_seg_next, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyMechOfSegIter *&))(NPyMechOfSegIter *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyVarOfMechIter *&))(NPyVarOfMechIter *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyVarOfMechIter *), NPyVarOfMechIter *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2175:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyVarOfMechIter *), Args = <NPyVarOfMechIter *&>]
return nrn::convert_cxx_exceptions(var_of_mech_next, self);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyVarOfMechIter *&))(NPyVarOfMechIter *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPySegObj *&, _object *&))(NPySegObj *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPySegObj *, _object *), NPySegObj *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2292:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPySegObj *, _object *), Args = <NPySegObj *&, _object *&>]
return nrn::convert_cxx_exceptions(segment_getattro, self, pyname);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPySegObj *&, _object *&))(NPySegObj *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(NPySegObj *&, _object *&, _object *&))(NPySegObj *, _object *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(NPySegObj *, _object *, _object *), NPySegObj *&, _object *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2397:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(NPySegObj *, _object *, _object *), Args = <NPySegObj *&, _object *&, _object *&>]
return nrn::convert_cxx_exceptions(segment_setattro, self, pyname, value);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(NPySegObj *&, _object *&, _object *&))(NPySegObj *, _object *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(NPyMechObj *&, _object *&))(NPyMechObj *, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(NPyMechObj *, _object *), NPyMechObj *&, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2536:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(NPyMechObj *, _object *), Args = <NPyMechObj *&, _object *&>]
return nrn::convert_cxx_exceptions(mech_getattro, self, pyname);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(NPyMechObj *&, _object *&))(NPyMechObj *, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<_object *(*(_object *&, long &))(_object *, long)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<_object *(*)(_object *, long), _object *&, long &>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2682:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = _object *(*)(_object *, long), Args = <_object *&, long &>]
return nrn::convert_cxx_exceptions(rv_getitem, self, ix);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<_object *(*(_object *&, long &))(_object *, long)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
In file included from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:11:
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:32:39: warning: 'result_of<int (*(_object *&, long &, _object *&))(_object *, long, _object *)>' is deprecated [-Wdeprecated-declarations]
using return_type = typename std::result_of<F(Args...)>::type;
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/convert_cxx_exceptions.hpp:40:17: note: in instantiation of template class 'nrn::convert_cxx_exceptions_trait<int (*)(_object *, long, _object *), _object *&, long &, _object *&>' requested here
static typename convert_cxx_exceptions_trait<F, Args...>::return_type convert_cxx_exceptions(
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnpython/nrnpy_nrn.cpp:2730:12: note: while substituting deduced template arguments into function template 'convert_cxx_exceptions' [with F = int (*)(_object *, long, _object *), Args = <_object *&, long &, _object *&>]
return nrn::convert_cxx_exceptions(rv_setitem, self, ix, value);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<int (*(_object *&, long &, _object *&))(_object *, long, _object *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
29 warnings generated.
[691/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o
[692/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o
[693/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o
[694/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o
[695/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o
[696/1930] Building CXX object src/nrnpython/CMakeFiles/nrnpython.dir/rxd.cpp.o
[697/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o
[698/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o
[699/1930] Generating ../nrnoc/apcount.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/apcount.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/apcount.cpp
Thread Safe
[700/1930] Generating ../nrnoc/exp2syn.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/exp2syn.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/exp2syn.cpp
Thread Safe
[701/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o
[702/1930] Generating ../nrnoc/expsyn.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/expsyn.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/expsyn.cpp
Thread Safe
[703/1930] Generating ../nrnoc/feature.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/feature.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/feature.cpp
Notice: VERBATIM blocks are not thread safe
[704/1930] Generating ../nrnoc/hh.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/hh.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/hh.cpp
Thread Safe
[705/1930] Generating ../nrnoc/intfire1.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire1.cpp
Thread Safe
[706/1930] Generating ../nrnoc/intfire2.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire2.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire2.cpp
Thread Safe
[707/1930] Generating ../nrnoc/intfire4.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire4.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/intfire4.cpp
Thread Safe
[708/1930] Generating ../nrnoc/netstim.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/netstim.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/netstim.cpp
Thread Safe
[709/1930] Generating ../nrnoc/oclmp.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/oclmp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/oclmp.cpp
Thread Safe
[710/1930] Generating ../nrnoc/passive.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/passive.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/passive.cpp
Thread Safe
[711/1930] Generating ../nrnoc/pattern.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/pattern.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/pattern.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
[712/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o
[713/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o
[714/1930] Generating ../nrnoc/ppmark.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/ppmark.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/ppmark.cpp
Thread Safe
[715/1930] Generating ../nrnoc/stim.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/stim.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/stim.cpp
Thread Safe
[716/1930] Generating ../nrnoc/svclmp.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/svclmp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/svclmp.cpp
Thread Safe
[717/1930] Generating ../nrnoc/syn.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/syn.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/syn.cpp
Thread Safe
[718/1930] Generating ../nrnoc/vclmp.cpp
Translating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/vclmp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/nrnoc/vclmp.cpp
Notice: VERBATIM blocks are not thread safe
Notice: LINEAR is not thread safe.
[719/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o
[720/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o
[721/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o
[722/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/apwindow.cpp.o
[723/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o
[724/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o
[725/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o
[726/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/bndedval.cpp.o
[727/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/axis.cpp.o
[728/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/cbwidget.cpp.o
[729/1930] Running nrnivmodl-core with internal mod files
WARNING: No mod files found in '/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/bin', compiling default ones only!
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MECHLIB_SUFFIX=internal NMODL_BINARY=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/bin/nmodl MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
[730/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/checkpnt.cpp.o
[731/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/gifimage.cpp.o
[732/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/epsprint.cpp.o
[733/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/graphvec.cpp.o
[734/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o
[735/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o
[736/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/grglyph.cpp.o
[737/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/fourier.cpp.o
[738/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/graph.cpp.o
[739/1930] Building CXX object test/coreneuron/unit/cmdline_interface/CMakeFiles/cmd_interface_test_bin.dir/test_cmdline_interface.cpp.o
[740/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/grmanip.cpp.o
[741/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/hocmark.cpp.o
[742/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/htlist.cpp.o
[743/1930] Building CXX object test/coreneuron/unit/interleave_info/CMakeFiles/interleave_info_bin.dir/check_constructors.cpp.o
[744/1930] Building CXX object test/coreneuron/unit/random/CMakeFiles/random_test_bin.dir/test_random.cpp.o
[745/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/idraw.cpp.o
[746/1930] Building CXX object test/coreneuron/unit/alignment/CMakeFiles/alignment_test_bin.dir/alignment.cpp.o
[747/1930] Building CXX object test/coreneuron/unit/queueing/CMakeFiles/queuing_test_bin.dir/test_queueing.cpp.o
[748/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ivocmain.cpp.o
[749/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/mlinedit.cpp.o
[750/1930] Building CXX object test/coreneuron/unit/lfp/CMakeFiles/lfp_test_bin.dir/lfp.cpp.o
[751/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/mymath.cpp.o
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/ivoc/mymath.cpp:2:14: warning: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Wignored-pragmas]
#pragma STDC FENV_ACCESS ON
^
1 warning generated.
[752/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ivocrand.cpp.o
[753/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocbrowsr.cpp.o
[754/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/objcmd.cpp.o
[755/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocbox.cpp.o
[756/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/oc2iv.cpp.o
[757/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ochelp.cpp.o
[758/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocdeck.cpp.o
[759/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocnoiv1.cpp.o
[760/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocfile.cpp.o
[761/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocpicker.cpp.o
[762/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/oclist.cpp.o
[763/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ivoc.cpp.o
[764/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/matrix.cpp.o
[765/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocobserv.cpp.o
[766/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ivocvect.cpp.o
[767/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/rect.cpp.o
[768/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/rubband.cpp.o
[769/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/scene.cpp.o
[770/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/octimer.cpp.o
[771/1930] Building CXX object test/coreneuron/unit/solver/CMakeFiles/test-solver.dir/test_solver.cpp.o
[772/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/pwman.cpp.o
[773/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocpointer.cpp.o
[774/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/scenepic.cpp.o
[775/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/utility.cpp.o
[776/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/xyview.cpp.o
[777/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/field.cpp.o
[778/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/xdep.cpp.o
[779/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocptrvector.cpp.o
[780/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/symchoos.cpp.o
[781/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/xmenu.cpp.o
[782/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/permute/balance.cpp.o
[783/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/utils/lpt.cpp.o
[784/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/permute/node_permute.cpp.o
[785/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/permute/cellorder2.cpp.o
[786/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/permute/cellorder1.cpp.o
[787/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/cvodestb.cpp.o
[788/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/coreneuron/permute/cellorder.cpp.o
[789/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/cvtrset.cpp.o
[790/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/cvodeobj.cpp.o
[791/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/classreg.cpp.o
[792/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/tqueue.cpp.o
[793/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/nrndaspk.cpp.o
[794/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/occvode.cpp.o
[795/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/cxprop.cpp.o
[796/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/strfun.cpp.o
[797/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/glinerec.cpp.o
[798/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/finithnd.cpp.o
[799/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/datapath.cpp.o
[800/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/backtrace_utils.cpp.o
[801/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/hocmech.cpp.o
[802/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/impedanc.cpp.o
[803/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/kssingle.cpp.o
[804/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/linmod.cpp.o
[805/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/memory_usage.cpp.o
[806/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/linmod1.cpp.o
[807/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/matrixmap.cpp.o
[808/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/ndatclas.cpp.o
[809/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/bbsavestate.cpp.o
[810/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/kschan.cpp.o
[811/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nmodlrandom.cpp.o
[812/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write/data/datum_indices.cpp.o
[813/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/neuronapi.cpp.o
[814/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/multisplit.cpp.o
[815/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write.cpp.o
[816/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/netpar.cpp.o
[817/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write/io/nrncore_io.cpp.o
[818/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write/data/cell_group.cpp.o
[819/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrnpy.cpp.o
[820/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrnmenu.cpp.o
[821/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write/utils/nrncore_utils.cpp.o
[822/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nvector_nrnserial_ld.cpp.o
[823/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrndae.cpp.o
[824/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nvector_nrnthread.cpp.o
[825/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrnste.cpp.o
[826/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nvector_nrnthread_ld.cpp.o
[827/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nrncore_write/callbacks/nrncore_callbacks.cpp.o
[828/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/ocjump.cpp.o
[829/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrncvode/netcvode.cpp.o
[830/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/ppshape.cpp.o
[831/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/rotate3d.cpp.o
[832/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/shape.cpp.o
[833/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/secbrows.cpp.o
[834/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/shapeplt.cpp.o
[835/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/pysecname2sec.cpp.o
[836/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/savstate.cpp.o
[837/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/prcellstate.cpp.o
[838/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/splitcell.cpp.o
[839/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/spaceplt.cpp.o
[840/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/vrecord.cpp.o
[841/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/symdir.cpp.o
[842/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/partrans.cpp.o
[843/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/clamp.cpp.o
[844/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/capac.cpp.o
[845/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/hocprax.cpp.o
[846/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/fstim.cpp.o
[847/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/eion.cpp.o
[848/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/extcelln.cpp.o
[849/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/fadvance.cpp.o
[850/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/container.cpp.o
[851/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/membfunc.cpp.o
[852/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/nrnnemo.cpp.o
[853/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/ldifus.cpp.o
[854/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/nrntimeout.cpp.o
[855/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/memblist.cpp.o
[856/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/nrnversion.cpp.o
[857/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nonlinz.cpp.o
[858/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/passive0.cpp.o
[859/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/seclist.cpp.o
[860/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/psection.cpp.o
[861/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/secref.cpp.o
[862/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/cabcode.cpp.o
[863/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/synapse.cpp.o
[864/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/point.cpp.o
[865/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/audit.cpp.o
[866/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/axis.cpp.o
[867/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/debug.cpp.o
[868/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/init.cpp.o
[869/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/code2.cpp.o
[870/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/fileio.cpp.o
[871/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/solve.cpp.o
[872/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/ftime.cpp.o
[873/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/functabl.cpp.o
[874/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/getsym.cpp.o
[875/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/hocusr.cpp.o
[876/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/hoc_init.cpp.o
[877/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/hoc.cpp.o
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/oc/hoc.cpp:2:14: warning: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Wignored-pragmas]
#pragma STDC FENV_ACCESS ON
^
1 warning generated.
[878/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/multicore.cpp.o
[879/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/list.cpp.o
[880/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/math.cpp.o
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/oc/math.cpp:2:14: warning: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Wignored-pragmas]
#pragma STDC FENV_ACCESS ON
^
1 warning generated.
[881/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/mswinprt.cpp.o
[882/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/memory.cpp.o
[883/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/oc_mcran4.cpp.o
[884/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/nonlin.cpp.o
[885/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/version.cpp.o
[886/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/plt.cpp.o
[887/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/plot.cpp.o
[888/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/scoprand.cpp.o
[889/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/hoc_oop.cpp.o
[890/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/symbol.cpp.o
[891/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/x.cpp.o
[892/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/treeset.cpp.o
[893/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/xred.cpp.o
[894/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/oc_generated/parse.cpp.o
[895/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/feature.cpp.o
[896/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/oc/code.cpp.o
[897/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/apcount.cpp.o
[898/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/expsyn.cpp.o
[899/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/exp2syn.cpp.o
[900/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/intfire1.cpp.o
[901/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/intfire2.cpp.o
[902/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/hh.cpp.o
[903/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/passive.cpp.o
[904/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/oclmp.cpp.o
[905/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/intfire4.cpp.o
[906/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/netstim.cpp.o
[907/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/ppmark.cpp.o
[908/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/pattern.cpp.o
[909/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/stim.cpp.o
[910/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/abort.cpp.o
[911/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/boundary.cpp.o
[912/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/advance.cpp.o
[913/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/syn.cpp.o
[914/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/svclmp.cpp.o
[915/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/crank.cpp.o
[916/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/f2cmisc.cpp.o
[917/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/scoperf.cpp.o
[918/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/gauss.cpp.o
[919/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/exprand.cpp.o
[920/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/expfit.cpp.o
[921/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/factoria.cpp.o
[922/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/force.cpp.o
[923/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnoc/vclmp.cpp.o
[924/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/getmem.cpp.o
[925/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/harmonic.cpp.o
[926/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/hyperbol.cpp.o
[927/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/invert.cpp.o
[928/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/lag.cpp.o
[929/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/legendre.cpp.o
[930/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/normrand.cpp.o
[931/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/perpulse.cpp.o
[932/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/perstep.cpp.o
[933/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/poisrand.cpp.o
[934/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/poisson.cpp.o
[935/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/ramp.cpp.o
[936/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/revhyper.cpp.o
[937/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/pulse.cpp.o
[938/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/revsawto.cpp.o
[939/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/praxis.cpp.o
[940/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/revsigmo.cpp.o
[941/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/romberg.cpp.o
[942/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/sigmoid.cpp.o
[943/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/sawtooth.cpp.o
[944/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/spline.cpp.o
[945/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/squarewa.cpp.o
[946/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/step.cpp.o
[947/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/threshol.cpp.o
[948/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sparse/bksub.cpp.o
[949/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvband.c.o
[950/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvbandpre.c.o
[951/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvbbdpre.c.o
[952/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvdiag.c.o
[953/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvdense.c.o
[954/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sparse/lineq.cpp.o
[955/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sparse/prmat.cpp.o
[956/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sparse/subrows.cpp.o
[957/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvodea.c.o
[958/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvspgmr.c.o
[959/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idaband.c.o
[960/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvodesio.c.o
[961/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/scopmath/tridiag.cpp.o
[962/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idabbdpre.c.o
[963/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idadense.c.o
[964/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sparse/getelm.cpp.o
[965/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idaio.c.o
[966/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idaic.c.o
[967/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/dense.c.o
[968/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/band.c.o
[969/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/idaspgmr.c.o
[970/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/iterative.c.o
[971/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/nvector.c.o
[972/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/sundialsmath.c.o
[973/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/smalldense.c.o
[974/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/spgmr.c.o
[975/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/nvector_serial.c.o
[976/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/ida/ida.c.o
[977/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbssrvmpi.cpp.o
[978/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbs.cpp.o
[979/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbsclimpi.cpp.o
[980/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbsdirectmpi.cpp.o
[981/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/shared/nvector_parallel.c.o
[982/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbslocal.cpp.o
[983/1930] Building C object src/nrniv/CMakeFiles/nrniv_lib.dir/__/sundials/cvodes/cvodes.c.o
[984/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/nvector_nrnparallel_ld.cpp.o
[985/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnmpi/nrnmpi.cpp.o
[986/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbssrv2mpi.cpp.o
[987/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnmpi/memory_usage.cpp.o
[988/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnmpi/bbsmpipack.cpp.o
[989/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivos/observe.cpp.o
[990/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/bbslsrv.cpp.o
[991/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/nrnmpi/mpispike.cpp.o
[992/1930] Building CXX object src/nrniv/CMakeFiles/nrniv.dir/__/ivoc/nrnmain.cpp.o
[993/1930] Building CXX object src/nrniv/CMakeFiles/nrniv.dir/__/oc/modlreg.cpp.o
[994/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivos/resource.cpp.o
[995/1930] Building CXX object src/nrniv/CMakeFiles/nrniv.dir/__/oc/ockludge.cpp.o
[996/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o
[997/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o
[998/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o
[999/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/parallel/ocbbs.cpp.o
[1000/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o
[1001/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o
[1002/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o
[1003/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o
[1004/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o
[1005/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o
[1006/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o
[1007/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o
[1008/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o
[1009/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o
[1010/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o
[1011/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o
[1012/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o
[1013/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o
[1014/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o
[1015/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o
[1016/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o
[1017/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o
[1018/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o
[1019/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o
[1020/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o
[1021/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o
[1022/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o
[1023/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o
[1024/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o
[1025/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o
[1026/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o
[1027/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o
[1028/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o
[1029/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o
[1030/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o
[1031/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o
[1032/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o
[1033/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o
[1034/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o
[1035/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o
[1036/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o
[1037/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o
[1038/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o
[1039/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_result_type.cpp.o
[1040/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o
[1041/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o
[1042/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o
[1043/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o
[1044/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o
[1045/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o
[1046/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o
[1047/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o
[1048/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o
[1049/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o
[1050/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o
[1051/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o
[1052/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o
[1053/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o
[1054/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o
[1055/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o
[1056/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o
[1057/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o
[1058/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o
[1059/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o
[1060/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o
[1061/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o
[1062/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o
[1063/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o
[1064/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o
[1065/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o
[1066/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o
[1067/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o
[1068/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o
[1069/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o
[1070/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o
[1071/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o
[1072/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o
[1073/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o
[1074/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o
[1075/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o
[1076/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/iovec.cpp.o
[1077/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/basic.cpp.o
[1078/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/node_order_optim/permutations.cpp.o
[1079/1930] Building CXX object test/CMakeFiles/testneuron.dir/common/catch2_main.cpp.o
[1080/1930] Building CXX object test/CMakeFiles/nrn-benchmarks.dir/common/catch2_main.cpp.o
[1081/1930] Building CXX object external/catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o
[1082/1930] Linking CXX static library lib/libCatch2.a
[1083/1930] Building CXX object test/CMakeFiles/testneuron.dir/cover/unit_tests/cover.cpp.o
[1084/1930] Generating unit_tests/python_unit_tests/test/unit_tests/hoc_python/test_StringFunctions.py
[1085/1930] Linking CXX static library lib/libCatch2Main.a
[1086/1930] Generating coreneuron_standalone/test_nrn_corenrn_standalone/test/coreneuron/test_psolve.py
[1087/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/utils/enumerate.cpp.o
[1088/1930] Linking CXX executable bin/interleave_info_bin
[1089/1930] Linking CXX executable bin/cmd_interface_test_bin
[1090/1930] Linking CXX executable bin/alignment_test_bin
[1091/1930] Linking CXX executable bin/test-solver
[1092/1930] Linking CXX executable bin/queuing_test_bin
[1093/1930] Linking CXX executable bin/random_test_bin
[1094/1930] Linking CXX executable bin/lfp_test_bin
[1095/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/oc/hoc_interpreter.cpp.o
[1096/1930] Building C object test/api/CMakeFiles/sections_c.dir/sections.c.o
[1097/1930] Generating nrniv_script.py/do_nothing.py
[1098/1930] Generating nrniv_script.py_error/assert_false.py
[1099/1930] Generating nrniv_two_scripts.py/do_nothing.py
[1100/1930] Generating nrniv_two_scripts.py_error_check_code/assert_false.py
[1101/1930] Generating nrniv_two_scripts.py_error_check_code/do_nothing.py
[1102/1930] Generating nrniv_two_scripts.py_error_check_output/assert_false.py
[1103/1930] Generating nrniv_two_scripts.py_error_check_output/do_nothing.py
[1104/1930] Generating nrniv_python_script.py/do_nothing.py
[1105/1930] Generating nrniv_python_script.py_error/assert_false.py
[1106/1930] Generating nrniv_python_script.py_twice/assert_false.py
[1107/1930] Generating nrniv_python_script.py_twice/do_nothing.py
[1108/1930] Generating nrniv_python_script.py_args/assert_last_args_are_foo_and_bar.py
[1109/1930] Generating nrniv_py3.10_python_check_sys_path/check_sys_attr.py
[1110/1930] Generating nrniv_py3.10_python_check_sys_path/dump_sys_attr.py
[1111/1930] Generating nrniv_py3.10_nrnpython_check_sys_path/check_sys_attr.hoc
[1112/1930] Generating nrniv_py3.10_nrnpython_check_sys_path/dump_sys_attr.py
[1113/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/container/generic_data_handle.cpp.o
[1114/1930] Generating nrniv_py3.10_python_check_sys_prefix/check_sys_attr.py
[1115/1930] Generating nrniv_py3.10_python_check_sys_prefix/dump_sys_attr.py
[1116/1930] Generating nrniv_py3.10_nrnpython_check_sys_prefix/check_sys_attr.hoc
[1117/1930] Generating nrniv_py3.10_nrnpython_check_sys_prefix/dump_sys_attr.py
[1118/1930] Generating nrniv_py3.10_python_check_sys_exec_prefix/check_sys_attr.py
[1119/1930] Generating nrniv_py3.10_python_check_sys_exec_prefix/dump_sys_attr.py
[1120/1930] Generating nrniv_py3.10_nrnpython_check_sys_exec_prefix/check_sys_attr.hoc
[1121/1930] Generating nrniv_py3.10_nrnpython_check_sys_exec_prefix/dump_sys_attr.py
[1122/1930] Generating nrniv_py3.10_python_check_sys_base_prefix/check_sys_attr.py
[1123/1930] Generating nrniv_py3.10_python_check_sys_base_prefix/dump_sys_attr.py
[1124/1930] Generating nrniv_py3.10_nrnpython_check_sys_base_prefix/check_sys_attr.hoc
[1125/1930] Generating nrniv_py3.10_nrnpython_check_sys_base_prefix/dump_sys_attr.py
[1126/1930] Generating nrniv_py3.10_python_check_sys_base_exec_prefix/check_sys_attr.py
[1127/1930] Generating nrniv_py3.10_python_check_sys_base_exec_prefix/dump_sys_attr.py
[1128/1930] Generating nrniv_py3.10_nrnpython_check_sys_base_exec_prefix/check_sys_attr.hoc
[1129/1930] Generating nrniv_py3.10_nrnpython_check_sys_base_exec_prefix/dump_sys_attr.py
[1130/1930] Generating nrniv_py3.10_python_check_sys_stderr.encoding/check_sys_attr.py
[1131/1930] Generating nrniv_py3.10_python_check_sys_stderr.encoding/dump_sys_attr.py
[1132/1930] Generating nrniv_py3.10_nrnpython_check_sys_stderr.encoding/check_sys_attr.hoc
[1133/1930] Generating nrniv_py3.10_nrnpython_check_sys_stderr.encoding/dump_sys_attr.py
[1134/1930] Generating nrniv_py3.10_python_check_sys_stdin.encoding/check_sys_attr.py
[1135/1930] Generating nrniv_py3.10_python_check_sys_stdin.encoding/dump_sys_attr.py
[1136/1930] Generating nrniv_py3.10_nrnpython_check_sys_stdin.encoding/check_sys_attr.hoc
[1137/1930] Generating nrniv_py3.10_nrnpython_check_sys_stdin.encoding/dump_sys_attr.py
[1138/1930] Generating nrniv_py3.10_python_check_sys_stdout.encoding/check_sys_attr.py
[1139/1930] Generating nrniv_py3.10_python_check_sys_stdout.encoding/dump_sys_attr.py
[1140/1930] Generating nrniv_py3.10_nrnpython_check_sys_stdout.encoding/check_sys_attr.hoc
[1141/1930] Generating nrniv_py3.10_nrnpython_check_sys_stdout.encoding/dump_sys_attr.py
[1142/1930] Generating nrniv_pydef_python_check_sys_path/check_sys_attr.py
[1143/1930] Generating nrniv_pydef_python_check_sys_path/dump_sys_attr.py
[1144/1930] Generating nrniv_pydef_nrnpython_check_sys_path/check_sys_attr.hoc
[1145/1930] Generating nrniv_pydef_nrnpython_check_sys_path/dump_sys_attr.py
[1146/1930] Generating nrniv_pydef_python_check_sys_prefix/check_sys_attr.py
[1147/1930] Building CXX object test/api/CMakeFiles/hh_sim_cpp.dir/hh_sim.cpp.o
[1148/1930] Generating nrniv_pydef_python_check_sys_prefix/dump_sys_attr.py
[1149/1930] Generating nrniv_pydef_nrnpython_check_sys_prefix/check_sys_attr.hoc
[1150/1930] Generating nrniv_pydef_python_check_sys_exec_prefix/check_sys_attr.py
[1151/1930] Generating nrniv_pydef_nrnpython_check_sys_prefix/dump_sys_attr.py
[1152/1930] Generating nrniv_pydef_python_check_sys_exec_prefix/dump_sys_attr.py
[1153/1930] Generating nrniv_pydef_nrnpython_check_sys_exec_prefix/check_sys_attr.hoc
[1154/1930] Generating nrniv_pydef_nrnpython_check_sys_exec_prefix/dump_sys_attr.py
[1155/1930] Generating nrniv_pydef_python_check_sys_base_prefix/check_sys_attr.py
[1156/1930] Generating nrniv_pydef_python_check_sys_base_prefix/dump_sys_attr.py
[1157/1930] Generating nrniv_pydef_nrnpython_check_sys_base_prefix/check_sys_attr.hoc
[1158/1930] Generating nrniv_pydef_nrnpython_check_sys_base_prefix/dump_sys_attr.py
[1159/1930] Generating nrniv_pydef_python_check_sys_base_exec_prefix/check_sys_attr.py
[1160/1930] Generating nrniv_pydef_python_check_sys_base_exec_prefix/dump_sys_attr.py
[1161/1930] Generating nrniv_pydef_nrnpython_check_sys_base_exec_prefix/check_sys_attr.hoc
[1162/1930] Generating nrniv_pydef_nrnpython_check_sys_base_exec_prefix/dump_sys_attr.py
[1163/1930] Generating nrniv_pydef_python_check_sys_stderr.encoding/check_sys_attr.py
[1164/1930] Generating nrniv_pydef_python_check_sys_stderr.encoding/dump_sys_attr.py
[1165/1930] Building CXX object test/api/CMakeFiles/vclamp_cpp.dir/vclamp.cpp.o
[1166/1930] Generating nrniv_pydef_nrnpython_check_sys_stderr.encoding/check_sys_attr.hoc
[1167/1930] Generating nrniv_pydef_python_check_sys_stdin.encoding/check_sys_attr.py
[1168/1930] Generating nrniv_pydef_nrnpython_check_sys_stderr.encoding/dump_sys_attr.py
[1169/1930] Building CXX object test/api/CMakeFiles/netcon_cpp.dir/netcon.cpp.o
[1170/1930] Generating nrniv_pydef_python_check_sys_stdin.encoding/dump_sys_attr.py
[1171/1930] Generating nrniv_pydef_nrnpython_check_sys_stdin.encoding/check_sys_attr.hoc
[1172/1930] Generating nrniv_pydef_nrnpython_check_sys_stdin.encoding/dump_sys_attr.py
[1173/1930] Generating nrniv_pydef_python_check_sys_stdout.encoding/check_sys_attr.py
[1174/1930] Generating nrniv_pydef_python_check_sys_stdout.encoding/dump_sys_attr.py
[1175/1930] Generating nrniv_pydef_nrnpython_check_sys_stdout.encoding/check_sys_attr.hoc
[1176/1930] Generating nrniv_pydef_nrnpython_check_sys_stdout.encoding/dump_sys_attr.py
[1177/1930] Generating ../tests/ringtest/reference_data/spk1.100ms.std.ref
[1178/1930] Generating ../../compare_test_results.py
[1179/1930] Generating ../tests/testcorenrn/reference/out_bbcore.spk
[1180/1930] Generating ../tests/testcorenrn/reference/out_conc.spk
[1181/1930] Generating ../tests/testcorenrn/reference/out_deriv.spk
[1182/1930] Generating ../tests/testcorenrn/reference/out_kin.spk
[1183/1930] Generating ../tests/testcorenrn/reference/out_gf.spk
[1184/1930] Generating ../tests/testcorenrn/reference/out_patstim.spk
[1185/1930] Generating ../tests/testcorenrn/reference/out_watch.spk
[1186/1930] Generating ../tests/testcorenrn/reference/out_vecplay.spk
[1187/1930] Generating ../tests/testcorenrn/reference/out_vecevent.spk
[1188/1930] Generating ../tests/testcorenrn/reference/out_netstimdirect.spk
[1189/1930] Building CXX object test/CMakeFiles/nrn-benchmarks.dir/benchmarks/threads/test_multicore.cpp.o
[1190/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/container/mechanism.cpp.o
[1191/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/container/container.cpp.o
[1192/1930] Building CXX object test/CMakeFiles/testneuron.dir/unit_tests/container/node.cpp.o
[1193/1930] Building CXX object src/nrniv/CMakeFiles/nrniv_lib.dir/__/ivoc/ocmatrix.cpp.o
[1194/1930] Linking CXX shared library lib/libnrniv.dylib
ld: warning: -undefined dynamic_lookup may not work with chained fixups
[1195/1930] Generating inithoc.cpp
[1196/1930] Generating nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c/mcna.mod
[1197/1930] Generating nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/gap.mod
[1198/1930] Generating nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/follower.mod
[1199/1930] Generating nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/name_clashes.mod
[1200/1930] Generating nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/unitstest.mod
[1201/1930] Generating nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/version_macros.mod
[1202/1930] Generating nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51/ppxsrc.mod
[1203/1930] Generating nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/ptr.mod
[1204/1930] Generating nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/opaque_token.mod
[1205/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/argpass.mod
[1206/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cabpump.mod
[1207/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cachan.mod
[1208/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cacum.mod
[1209/1930] Linking CXX executable bin/nrniv
[1210/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cacur.mod
[1211/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cadif.mod
[1212/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cadifusl.mod
[1213/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cagk.mod
[1214/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/cagkftab.mod
[1215/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/capmp.mod
[1216/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/expsynspine.mod
[1217/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/fh.mod
[1218/1930] Linking CXX executable bin/test/nrn-benchmarks
[1219/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/fit1.mod
[1220/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/gap.mod
[1221/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/hh1.mod
[1222/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/inatest.mod
[1223/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/ionleak.mod
[1224/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/hhvect.mod
[1225/1930] Linking CXX executable bin/test/testneuron
[1226/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/nacum.mod
[1227/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/nadifl.mod
[1228/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/nacur.mod
[1229/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/nonlin.mod
[1230/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/obj_ex.mod
[1231/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/order.mod
[1232/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/rchan.mod
[1233/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/passiv.mod
[1234/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/standard.inc
[1235/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/stim1.mod
[1236/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/syn1.mod
[1237/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/str.mod
[1238/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/synpre.mod
[1239/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/trivial.mod
[1240/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/tstextrn.mod
[1241/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/tstdarray.mod
[1242/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/tstpnt1.mod
[1243/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/tstpnt2.mod
[1244/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/tstvec.mod
[1245/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/vclmp1.mod
[1246/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/atest.mod
[1247/1930] Generating nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/vlag.mod
[1248/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/rand.mod
[1249/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/rand_art.mod
[1250/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/rand_pp.mod
[1251/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/sdata.inc
[1252/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/sdata.mod
[1253/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/sdata_pp.mod
[1254/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/sdata_ppts.mod
[1255/1930] Generating nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/follower.mod
[1256/1930] Generating nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/sdata_ts.mod
[1257/1930] Generating nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/gap.mod
[1258/1930] Generating nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/name_clashes.mod
[1259/1930] Generating nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/unitstest.mod
[1260/1930] Generating nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/version_macros.mod
[1261/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/cadif.mod
[1262/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/disc.mod
[1263/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/fornetcon.mod
[1264/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/hhwatch.mod
[1265/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/k3st.mod
[1266/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/table.mod
[1267/1930] Generating nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/variabletypes.mod
[1268/1930] Running utility command for hoc_module
INFO:root:setup.py called with:setup.py build --cmake-build-dir /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build --disable-rx3d --without-nrnpython --build-lib=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python build_ext --define=NRN_ASAN_ENABLED,USE_PYTHON,NRN_ENABLE_THREADS,CORENRN_BUILD=0
INFO:root:Setting SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
WARNING:root:You are building a wheel with a Python built for macOS >=12.0.0. Your wheel won't run on older versions, consider using an official Python build from python.org
WARNING:root:Setting MACOSX_DEPLOYMENT_TARGET=12.0
INFO:root:Extension common compile flags defaultdict(<class 'list'>, {'library_dirs': ['/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib'], 'libraries': ['nrniv'], 'language': 'c++'})
INFO:root:RX3D is DISABLED
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
KeyError: 'setuptools_scm'
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools_scm/git.py:167: UserWarning: "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn" is shallow and may cause errors
warnings.warn(f'"{wd.path}" is shallow and may cause errors')
INFO:root:running build
INFO:root:running build_py
INFO:root:copying share/lib/python/neuron/hclass3.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/expect_hocerr.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/psection.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/config.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/units.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/sections.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/coreneuron.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/doc.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/gui.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/nonvint_block_supervisor.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/metadata.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/morphml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/xml2nrn.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/neuroml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/rdxml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/biophysics.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/_subclass.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_all.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_neuron.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_vector.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_rxd.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/coreneuron_available.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/strtobool.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/capture_stdout.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/checkresult.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxdException.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/options.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/plugins.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxdsection.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/species.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxdmath.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rate.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/region.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/multiCompartmentReaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/constants.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/dimension3.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/section1d.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/export.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/initializer.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rangevar.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/geometry.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxd.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/generalizedReaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/nodelist.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/node.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/gui.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/reaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/crxd
INFO:root:copying share/lib/python/neuron/crxd/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/crxd
INFO:root:creating /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/setup_threejs.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/config.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/rangevar.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/plotshape.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/utilities.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:running build_ext
INFO:root:==> Building Python extensions
INFO:root:building 'neuron.hoc' extension
INFO:root:/usr/bin/gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -DNRN_ASAN_ENABLED=1 -DUSE_PYTHON=1 -DNRN_ENABLE_THREADS=1 -DCORENRN_BUILD=0=1 -Isrc -Isrc/oc -Isrc/nrnpython -Isrc/nrnmpi -I/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src -I/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/oc -I/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnpython -I/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnmpi -I/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/include -I/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c src/nrnpython/inithoc.cpp -o /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnpython/inithoc.o -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -std=c++17
INFO:root:/usr/bin/g++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -Wl,-rpath,/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnpython/inithoc.o -L/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib -lnrniv -o /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/hoc.cpython-310-darwin.so -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -Wl,-rpath,/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin -Wl,-rpath,@loader_path/../../
ld: warning: -undefined dynamic_lookup may not work with chained fixups
INFO:root:running build_scripts
INFO:root:creating build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrniv -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrngui -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nmodl -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrniv-core -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrnpyenv.sh -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrnivmodl-core -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/neurondemo -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/nrnivmodl -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/modlunit -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/idraw -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/sortspike -> build/scripts-3.10
INFO:root:copying and adjusting share/lib/python/scripts/mkthreadsafe -> build/scripts-3.10
INFO:root:changing mode of build/scripts-3.10/nrniv from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nrngui from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nmodl from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nrniv-core from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nrnpyenv.sh from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nrnivmodl-core from 644 to 755
INFO:root:changing mode of build/scripts-3.10/neurondemo from 644 to 755
INFO:root:changing mode of build/scripts-3.10/nrnivmodl from 644 to 755
INFO:root:changing mode of build/scripts-3.10/modlunit from 644 to 755
INFO:root:changing mode of build/scripts-3.10/idraw from 644 to 755
INFO:root:changing mode of build/scripts-3.10/sortspike from 644 to 755
INFO:root:changing mode of build/scripts-3.10/mkthreadsafe from 644 to 755
[1269/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/axial.inc
[1270/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/axial.mod
[1271/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/axial_pp.mod
[1272/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/bacur.mod
[1273/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/banocur.mod
[1274/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/fornetcon.mod
[1275/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/green.mod
[1276/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/invlfire.mod
[1277/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/natrans.mod
[1278/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/netmove.mod
[1279/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/noisychan.mod
[1280/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/red.mod
[1281/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/sample.mod
[1282/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/unitstest.mod
[1283/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/version_macros.mod
[1284/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/watchrange.mod
[1285/1930] Generating nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/watchrange2.mod
[1286/1930] Building special[-core] for test group datahandle
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453
cfiles =
Mod files: "./opaque_token.mod" "./ptr.mod"
MODOBJS= ./opaque_token.o ./ptr.o
-> NMODL .././opaque_token.mod
-> NMODL .././ptr.mod
-> Compiling mod_func.cpp
Translating ptr.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/ptr.cpp
Notice: Use of POINTER is not thread safe.
Translating opaque_token.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/opaque_token.cpp
Notice: VERBATIM blocks are not thread safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/ptr.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/opaque_token.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/7378b0d1010df9fb9d314452ba3c6ac85ab5bcd507940792ff794d6831e1b453/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1287/1930] Generating datahandle/datahandle_tests/test/datahandle/test_1.py
[1288/1930] Generating datahandle/datahandle_tests/test/datahandle/test_token.py
[1289/1930] Linking CXX executable bin/test/hh_sim_cpp
[1290/1930] Linking CXX executable bin/test/netcon_cpp
[1291/1930] Linking CXX executable bin/test/sections_c
[1292/1930] Linking CXX executable bin/test/vclamp_cpp
[1293/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_Ca.mod
[1294/1930] Building special[-core] for test group coverage_tests
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51
cfiles =
Mod files: "./ppxsrc.mod"
MODOBJS= ./ppxsrc.o
-> Compiling mod_func.cpp
-> NMODL .././ppxsrc.mod
Translating ppxsrc.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51/arm64/ppxsrc.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51/arm64/ppxsrc.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/fb5fb42ddab2ff650e8e4e789eb94701174e41ce7edaa51ad58d4fd93f798b51/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1295/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_CadepK.mod
[1296/1930] Generating coverage_tests/cover_tests/test/cover/test_netcvode.py
[1297/1930] Generating coverage_tests/cover_tests/test/cover/test_netcvode.json
[1298/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_KA.mod
[1299/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_KDRf.mod
[1300/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_KDRs.mod
[1301/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Aradi_Na.mod
[1302/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/CaBK.mod
[1303/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/DGC_M.mod
[1304/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/DGC_sAHP.mod
[1305/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/DGC_UK.mod
[1306/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/Gfluct3.mod
[1307/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/LcaMig.mod
[1308/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/SH_KIn.mod
[1309/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/SH_na8st.mod
[1310/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/bgka.mod
[1311/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/ccanl.mod
[1312/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/ggap.mod
[1313/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/gskch.mod
[1314/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/holdingi.mod
[1315/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/hyperde3.mod
[1316/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/ichan2.mod
[1317/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/iconc_Ca.mod
[1318/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/kcaPR.mod
[1319/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/na3n.mod
[1320/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/nca.mod
[1321/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/spines.mod
[1322/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/tca.mod
[1323/1930] Generating ../../nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/vecevent.mod
[1324/1930] Generating ../../nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff/halfgap.mod
[1325/1930] Building special[-core] for test group pytest
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c
cfiles =
Mod files: "./mcna.mod"
MODOBJS= ./mcna.o
-> NMODL .././mcna.mod
-> Compiling mod_func.cpp
Translating mcna.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c/arm64/mcna.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c/arm64/mcna.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/8b70050800897334ac3dcf9bccbec23ce253950bb3247c96e6ab2f9c53f6288c/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1326/1930] Generating pytest/basic_tests_py3.10/test/pytest/test_nrntest_thread.json
[1327/1930] Generating pytest/basic_tests_py3.10/test/pytest/test_nrntest_thread.py
[1328/1930] Generating ../../nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295/halfgap.mod
[1329/1930] Building special[-core] for test group parallel
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100
cfiles =
Mod files: "./follower.mod" "./gap.mod" "./name_clashes.mod" "./unitstest.mod" "./version_macros.mod"
MODOBJS= ./follower.o ./gap.o ./name_clashes.o ./unitstest.o ./version_macros.o
-> Compiling mod_func.cpp
-> NMODL .././follower.mod
-> NMODL .././gap.mod
-> NMODL .././name_clashes.mod
Translating gap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/gap.cpp
Thread Safe
-> NMODL .././unitstest.mod
Translating name_clashes.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/name_clashes.cpp
Translating follower.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/follower.cpp
Thread Safe
Thread Safe
-> NMODL .././version_macros.mod
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/follower.cpp
Translating unitstest.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/unitstest.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/gap.cpp
Translating version_macros.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/version_macros.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/name_clashes.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/unitstest.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/version_macros.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/5b499c48b620b3f996279dafe88ff900a32797c8807f2acc88ebe24f2d04a100/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1330/1930] Generating parallel/subworld/test/parallel_tests/test_subworld.py
[1331/1930] Generating parallel/partrans/test/pytest_coreneuron/test_partrans.py
[1332/1930] Generating parallel/netpar/test/pytest_coreneuron/test_hoc_po.py
[1333/1930] Generating parallel/netpar/test/pytest_coreneuron/test_netpar.py
[1334/1930] Generating parallel/bas/test/parallel_tests/test_bas.py
[1335/1930] Generating parallel/nrntest_fast/test/pytest_coreneuron/run_pytest.py
[1336/1930] Generating parallel/nrntest_fast/test/pytest_coreneuron/test_nrntest_fast.json
[1337/1930] Generating parallel/nrntest_fast/test/pytest_coreneuron/test_nrntest_fast.py
[1338/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/Gfluct3.mod
[1339/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/hhderiv.mod
[1340/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/hhkin.mod
[1341/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/hhwatch.mod
[1342/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/nacum.mod
[1343/1930] Generating ../../nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/vecevent.mod
[1344/1930] Building special[-core] for test group nmodl_tests
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5
cfiles =
Mod files: "./cadif.mod" "./disc.mod" "./fornetcon.mod" "./hhwatch.mod" "./k3st.mod" "./table.mod" "./variabletypes.mod"
MODOBJS= ./cadif.o ./disc.o ./fornetcon.o ./hhwatch.o ./k3st.o ./table.o ./variabletypes.o
-> NMODL .././cadif.mod
-> Compiling mod_func.cpp
-> NMODL .././disc.mod
-> NMODL .././fornetcon.mod
Translating disc.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/disc.cpp
Notice: DISCRETE is not thread safe.
Notice: This mechanism cannot be used with CVODE
-> NMODL .././hhwatch.mod
Translating fornetcon.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/fornetcon.cpp
Thread Safe
-> NMODL .././k3st.mod
Translating cadif.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/cadif.cpp
Thread Safe
-> NMODL .././table.mod
Translating hhwatch.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/hhwatch.cpp
Thread Safe
-> NMODL .././variabletypes.mod
Translating table.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/table.cpp
Thread Safe
Translating k3st.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/k3st.cpp
NEURON's CVode method ignores conservation
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/cadif.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/disc.cpp
Translating variabletypes.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/variabletypes.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/fornetcon.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/hhwatch.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/k3st.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/table.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/variabletypes.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/ae2c9b73c9a624bce358af1b0042b70ba7c70ce86d0fb0bf97de8ac420156de5/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1345/1930] Generating nmodl_tests/test_table/test/nmodl/test_table.py
[1346/1930] Generating nmodl_tests/test_disc/test/nmodl/test_disc.py
[1347/1930] Generating nmodl_tests/test_function_table/test/nmodl/test_function_table.py
[1348/1930] Generating nmodl_tests/test_kinetic/test/nmodl/test_kinetic.py
[1349/1930] Generating nmodl_tests/test_random/test/nmodl/test_random.py
[1350/1930] Generating nmodl_tests/test_path_spaces/test/nmodl/Project Path Space/test.mod
[1351/1930] Generating nmodl_tests/test_path_spaces/test/nmodl/Project Path Space/test.py
[1352/1930] Generating nmodl_tests_coreneuron/test_table_coreneuron_cpu/test/nmodl/test_table.py
[1353/1930] Generating nmodl_tests_coreneuron/test_disc_coreneuron_cpu/test/nmodl/test_disc.py
[1354/1930] Generating nmodl_tests_coreneuron/test_function_table_coreneuron_cpu/test/nmodl/test_function_table.py
[1355/1930] Generating nmodl_tests_coreneuron/test_kinetic_coreneuron_cpu/test/nmodl/test_kinetic.py
[1356/1930] Generating ../../nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/invlfire.mod
[1357/1930] Generating ../../nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/invlfiresha.mod
[1358/1930] Generating ../../nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/invlfirestats.mod
[1359/1930] Building special[-core] for test group hoctests
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad
cfiles =
Mod files: "./atest.mod" "./rand.mod" "./rand_art.mod" "./rand_pp.mod" "./sdata.mod" "./sdata_pp.mod" "./sdata_ppts.mod" "./sdata_ts.mod"
MODOBJS= ./atest.o ./rand.o ./rand_art.o ./rand_pp.o ./sdata.o ./sdata_pp.o ./sdata_ppts.o ./sdata_ts.o
-> Compiling mod_func.cpp
-> NMODL .././atest.mod
-> NMODL .././rand.mod
-> NMODL .././rand_art.mod
Translating rand.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand.cpp
Thread Safe
-> NMODL .././rand_pp.mod
Translating rand_art.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand_art.cpp
Thread Safe
-> NMODL .././sdata.mod
Translating atest.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/atest.cpp
Thread Safe
-> NMODL .././sdata_pp.mod
Translating sdata.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata.cpp
INCLUDEing sdata.inc
Notice: Use of POINTER is not thread safe.
Notice: VERBATIM blocks are not thread safe
Translating rand_pp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand_pp.cpp
Thread Safe
-> NMODL .././sdata_ppts.mod
-> NMODL .././sdata_ts.mod
Translating sdata_pp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_pp.cpp
INCLUDEing sdata.inc
Notice: Use of POINTER is not thread safe.
Notice: VERBATIM blocks are not thread safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/atest.cpp
Translating sdata_ppts.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_ppts.cpp
INCLUDEing sdata.inc
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand.cpp
Translating sdata_ts.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_ts.cpp
INCLUDEing sdata.inc
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand_art.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/rand_pp.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_pp.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_ppts.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/sdata_ts.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/39368a3f2faa5c7f6c1a704095364be6ec3af30bbfc8f85c1eef2176aae784ad/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1360/1930] Generating hoctests/test_loadbal_hoc/expect_err.hoc
[1361/1930] Generating hoctests/test_loadbal_hoc/tests/test_loadbal.hoc
[1362/1930] Generating hoctests/test_random_hoc/expect_err.hoc
[1363/1930] Generating hoctests/test_random_hoc/tests/test_random.hoc
[1364/1930] Generating hoctests/test_random_hoc/tests/test_random.json
[1365/1930] Generating hoctests/perf1_hoc/expect_err.hoc
[1366/1930] Generating hoctests/perf1_hoc/vardimtests/perf1.hoc
[1367/1930] Generating hoctests/test1_hoc/expect_err.hoc
[1368/1930] Generating hoctests/test1_hoc/vardimtests/test1.hoc
[1369/1930] Generating hoctests/test2_hoc/expect_err.hoc
[1370/1930] Generating hoctests/test2_hoc/vardimtests/test2.hoc
[1371/1930] Generating hoctests/test3_hoc/expect_err.hoc
[1372/1930] Generating hoctests/test3_hoc/vardimtests/test3.hoc
[1373/1930] Generating hoctests/test4_hoc/expect_err.hoc
[1374/1930] Generating hoctests/test4_hoc/vardimtests/test4.hoc
[1375/1930] Generating hoctests/test5_hoc/expect_err.hoc
[1376/1930] Generating hoctests/test5_hoc/vardimtests/test5.hoc
[1377/1930] Generating hoctests/test6_hoc/expect_err.hoc
[1378/1930] Generating hoctests/test6_hoc/vardimtests/test6.hoc
[1379/1930] Generating hoctests/test7_hoc/expect_err.hoc
[1380/1930] Generating hoctests/test7_hoc/vardimtests/test7.hoc
[1381/1930] Generating hoctests/test8_hoc/expect_err.hoc
[1382/1930] Generating hoctests/test8_hoc/vardimtests/test8.hoc
[1383/1930] Generating hoctests/test9_hoc/expect_err.hoc
[1384/1930] Generating hoctests/test9_hoc/vardimtests/test9.hoc
[1385/1930] Generating hoctests/test_bbss_py/tests/test_bbss.py
[1386/1930] Generating hoctests/test_cvinterp_py/tests/test_cvinterp.py
[1387/1930] Generating hoctests/test_hocGUI2_py/tests/test_hocGUI2.py
[1388/1930] Generating hoctests/test_hocmech_py/tests/test_hocmech.py
[1389/1930] Generating hoctests/test_kschan_py/tests/test_kschan.json
[1390/1930] Generating hoctests/test_kschan_py/tests/test_kschan.py
[1391/1930] Generating hoctests/test_legacy_setpointer_py/tests/test_legacy_setpointer.py
[1392/1930] Generating hoctests/test_mechfunc_py/tests/test_mechfunc.py
[1393/1930] Generating hoctests/test_mechstd_py/tests/test_mechstd.py
[1394/1930] Generating hoctests/test_mode_py/tests/test_mode.py
[1395/1930] Generating hoctests/test_neurondemo_py/tests/test_neurondemo.json
[1396/1930] Generating hoctests/test_neurondemo_py/tests/test_neurondemo.py
[1397/1930] Generating hoctests/test_nrniv-launch_py/tests/test_nrniv-launch.py
[1398/1930] Generating hoctests/test_optim_node_order_py/tests/test_optim_node_order.json
[1399/1930] Generating hoctests/test_optim_node_order_py/tests/test_optim_node_order.py
[1400/1930] Generating hoctests/test_random_py/tests/test_random.json
[1401/1930] Generating hoctests/test_random_py/tests/test_random.py
[1402/1930] Generating hoctests/test_setdata_py/tests/test_setdata.py
[1403/1930] Generating hoctests/test_shape_py/tests/test_shape.py
[1404/1930] Generating hoctests/test_thread_partition_py/tests/test_thread_partition.py
[1405/1930] Generating hoctests/test1_py/vardimtests/test1.py
[1406/1930] Generating hoctests/test2_py/vardimtests/test2.py
[1407/1930] Generating hoctests/test9_py/vardimtests/test9.py
[1408/1930] Building special[-core] for test group external_ringtest_nrn
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295
cfiles =
Mod files: "./halfgap.mod"
MODOBJS= ./halfgap.o
-> Compiling mod_func.cpp
-> NMODL .././halfgap.mod
Translating halfgap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295/arm64/halfgap.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295/arm64/halfgap.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/bbd7c82eee28b931214a8172bb776ba66c406a6620c807381c850fedcdd74295/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1409/1930] Generating ../../external_ringtest_nrn/optim_node_order/args.py
[1410/1930] Generating ../../external_ringtest_nrn/optim_node_order/cell.hoc
[1411/1930] Generating ../../external_ringtest_nrn/optim_node_order/celluniform.hoc
[1412/1930] Generating ../../external_ringtest_nrn/optim_node_order/commonutils.py
[1413/1930] Generating ../../external_ringtest_nrn/optim_node_order/ranparm.py
[1414/1930] Generating ../../external_ringtest_nrn/optim_node_order/ring.py
[1415/1930] Generating ../../external_ringtest_nrn/optim_node_order/ringtest.py
[1416/1930] Generating ../../external_ringtest_nrn/optim_node_order/ringuniform.py
[1417/1930] Generating ../../external_ringtest_nrn/optim_node_order/settings.py
[1418/1930] Generating ../../external_ringtest_nrn/optim_node_order/test_optimize_node_order.py
[1419/1930] Generating share/nrn/demo/release/arm64/special, share/nrn/demo/release/arm64/libnrnmech.dylib
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release
cfiles =
Mod files: "cabpump.mod" "cachan1.mod" "camchan.mod" "capump.mod" "invlfire.mod" "khhchan.mod" "nacaex.mod" "nachan.mod" "release.mod"
MODOBJS= ./cabpump.o ./cachan1.o ./camchan.o ./capump.o ./invlfire.o ./khhchan.o ./nacaex.o ./nachan.o ./release.o
-> NMODL ../cachan1.mod
-> Compiling mod_func.cpp
-> NMODL ../cabpump.mod
-> NMODL ../camchan.mod
Translating cachan1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/cachan1.cpp
Thread Safe
-> NMODL ../capump.mod
Translating camchan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/camchan.cpp
Translating cabpump.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/cabpump.cpp
Notice: Assignment to the GLOBAL variable, "vol", is not thread safe
Thread Safe
-> NMODL ../invlfire.mod
-> NMODL ../khhchan.mod
Translating invlfire.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/invlfire.cpp
Thread Safe
-> NMODL ../nacaex.mod
Translating khhchan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/khhchan.cpp
Thread Safe
-> NMODL ../nachan.mod
Translating capump.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/capump.cpp
Thread Safe
-> NMODL ../release.mod
Translating nachan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/nachan.cpp
Thread Safe
Translating nacaex.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/nacaex.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/cabpump.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/cachan1.cpp
Translating release.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/release.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/camchan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/capump.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/invlfire.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/khhchan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/nacaex.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/nachan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/release.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/nrn/demo/release/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1420/1930] Building special[-core] for test group pytest_coreneuron
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0
cfiles =
Mod files: "./follower.mod" "./gap.mod" "./name_clashes.mod" "./unitstest.mod" "./version_macros.mod"
MODOBJS= ./follower.o ./gap.o ./name_clashes.o ./unitstest.o ./version_macros.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> Compiling mod_func.cpp
-> NMODL .././follower.mod
-> NMODL .././gap.mod
-> NMODL .././name_clashes.mod
Translating name_clashes.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/name_clashes.cpp
Thread Safe
Translating gap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/gap.cpp
Thread Safe
-> NMODL .././unitstest.mod
-> NMODL .././version_macros.mod
Translating follower.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/follower.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/follower.cpp
Translating unitstest.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/unitstest.cpp
Thread Safe
Translating version_macros.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/version_macros.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/gap.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/name_clashes.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/unitstest.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/version_macros.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c448d279dd3b91940d228c42e4a7c280bafe100b4e840f9c938be979cceb8fe0/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1421/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/gui_pycallobject.py
[1422/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/run_pytest.py
[1423/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_a_neuronoptions.py
[1424/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_basic.py
[1425/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_bbss.py
[1426/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_coreneuron_configuration.py
[1427/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_fast_imem.py
[1428/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_hoc_po.py
[1429/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_imem.py
[1430/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_inheritance.py
[1431/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_loadbal.py
[1432/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_memory_usage.py
[1433/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_multigid.py
[1434/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_nlayer.py
[1435/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_netpar.py
[1436/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_nrnste.py
[1437/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_nrntest_fast.json
[1438/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_nrntest_fast.py
[1439/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_partrans.py
[1440/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_py2nrnstring.py
[1441/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_pycallobject.py
[1442/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_swc.py
[1443/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_pyobj.py
[1444/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_template_err.py
[1445/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_vector_api.py
[1446/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_version_macros.py
[1447/1930] Generating pytest_coreneuron/basic_tests_py3.10/test/pytest_coreneuron/test_zptrlist.py
[1448/1930] Building special[-core] for test group external_ringtest
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff
cfiles =
Mod files: "./halfgap.mod"
MODOBJS= ./halfgap.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> Compiling mod_func.cpp
-> NMODL .././halfgap.mod
Translating halfgap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff/arm64/halfgap.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff/arm64/halfgap.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/a9c54b18e4b54351cb4fd3e79067cafa02da4514b4383a54de8ff121657615ff/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1449/1930] Generating ../../external_ringtest/neuron/celluniform.hoc
[1450/1930] Generating ../../external_ringtest/neuron/ranparm.py
[1451/1930] Generating ../../external_ringtest/neuron/args.py
[1452/1930] Generating ../../external_ringtest/neuron/cell.hoc
[1453/1930] Generating ../../external_ringtest/neuron/commonutils.py
[1454/1930] Generating ../../external_ringtest/neuron/ring.py
[1455/1930] Generating ../../external_ringtest/neuron/settings.py
[1456/1930] Generating ../../external_ringtest/neuron/ringtest.py
[1457/1930] Generating ../../external_ringtest/neuron/ringuniform.py
[1458/1930] Generating ../../external_ringtest/neuron/test_optimize_node_order.py
[1459/1930] Generating ../../external_ringtest/neuron_mpi/args.py
[1460/1930] Generating ../../external_ringtest/neuron_mpi/cell.hoc
[1461/1930] Generating ../../external_ringtest/neuron_mpi/celluniform.hoc
[1462/1930] Generating ../../external_ringtest/neuron_mpi/commonutils.py
[1463/1930] Generating ../../external_ringtest/neuron_mpi/ringuniform.py
[1464/1930] Generating ../../external_ringtest/neuron_mpi/ranparm.py
[1465/1930] Generating ../../external_ringtest/neuron_mpi/settings.py
[1466/1930] Generating ../../external_ringtest/neuron_mpi/ring.py
[1467/1930] Generating ../../external_ringtest/neuron_mpi/ringtest.py
[1468/1930] Generating ../../external_ringtest/neuron_mpi/test_optimize_node_order.py
[1469/1930] Generating ../../external_ringtest/neuron_mpi_python/cell.hoc
[1470/1930] Generating ../../external_ringtest/neuron_mpi_python/commonutils.py
[1471/1930] Generating ../../external_ringtest/neuron_mpi_python/args.py
[1472/1930] Generating ../../external_ringtest/neuron_mpi_python/celluniform.hoc
[1473/1930] Generating ../../external_ringtest/neuron_mpi_python/ranparm.py
[1474/1930] Generating ../../external_ringtest/neuron_mpi_python/ringtest.py
[1475/1930] Generating ../../external_ringtest/neuron_mpi_python/ring.py
[1476/1930] Generating ../../external_ringtest/neuron_mpi_python/ringuniform.py
[1477/1930] Generating ../../external_ringtest/neuron_mpi_python/settings.py
[1478/1930] Generating ../../external_ringtest/neuron_mpi_python/test_optimize_node_order.py
[1479/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/cell.hoc
[1480/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/args.py
[1481/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/celluniform.hoc
[1482/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/commonutils.py
[1483/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/ranparm.py
[1484/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/ring.py
[1485/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/ringtest.py
[1486/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/ringuniform.py
[1487/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/settings.py
[1488/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline_saverestore/test_optimize_node_order.py
[1489/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/args.py
[1490/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/commonutils.py
[1491/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/celluniform.hoc
[1492/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/cell.hoc
[1493/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/ranparm.py
[1494/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/ring.py
[1495/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/ringtest.py
[1496/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/ringuniform.py
[1497/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/settings.py
[1498/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi/test_optimize_node_order.py
[1499/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/celluniform.hoc
[1500/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/args.py
[1501/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/ranparm.py
[1502/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/cell.hoc
[1503/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/commonutils.py
[1504/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/ring.py
[1505/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/ringuniform.py
[1506/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/ringtest.py
[1507/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/settings.py
[1508/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_python/test_optimize_node_order.py
[1509/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/args.py
[1510/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/commonutils.py
[1511/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/celluniform.hoc
[1512/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/ranparm.py
[1513/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/cell.hoc
[1514/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/ring.py
[1515/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/ringtest.py
[1516/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/settings.py
[1517/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/ringuniform.py
[1518/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_offline/test_optimize_node_order.py
[1519/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/celluniform.hoc
[1520/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/cell.hoc
[1521/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/args.py
[1522/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/commonutils.py
[1523/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/ring.py
[1524/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/ranparm.py
[1525/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/ringtest.py
[1526/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/ringuniform.py
[1527/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/settings.py
[1528/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads/test_optimize_node_order.py
[1529/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/celluniform.hoc
[1530/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/args.py
[1531/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/cell.hoc
[1532/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/ranparm.py
[1533/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/commonutils.py
[1534/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/ring.py
[1535/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/ringtest.py
[1536/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/ringuniform.py
[1537/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/settings.py
[1538/1930] Generating ../../external_ringtest/coreneuron_cpu_mpi_threads_python/test_optimize_node_order.py
[1539/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/cell.hoc
[1540/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/args.py
[1541/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/celluniform.hoc
[1542/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/commonutils.py
[1543/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/ranparm.py
[1544/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/ring.py
[1545/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/ringtest.py
[1546/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/ringuniform.py
[1547/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/settings.py
[1548/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_directmode/test_optimize_node_order.py
[1549/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/args.py
[1550/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/cell.hoc
[1551/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/celluniform.hoc
[1552/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/commonutils.py
[1553/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/ranparm.py
[1554/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/ringtest.py
[1555/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/ring.py
[1556/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/ringuniform.py
[1557/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/settings.py
[1558/1930] Generating ../../external_ringtest/coreneuron_mpi_registermapping_filemode/test_optimize_node_order.py
[1559/1930] Building special[-core] for test group tqperf
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951
cfiles =
Mod files: "./invlfire.mod" "./invlfiresha.mod" "./invlfirestats.mod"
MODOBJS= ./invlfire.o ./invlfiresha.o ./invlfirestats.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build INCFLAGS=-I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include LINKFLAGS=/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib/libcrypto.dylib MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: Can not inline function call to specify_invl
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
arm64/corenrn/mod2c/invlfiresha.cpp:313:16: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Init((SHA_CTX*)(*ctx));
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
arm64/corenrn/mod2c/invlfiresha.cpp:318:16: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Update((SHA_CTX*)ctx, data, len);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
arm64/corenrn/mod2c/invlfiresha.cpp:329:16: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Final(u.md, (SHA_CTX*)ctx);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
3 warnings generated.
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> Compiling mod_func.cpp
-> NMODL .././invlfire.mod
-> NMODL .././invlfirestats.mod
-> NMODL .././invlfiresha.mod
Translating invlfirestats.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfirestats.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
Translating invlfire.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfire.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
Translating invlfiresha.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfiresha.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfirestats.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfire.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfiresha.cpp
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfiresha.cpp:371:16: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Init((SHA_CTX*)(*ctx));
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfiresha.cpp:376:16: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Update((SHA_CTX*)ctx, data, len);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/invlfiresha.cpp:387:16: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
int status = SHA1_Final(u.md, (SHA_CTX*)ctx);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/opt/homebrew/Cellar/openssl@3/3.2.0_1/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
3 warnings generated.
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/358a2005c5c0c89444ba4a268056fedbea5728b0d3948c6488fe911d6bafc951/arm64/./special" LDFLAGS are: /opt/homebrew/Cellar/openssl@3/3.2.0_1/lib/libcrypto.dylib
Successfully created arm64/special
[1560/1930] Generating ../../tqperf/coreneuron_special/extracell.hoc
[1561/1930] Generating ../../tqperf/coreneuron_special/movie.hoc
[1562/1930] Generating ../../tqperf/coreneuron_special/init.hoc
[1563/1930] Generating ../../tqperf/coreneuron_special/invl.hoc
[1564/1930] Generating ../../tqperf/coreneuron_special/mosinit.hoc
[1565/1930] Generating ../../tqperf/coreneuron_special/net.hoc
[1566/1930] Generating ../../tqperf/coreneuron_special/param.hoc
[1567/1930] Generating ../../tqperf/coreneuron_special/perfrun.hoc
[1568/1930] Generating ../../tqperf/coreneuron_special/pltq.hoc
[1569/1930] Generating ../../tqperf/coreneuron_special/randist.hoc
[1570/1930] Generating ../../tqperf/coreneuron_special/run.hoc
[1571/1930] Generating ../../tqperf/coreneuron_special/run128.hoc
[1572/1930] Generating ../../tqperf/coreneuron_special/runs.hoc
[1573/1930] Generating ../../tqperf/coreneuron_special/spike2file.hoc
[1574/1930] Generating ../../tqperf/coreneuron_special/table.hoc
[1575/1930] Generating ../../tqperf/coreneuron_special/spkplt.hoc
[1576/1930] Generating ../../tqperf/coreneuron_special/test1.py
[1577/1930] Generating ../../tqperf/coreneuron_special/tperf.hoc
[1578/1930] Generating ../../tqperf/coreneuron_special/tperfnew.hoc
[1579/1930] Generating ../../tqperf/coreneuron_python/invl.hoc
[1580/1930] Generating ../../tqperf/coreneuron_python/extracell.hoc
[1581/1930] Generating ../../tqperf/coreneuron_python/init.hoc
[1582/1930] Generating ../../tqperf/coreneuron_python/mosinit.hoc
[1583/1930] Generating ../../tqperf/coreneuron_python/movie.hoc
[1584/1930] Generating ../../tqperf/coreneuron_python/pltq.hoc
[1585/1930] Generating ../../tqperf/coreneuron_python/net.hoc
[1586/1930] Generating ../../tqperf/coreneuron_python/param.hoc
[1587/1930] Generating ../../tqperf/coreneuron_python/perfrun.hoc
[1588/1930] Generating ../../tqperf/coreneuron_python/randist.hoc
[1589/1930] Generating ../../tqperf/coreneuron_python/run128.hoc
[1590/1930] Generating ../../tqperf/coreneuron_python/run.hoc
[1591/1930] Generating ../../tqperf/coreneuron_python/spike2file.hoc
[1592/1930] Generating ../../tqperf/coreneuron_python/runs.hoc
[1593/1930] Generating ../../tqperf/coreneuron_python/spkplt.hoc
[1594/1930] Generating ../../tqperf/coreneuron_python/test1.py
[1595/1930] Generating ../../tqperf/coreneuron_python/table.hoc
[1596/1930] Generating ../../tqperf/coreneuron_python/tperfnew.hoc
[1597/1930] Generating ../../tqperf/coreneuron_python/tperf.hoc
[1598/1930] Building special[-core] for test group testcorenrn_bbcore
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876
cfiles =
Mod files: "./Gfluct3.mod" "./hhderiv.mod" "./hhkin.mod" "./hhwatch.mod" "./nacum.mod" "./vecevent.mod"
MODOBJS= ./Gfluct3.o ./hhderiv.o ./hhkin.o ./hhwatch.o ./nacum.o ./vecevent.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> NMODL .././Gfluct3.mod
-> Compiling mod_func.cpp
-> NMODL .././hhderiv.mod
-> NMODL .././hhkin.mod
Translating Gfluct3.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/Gfluct3.cpp
Translating hhderiv.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhderiv.cpp
Thread Safe
Thread Safe
Translating hhkin.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhkin.cpp
-> NMODL .././hhwatch.mod
-> NMODL .././nacum.mod
Thread Safe
-> NMODL .././vecevent.mod
Translating nacum.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/nacum.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/Gfluct3.cpp
Translating hhwatch.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhwatch.cpp
Thread Safe
Translating vecevent.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/vecevent.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhderiv.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhkin.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/hhwatch.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/nacum.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/vecevent.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/b62f97c7d3f6d905c774d64e10128b3300792f8f757b926b965c058a4d6ee876/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1599/1930] Generating ../../testcorenrn_bbcore/neuron/common.hoc
[1600/1930] Generating ../../testcorenrn_bbcore/neuron/defvar.hoc
[1601/1930] Generating ../../testcorenrn_bbcore/neuron/testbbcore.hoc
[1602/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online/common.hoc
[1603/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online/defvar.hoc
[1604/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online/testbbcore.hoc
[1605/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online_psolve_alternate/common.hoc
[1606/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1607/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_offline/defvar.hoc
[1608/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_online_psolve_alternate/testbbcore.hoc
[1609/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_offline/common.hoc
[1610/1930] Generating ../../testcorenrn_bbcore/coreneuron_cpu_offline/testbbcore.hoc
[1611/1930] Generating ../../testcorenrn_conc/neuron/common.hoc
[1612/1930] Generating ../../testcorenrn_conc/neuron/defvar.hoc
[1613/1930] Generating ../../testcorenrn_conc/neuron/testconc.hoc
[1614/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online/defvar.hoc
[1615/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online/common.hoc
[1616/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online_psolve_alternate/common.hoc
[1617/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online/testconc.hoc
[1618/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1619/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_online_psolve_alternate/testconc.hoc
[1620/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_offline/testconc.hoc
[1621/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_offline/common.hoc
[1622/1930] Generating ../../testcorenrn_conc/coreneuron_cpu_offline/defvar.hoc
[1623/1930] Generating ../../testcorenrn_deriv/neuron/defvar.hoc
[1624/1930] Generating ../../testcorenrn_deriv/neuron/common.hoc
[1625/1930] Generating ../../testcorenrn_deriv/neuron/testderiv.hoc
[1626/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online/defvar.hoc
[1627/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online/testderiv.hoc
[1628/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online_psolve_alternate/common.hoc
[1629/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online/common.hoc
[1630/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_offline/common.hoc
[1631/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_offline/defvar.hoc
[1632/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1633/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_online_psolve_alternate/testderiv.hoc
[1634/1930] Generating ../../testcorenrn_gf/neuron/common.hoc
[1635/1930] Generating ../../testcorenrn_deriv/coreneuron_cpu_offline/testderiv.hoc
[1636/1930] Generating ../../testcorenrn_gf/neuron/defvar.hoc
[1637/1930] Generating ../../testcorenrn_gf/neuron/testgf.hoc
[1638/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online/common.hoc
[1639/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online_psolve_alternate/common.hoc
[1640/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online/defvar.hoc
[1641/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online/testgf.hoc
[1642/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1643/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_online_psolve_alternate/testgf.hoc
[1644/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_offline/common.hoc
[1645/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_offline/defvar.hoc
[1646/1930] Generating ../../testcorenrn_kin/neuron/defvar.hoc
[1647/1930] Generating ../../testcorenrn_gf/coreneuron_cpu_offline/testgf.hoc
[1648/1930] Generating ../../testcorenrn_kin/neuron/common.hoc
[1649/1930] Generating ../../testcorenrn_kin/neuron/testkin.hoc
[1650/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online/defvar.hoc
[1651/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online/testkin.hoc
[1652/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online/common.hoc
[1653/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online_psolve_alternate/common.hoc
[1654/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1655/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_offline/common.hoc
[1656/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_online_psolve_alternate/testkin.hoc
[1657/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_offline/defvar.hoc
[1658/1930] Generating ../../testcorenrn_kin/coreneuron_cpu_offline/testkin.hoc
[1659/1930] Generating ../../testcorenrn_patstim/neuron/common.hoc
[1660/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline_saverestore/defvar.hoc
[1661/1930] Generating ../../testcorenrn_patstim/neuron/testpatstim.hoc
[1662/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline_saverestore/common.hoc
[1663/1930] Generating ../../testcorenrn_patstim/neuron/defvar.hoc
[1664/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline_saverestore/testpatstim.hoc
[1665/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline/common.hoc
[1666/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline/testpatstim.hoc
[1667/1930] Generating ../../testcorenrn_patstim/coreneuron_cpu_offline/defvar.hoc
[1668/1930] Generating ../../testcorenrn_vecplay/neuron/defvar.hoc
[1669/1930] Generating ../../testcorenrn_vecplay/neuron/testvecplay.hoc
[1670/1930] Generating ../../testcorenrn_vecplay/neuron/common.hoc
[1671/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online/testvecplay.hoc
[1672/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online/common.hoc
[1673/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online_psolve_alternate/common.hoc
[1674/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online/defvar.hoc
[1675/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_offline/common.hoc
[1676/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online_psolve_alternate/testvecplay.hoc
[1677/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1678/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_offline/defvar.hoc
[1679/1930] Generating ../../testcorenrn_vecevent/neuron/defvar.hoc
[1680/1930] Generating ../../testcorenrn_vecplay/coreneuron_cpu_offline/testvecplay.hoc
[1681/1930] Generating ../../testcorenrn_vecevent/neuron/common.hoc
[1682/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online/common.hoc
[1683/1930] Generating ../../testcorenrn_vecevent/neuron/testvecevent.hoc
[1684/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online/defvar.hoc
[1685/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online_psolve_alternate/common.hoc
[1686/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online/testvecevent.hoc
[1687/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1688/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_online_psolve_alternate/testvecevent.hoc
[1689/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_offline/common.hoc
[1690/1930] Generating ../../testcorenrn_watch/neuron/defvar.hoc
[1691/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_offline/defvar.hoc
[1692/1930] Generating ../../testcorenrn_vecevent/coreneuron_cpu_offline/testvecevent.hoc
[1693/1930] Generating ../../testcorenrn_watch/neuron/common.hoc
[1694/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online/common.hoc
[1695/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online/defvar.hoc
[1696/1930] Generating ../../testcorenrn_watch/neuron/testwatch.hoc
[1697/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online_psolve_alternate/common.hoc
[1698/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online_psolve_alternate/defvar.hoc
[1699/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online/testwatch.hoc
[1700/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_online_psolve_alternate/testwatch.hoc
[1701/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_offline/common.hoc
[1702/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_offline/defvar.hoc
[1703/1930] Generating ../../testcorenrn_watch/coreneuron_cpu_offline/testwatch.hoc
[1704/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect/common.hoc
[1705/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect/defvar.hoc
[1706/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect_psolve_alternate/common.hoc
[1707/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect/testnetstimdirect.hoc
[1708/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect_psolve_alternate/defvar.hoc
[1709/1930] Generating ../../testcorenrn_netstimdirect/direct_netstimdirect_psolve_alternate/testnetstimdirect.hoc
[1710/1930] Building special[-core] for test group coreneuron_modtests
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7
cfiles =
Mod files: "./axial.mod" "./axial_pp.mod" "./bacur.mod" "./banocur.mod" "./fornetcon.mod" "./green.mod" "./invlfire.mod" "./natrans.mod" "./netmove.mod" "./noisychan.mod" "./red.mod" "./sample.mod" "./unitstest.mod" "./version_macros.mod" "./watchrange.mod" "./watchrange2.mod"
MODOBJS= ./axial.o ./axial_pp.o ./bacur.o ./banocur.o ./fornetcon.o ./green.o ./invlfire.o ./natrans.o ./netmove.o ./noisychan.o ./red.o ./sample.o ./unitstest.o ./version_macros.o ./watchrange.o ./watchrange2.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: SYMTAB :: w [Argument] in ForNetcon shadows <argument> definition in NetReceiveBlock
[NMODL] [warning] :: SYMTAB :: w [Argument] in ForNetcon shadows <argument> definition in NetReceiveBlock
[NMODL] [warning] :: SYMTAB :: w [Argument] in ForNetcon shadows <argument> definition in NetReceiveBlock
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> Compiling mod_func.cpp
-> NMODL .././axial.mod
-> NMODL .././axial_pp.mod
-> NMODL .././bacur.mod
Translating axial.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/axial.cpp
INCLUDEing axial.inc
Translating axial_pp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/axial_pp.cpp
INCLUDEing axial.inc
Translating bacur.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/bacur.cpp
Thread Safe
Thread Safe
Thread Safe
-> NMODL .././banocur.mod
-> NMODL .././fornetcon.mod
-> NMODL .././green.mod
Translating green.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/green.cpp
Translating banocur.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/banocur.cpp
Warning: dt undefined. (declared within VERBATIM?)
Thread Safe
Notice: This mechanism cannot be used with CVODE
Thread Safe
Translating fornetcon.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/fornetcon.cpp
Thread Safe
-> NMODL .././invlfire.mod
-> NMODL .././natrans.mod
-> NMODL .././netmove.mod
Translating invlfire.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/invlfire.cpp
Thread Safe
Translating natrans.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/natrans.cpp
Thread Safe
Translating netmove.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/netmove.cpp
-> NMODL .././noisychan.mod
Thread Safe
-> NMODL .././red.mod
-> NMODL .././sample.mod
Translating noisychan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/noisychan.cpp
Thread Safe
Translating red.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/red.cpp
Thread Safe
-> NMODL .././unitstest.mod
-> NMODL .././version_macros.mod
Translating sample.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/sample.cpp
Thread Safe
-> NMODL .././watchrange.mod
Translating unitstest.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/unitstest.cpp
Thread Safe
Translating version_macros.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/version_macros.cpp
Thread Safe
-> NMODL .././watchrange2.mod
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/axial.cpp
Translating watchrange.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/watchrange.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/axial_pp.cpp
Translating watchrange2.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/watchrange2.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/bacur.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/banocur.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/fornetcon.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/green.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/invlfire.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/natrans.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/netmove.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/noisychan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/red.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/sample.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/unitstest.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/version_macros.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/watchrange.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/watchrange2.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/c35d2f235e0f3860fbecadf05ec8c2b6901bba2525195c69836276a4b5d88ca7/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1711/1930] Generating coreneuron_modtests/fornetcon_py_cpu/test/coreneuron/test_fornetcon.py
[1712/1930] Generating coreneuron_modtests/inputpresyn_py/test/coreneuron/test_inputpresyn.py
[1713/1930] Generating coreneuron_modtests/version_macros/test/pytest_coreneuron/test_version_macros.py
[1714/1930] Generating coreneuron_modtests/direct_hoc_cpu/test/coreneuron/test_direct.hoc
[1715/1930] Generating coreneuron_modtests/spikes_py_cpu/test/coreneuron/test_spikes.py
[1716/1930] Generating coreneuron_modtests/direct_py_cpu/test/coreneuron/test_direct.py
[1717/1930] Generating coreneuron_modtests/test_units_py_cpu/test/coreneuron/test_units.py
[1718/1930] Generating coreneuron_modtests/spikes_file_mode_py_cpu/test/coreneuron/test_spikes.py
[1719/1930] Generating coreneuron_modtests/fast_imem_py_cpu/test/pytest_coreneuron/test_fast_imem.py
[1720/1930] Generating coreneuron_modtests/datareturn_py_cpu/test/coreneuron/test_datareturn.py
[1721/1930] Generating coreneuron_modtests/test_pointer_py_cpu/test/coreneuron/test_pointer.py
[1722/1930] Generating coreneuron_modtests/test_netmove_py_cpu/test/coreneuron/test_netmove.py
[1723/1930] Generating coreneuron_modtests/test_watchrange_py_cpu/test/coreneuron/test_watchrange.py
[1724/1930] Generating coreneuron_modtests/test_ba_py_cpu/test/coreneuron/test_ba.py
[1725/1930] Generating coreneuron_modtests/test_psolve_py_cpu/test/coreneuron/test_psolve.py
[1726/1930] Generating coreneuron_modtests/test_nmodlrandom_py_cpu/test/coreneuron/test_nmodlrandom.py
[1727/1930] Generating coreneuron_modtests/test_nmodlrandom_syntax_py_cpu/test/coreneuron/test_nmodlrandom_syntax.py
[1728/1930] Generating coreneuron_modtests/array_variable_transfer_run_mode_0_py_cpu/test/coreneuron/test_array_variables_transfer.py
[1729/1930] Generating coreneuron_modtests/test_natrans_py_cpu/test/gjtests/test_natrans.py
[1730/1930] Generating coreneuron_modtests/array_variable_transfer_run_mode_1_py_cpu/test/coreneuron/test_array_variables_transfer.py
[1731/1930] Generating coreneuron_modtests/array_variable_transfer_run_mode_2_py_cpu/test/coreneuron/test_array_variables_transfer.py
[1732/1930] Generating coreneuron_modtests/array_variable_transfer_file_mode_py_cpu/test/coreneuron/test_array_variables_transfer.py
[1733/1930] Generating coreneuron_modtests/spikes_mpi_file_mode_py_cpu/test/coreneuron/test_spikes.py
[1734/1930] Generating coreneuron_modtests/test_subworlds_py_cpu/test/coreneuron/test_subworlds.py
[1735/1930] Building special[-core] for test group example_nmodl
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2
cfiles =
Mod files: "./argpass.mod" "./cabpump.mod" "./cachan.mod" "./cacum.mod" "./cacur.mod" "./cadif.mod" "./cadifusl.mod" "./cagk.mod" "./cagkftab.mod" "./capmp.mod" "./expsynspine.mod" "./fh.mod" "./fit1.mod" "./gap.mod" "./hh1.mod" "./hhvect.mod" "./inatest.mod" "./ionleak.mod" "./nacum.mod" "./nacur.mod" "./nadifl.mod" "./nonlin.mod" "./obj_ex.mod" "./order.mod" "./passiv.mod" "./rchan.mod" "./stim1.mod" "./str.mod" "./syn1.mod" "./synpre.mod" "./trivial.mod" "./tstdarray.mod" "./tstextrn.mod" "./tstpnt1.mod" "./tstpnt2.mod" "./tstvec.mod" "./vclmp1.mod" "./vlag.mod"
MODOBJS= ./argpass.o ./cabpump.o ./cachan.o ./cacum.o ./cacur.o ./cadif.o ./cadifusl.o ./cagk.o ./cagkftab.o ./capmp.o ./expsynspine.o ./fh.o ./fit1.o ./gap.o ./hh1.o ./hhvect.o ./inatest.o ./ionleak.o ./nacum.o ./nacur.o ./nadifl.o ./nonlin.o ./obj_ex.o ./order.o ./passiv.o ./rchan.o ./stim1.o ./str.o ./syn1.o ./synpre.o ./trivial.o ./tstdarray.o ./tstextrn.o ./tstpnt1.o ./tstpnt2.o ./tstvec.o ./vclmp1.o ./vlag.o
-> Compiling mod_func.cpp
-> NMODL .././argpass.mod
-> NMODL .././cabpump.mod
-> NMODL .././cachan.mod
Translating cabpump.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cabpump.cpp
Notice: Assignment to the GLOBAL variable, "vol", is not thread safe
Translating cachan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cachan.cpp
Thread Safe
-> NMODL .././cacum.mod
-> NMODL .././cacur.mod
Translating argpass.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/argpass.cpp
Notice: VERBATIM blocks are not thread safe
-> NMODL .././cadif.mod
Translating cacum.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cacum.cpp
Thread Safe
-> NMODL .././cadifusl.mod
Translating cacur.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cacur.cpp
Thread Safe
-> NMODL .././cagk.mod
Translating cadif.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cadif.cpp
Thread Safe
-> NMODL .././cagkftab.mod
Translating cagk.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cagk.cpp
Thread Safe
-> NMODL .././capmp.mod
Translating cadifusl.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cadifusl.cpp
Notice: Assignment to the GLOBAL variable, "vol", is not thread safe
Translating cagkftab.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cagkftab.cpp
Thread Safe
-> NMODL .././expsynspine.mod
-> NMODL .././fh.mod
Translating capmp.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/capmp.cpp
NEURON's CVode method ignores conservation
Thread Safe
-> NMODL .././fit1.mod
Translating expsynspine.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/expsynspine.cpp
Notice: LINEAR is not thread safe.
Translating fh.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/fh.cpp
INCLUDEing standard.inc
Notice: Assignment to the GLOBAL variable, "inf", is not thread safe
Notice: Assignment to the GLOBAL variable, "tau", is not thread safe
-> NMODL .././gap.mod
Translating fit1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/fit1.cpp
Notice: VERBATIM blocks are not thread safe
-> NMODL .././hh1.mod
-> NMODL .././hhvect.mod
Translating hhvect.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/hhvect.cpp
Notice: This mechanism cannot be used with CVODE
Thread Safe
Warning: Default 6.3 of PARAMETER celsius will be ignored and set by NEURON.
Warning: Default -77.5 of PARAMETER ek will be ignored and set by NEURON.
Warning: Default 50 of PARAMETER ena will be ignored and set by NEURON.
-> NMODL .././inatest.mod
Translating gap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/gap.cpp
Notice: Use of POINTER is not thread safe.
-> NMODL .././ionleak.mod
Translating hh1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/hh1.cpp
Notice: This mechanism cannot be used with CVODE
Notice: Assignment to the GLOBAL variable, "hexp", is not thread safe
Notice: Assignment to the GLOBAL variable, "hinf", is not thread safe
Notice: Assignment to the GLOBAL variable, "mexp", is not thread safe
Notice: Assignment to the GLOBAL variable, "minf", is not thread safe
Notice: Assignment to the GLOBAL variable, "nexp", is not thread safe
Notice: Assignment to the GLOBAL variable, "ninf", is not thread safe
Warning: Default 6.3 of PARAMETER celsius will be ignored and set by NEURON.
Warning: Default -77.5 of PARAMETER ek will be ignored and set by NEURON.
Warning: Default 50 of PARAMETER ena will be ignored and set by NEURON.
-> NMODL .././nacum.mod
Translating inatest.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/inatest.cpp
Thread Safe
-> NMODL .././nacur.mod
Translating ionleak.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/ionleak.cpp
Thread Safe
-> NMODL .././nadifl.mod
Translating nacur.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nacur.cpp
Thread Safe
Translating nacum.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nacum.cpp
Thread Safe
-> NMODL .././nonlin.mod
-> NMODL .././obj_ex.mod
Translating nadifl.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nadifl.cpp
Thread Safe
-> NMODL .././order.mod
Translating nonlin.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nonlin.cpp
Notice: NONLINEAR is not thread safe.
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
-> NMODL .././passiv.mod
Translating obj_ex.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/obj_ex.cpp
Thread Safe
Translating order.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/order.cpp
Thread Safe
-> NMODL .././rchan.mod
-> NMODL .././stim1.mod
-> NMODL .././str.mod
Translating passiv.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/passiv.cpp
Thread Safe
-> NMODL .././syn1.mod
Translating rchan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/rchan.cpp
Notice: normrand is not thread safe
Notice: This mechanism cannot be used with CVODE
-> NMODL .././synpre.mod
Translating stim1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/stim1.cpp
Thread Safe
-> NMODL .././trivial.mod
Translating str.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/str.cpp
Notice: VERBATIM blocks are not thread safe
-> NMODL .././tstdarray.mod
Translating syn1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/syn1.cpp
Translating synpre.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/synpre.cpp
Notice: Use of POINTER is not thread safe.
Notice: VERBATIM blocks are not thread safe
Notice: This mechanism cannot be used with CVODE
Thread Safe
-> NMODL .././tstextrn.mod
-> NMODL .././tstpnt1.mod
Translating trivial.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/trivial.cpp
Translating tstextrn.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstextrn.cpp
Notice: Use of EXTERNAL is not thread safe.
-> NMODL .././tstpnt2.mod
Translating tstdarray.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstdarray.cpp
Thread Safe
-> NMODL .././tstvec.mod
-> NMODL .././vclmp1.mod
Translating tstpnt1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstpnt1.cpp
Notice: Use of POINTER is not thread safe.
-> NMODL .././vlag.mod
Translating tstpnt2.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstpnt2.cpp
Notice: Use of POINTER is not thread safe.
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/argpass.cpp
Translating tstvec.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstvec.cpp
Notice: VERBATIM blocks are not thread safe
Translating vclmp1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/vclmp1.cpp
Notice: VERBATIM blocks are not thread safe
Notice: This mechanism cannot be used with CVODE
Notice: LINEAR is not thread safe.
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cabpump.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cachan.cpp
Translating vlag.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/vlag.cpp
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cacum.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cacur.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cadif.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cadifusl.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cagk.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/cagkftab.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/capmp.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/expsynspine.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/fh.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/fit1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/gap.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/hh1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/hhvect.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/inatest.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/ionleak.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nacum.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nacur.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nadifl.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/nonlin.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/obj_ex.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/order.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/passiv.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/rchan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/stim1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/str.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/syn1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/synpre.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/trivial.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstdarray.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstextrn.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstpnt1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstpnt2.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/tstvec.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/vclmp1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/vlag.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/263a5c542e063ee6760ce51af8be262e1c89db6e16b2211fb308c533e45334f2/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1736/1930] Generating example_nmodl/cadif_hoc/cadif.hoc
[1737/1930] Generating example_nmodl/cadifusl_hoc/cadifusl.hoc
[1738/1930] Generating example_nmodl/ca_ap_hoc/ca_ap.hoc
[1739/1930] Generating example_nmodl/cabpump_hoc/cabpump.hoc
[1740/1930] Generating example_nmodl/cachan_hoc/cachan.hoc
[1741/1930] Generating example_nmodl/cadif_hoc/cadif.ses
[1742/1930] Generating example_nmodl/cadifusl1_hoc/cadifusl1.hoc
[1743/1930] Generating example_nmodl/cagk_hoc/cagk.hoc
[1744/1930] Generating example_nmodl/cadifusl2_hoc/cadifusl2.hoc
[1745/1930] Generating example_nmodl/capmp_hoc/capmp.hoc
[1746/1930] Generating example_nmodl/cv_hoc/cv.hoc
[1747/1930] Generating example_nmodl/fh_hoc/fh.hoc
[1748/1930] Generating example_nmodl/fit1_hoc/fit1.hoc
[1749/1930] Generating example_nmodl/gap_hoc/gap.hoc
[1750/1930] Generating example_nmodl/hh1_hoc/hh1.hoc
[1751/1930] Generating example_nmodl/hhvect_hoc/hhvect.hoc
[1752/1930] Generating example_nmodl/nacum_hoc/nacum.hoc
[1753/1930] Generating example_nmodl/nadifl1_hoc/nadifl1.ses
[1754/1930] Generating example_nmodl/nadifl1_hoc/nadifl1.hoc
[1755/1930] Generating example_nmodl/nadifl2_hoc/nadifl2.hoc
[1756/1930] Generating example_nmodl/nadifl2_hoc/nadifl2.ses
[1757/1930] Generating example_nmodl/nadifl3_hoc/nadifl3.hoc
[1758/1930] Generating example_nmodl/nadifl4_hoc/nadifl4.ses
[1759/1930] Generating example_nmodl/nadifl3_hoc/nadifl3.ses
[1760/1930] Generating example_nmodl/nadifl4_hoc/nadifl4.hoc
[1761/1930] Generating example_nmodl/obj_ex_hoc/obj_ex.hoc
[1762/1930] Generating example_nmodl/order_hoc/order.hoc
[1763/1930] Generating example_nmodl/stim1_hoc/stim1.hoc
[1764/1930] Generating example_nmodl/syn1_hoc/syn1.hoc
[1765/1930] Generating example_nmodl/passiv_hoc/passiv.hoc
[1766/1930] Generating example_nmodl/tstextrn_hoc/tstextrn.hoc
[1767/1930] Generating example_nmodl/synpre_hoc/synpre.hoc
[1768/1930] Generating example_nmodl/tstpnt2_hoc/tstpnt2.hoc
[1769/1930] Generating example_nmodl/tstvec_hoc/tstvec.hoc
[1770/1930] Generating example_nmodl/tstpnt1_hoc/tstpnt1.hoc
[1771/1930] Generating example_nmodl/cagkftab_py/cagkftab.py
[1772/1930] Generating example_nmodl/nonlin_py/nonlin.py
[1773/1930] Generating example_nmodl/expsynspine_py/expsynspine.ses
[1774/1930] Generating example_nmodl/expsynspine_py/expsynspine.py
[1775/1930] Generating example_nmodl/tstpnt1_py/tstpnt1.py
[1776/1930] Generating example_nmodl/vlag_py/vlag.py
[1777/1930] Generating example_nmodl/tstpnt2_py/tstpnt2.py
[1778/1930] Building special[-core] for test group reduced_dentate
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead
cfiles =
Mod files: "./Aradi_Ca.mod" "./Aradi_CadepK.mod" "./Aradi_KA.mod" "./Aradi_KDRf.mod" "./Aradi_KDRs.mod" "./Aradi_Na.mod" "./CaBK.mod" "./DGC_M.mod" "./DGC_UK.mod" "./DGC_sAHP.mod" "./Gfluct3.mod" "./LcaMig.mod" "./SH_KIn.mod" "./SH_na8st.mod" "./bgka.mod" "./ccanl.mod" "./ggap.mod" "./gskch.mod" "./holdingi.mod" "./hyperde3.mod" "./ichan2.mod" "./iconc_Ca.mod" "./kcaPR.mod" "./na3n.mod" "./nca.mod" "./spines.mod" "./tca.mod" "./vecevent.mod"
MODOBJS= ./Aradi_Ca.o ./Aradi_CadepK.o ./Aradi_KA.o ./Aradi_KDRf.o ./Aradi_KDRs.o ./Aradi_Na.o ./CaBK.o ./DGC_M.o ./DGC_UK.o ./DGC_sAHP.o ./Gfluct3.o ./LcaMig.o ./SH_KIn.o ./SH_na8st.o ./bgka.o ./ccanl.o ./ggap.o ./gskch.o ./holdingi.o ./hyperde3.o ./ichan2.o ./iconc_Ca.o ./kcaPR.o ./na3n.o ./nca.o ./spines.o ./tca.o ./vecevent.o
[INFO] Running: make -j4 -f /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/share/coreneuron/nrnivmodl_core_makefile ROOT=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build MODS_PATH=arm64/corenrn/mod2c BUILD_TYPE=SHARED NRN_PRCELLSTATE=0
Default NMODL flags:
diff: arm64/corenrn/mod2c/_mod_func.cpp: No such file or directory
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: k [Argument] in exp1 shadows <ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: Can not inline function call to mynormrand
[NMODL] [warning] :: SYMTAB :: cai [Argument] in h2 shadows <assigned_definition read_ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: cai [Argument] in h2 shadows <assigned_definition read_ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: cai [Argument] in h2 shadows <assigned_definition read_ion> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: cai [Argument] in rate shadows <assigned_definition> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: cai [Argument] in rate shadows <assigned_definition> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: cai [Argument] in rate shadows <assigned_definition> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: t [Argument] in init_sequence shadows <extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: CVode solver of icur in 64.20-30 replaced with cnexp solver
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
[NMODL] [warning] :: SYMTAB :: celsius [Argument] in KTF shadows <assigned_definition extern_neuron_var> definition in NMODL_GLOBAL
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> Binary creating arm64/special-core
[INFO] MOD files built successfully for CoreNEURON
-> Compiling mod_func.cpp
-> NMODL .././Aradi_Ca.mod
-> NMODL .././Aradi_KA.mod
-> NMODL .././Aradi_CadepK.mod
Translating Aradi_KA.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KA.cpp
Thread Safe
Translating Aradi_CadepK.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_CadepK.cpp
Translating Aradi_Ca.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_Ca.cpp
Thread Safe
Thread Safe
-> NMODL .././Aradi_KDRf.mod
-> NMODL .././Aradi_KDRs.mod
-> NMODL .././Aradi_Na.mod
Translating Aradi_KDRf.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KDRf.cpp
Translating Aradi_KDRs.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KDRs.cpp
Thread Safe
Thread Safe
Translating Aradi_Na.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_Na.cpp
Thread Safe
-> NMODL .././CaBK.mod
-> NMODL .././DGC_M.mod
-> NMODL .././DGC_UK.mod
Translating DGC_M.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_M.cpp
Translating CaBK.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/CaBK.cpp
Thread Safe
Thread Safe
Translating DGC_UK.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_UK.cpp
Thread Safe
-> NMODL .././DGC_sAHP.mod
-> NMODL .././Gfluct3.mod
-> NMODL .././LcaMig.mod
Translating DGC_sAHP.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_sAHP.cpp
Translating Gfluct3.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Gfluct3.cpp
Thread Safe
Thread Safe
Translating LcaMig.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/LcaMig.cpp
Thread Safe
-> NMODL .././SH_KIn.mod
-> NMODL .././SH_na8st.mod
-> NMODL .././bgka.mod
Translating SH_na8st.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/SH_na8st.cpp
NEURON's CVode method ignores conservation
Thread Safe
Translating bgka.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/bgka.cpp
Thread Safe
Translating SH_KIn.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/SH_KIn.cpp
Thread Safe
-> NMODL .././ccanl.mod
-> NMODL .././ggap.mod
-> NMODL .././gskch.mod
-> NMODL .././holdingi.mod
Translating ccanl.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ccanl.cpp
Thread Safe
Translating ggap.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ggap.cpp
Thread Safe
Translating gskch.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/gskch.cpp
-> NMODL .././hyperde3.mod
Thread Safe
Translating holdingi.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/holdingi.cpp
-> NMODL .././ichan2.mod
Thread Safe
-> NMODL .././iconc_Ca.mod
-> NMODL .././kcaPR.mod
Translating hyperde3.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/hyperde3.cpp
Translating ichan2.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ichan2.cpp
Thread Safe
Thread Safe
Translating iconc_Ca.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/iconc_Ca.cpp
Thread Safe
Translating kcaPR.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/kcaPR.cpp
Thread Safe
-> NMODL .././na3n.mod
-> NMODL .././nca.mod
-> NMODL .././spines.mod
-> NMODL .././tca.mod
Translating na3n.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/na3n.cpp
Thread Safe
Translating spines.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/spines.cpp
Thread Safe
Translating nca.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/nca.cpp
Translating tca.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/tca.cpp
Thread Safe
Thread Safe
-> NMODL .././vecevent.mod
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_Ca.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_CadepK.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KA.cpp
Translating vecevent.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/vecevent.cpp
Thread Safe
Notice: ARTIFICIAL_CELL is a synonym for POINT_PROCESS which hints that it
only affects and is affected by discrete events. As such it is not
located in a section and is not associated with an integrator
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KDRf.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_KDRs.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Aradi_Na.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/CaBK.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_M.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_UK.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/DGC_sAHP.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/Gfluct3.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/LcaMig.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/SH_KIn.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/SH_na8st.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/bgka.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ccanl.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ggap.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/gskch.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/holdingi.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/hyperde3.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/ichan2.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/iconc_Ca.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/kcaPR.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/na3n.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/nca.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/spines.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/tca.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/vecevent.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/test/nrnivmodl/53c432f7080fe7b786e16536f2d17f96d387425d200c645a6b4cec93b5edfead/arm64/./special" LDFLAGS are:
Successfully created arm64/special
[1779/1930] Generating ../../reduced_dentate/neuron/dat/DGC_dendrite_points.dat
[1780/1930] Generating ../../reduced_dentate/neuron/dat/DGC_spine_density.dat
[1781/1930] Generating ../../reduced_dentate/neuron/dat/DGC_dendrite_topology.dat
[1782/1930] Generating ../../reduced_dentate/neuron/datasets/Control/AAC.dat
[1783/1930] Generating ../../reduced_dentate/neuron/commonutils.py
[1784/1930] Generating ../../reduced_dentate/neuron/dat/axon_st8.dat
[1785/1930] Generating ../../reduced_dentate/neuron/datasets/Control/AACtoGC.dat
[1786/1930] Generating ../../reduced_dentate/neuron/dat/soma_st8.dat
[1787/1930] Generating ../../reduced_dentate/neuron/datasets/Control/AACstim.dat
[1788/1930] Generating ../../reduced_dentate/neuron/datasets/Control/AACtoMC.dat
[1789/1930] Generating ../../reduced_dentate/neuron/datasets/Control/BC.dat
[1790/1930] Generating ../../reduced_dentate/neuron/datasets/Control/BCtoBC.dat
[1791/1930] Generating ../../reduced_dentate/neuron/datasets/Control/GC.dat
[1792/1930] Generating ../../reduced_dentate/neuron/datasets/Control/BCstim.dat
[1793/1930] Generating ../../reduced_dentate/neuron/datasets/Control/GCtoAAC.dat
[1794/1930] Generating ../../reduced_dentate/neuron/datasets/Control/BCtoGC.dat
[1795/1930] Generating ../../reduced_dentate/neuron/datasets/Control/GCtoMC.dat
[1796/1930] Generating ../../reduced_dentate/neuron/datasets/Control/GCtoBC.dat
[1797/1930] Generating ../../reduced_dentate/neuron/datasets/Control/GCstim.dat
[1798/1930] Generating ../../reduced_dentate/neuron/datasets/Control/BCtoMC.dat
[1799/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HC.dat
[1800/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HCstim.dat
[1801/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HCtoGC.dat
[1802/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HCtoMC.dat
[1803/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HCtoHC.dat
[1804/1930] Generating ../../reduced_dentate/neuron/datasets/Control/HCtoNGFC.dat
[1805/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MC.dat
[1806/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCstim.dat
[1807/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCtoAAC.dat
[1808/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCtoBC.dat
[1809/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCtoGC.dat
[1810/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCtoMC.dat
[1811/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MCtoHC.dat
[1812/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MPP/MPPspiketrain.dat
[1813/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFCstim.dat
[1814/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MPP.dat
[1815/1930] Generating ../../reduced_dentate/neuron/datasets/Control/MPPtoGC.dat
[1816/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFC.dat
[1817/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFCtoAAC.dat
[1818/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFCtoBC.dat
[1819/1930] Generating ../../reduced_dentate/neuron/datasets/Control/connectivity.dat
[1820/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFCtoGC.dat
[1821/1930] Generating ../../reduced_dentate/neuron/datasets/Control/NGFCtoNGFC.dat
[1822/1930] Generating ../../reduced_dentate/neuron/datasets/Control/gjHCtoHC.dat
[1823/1930] Generating ../../reduced_dentate/neuron/datasets/Control/gapjunctions.dat
[1824/1930] Generating ../../reduced_dentate/neuron/datasets/Control/gjBCtoBC.dat
[1825/1930] Generating ../../reduced_dentate/neuron/datasets/Control/celltypes.dat
[1826/1930] Generating ../../reduced_dentate/neuron/datasets/Control/gjNGFCtoNGFC.dat
[1827/1930] Generating ../../reduced_dentate/neuron/datasets/Control/stim.dat
[1828/1930] Generating ../../reduced_dentate/neuron/datasets/Control/syndecay.dat
[1829/1930] Generating ../../reduced_dentate/neuron/datasets/Control/syndend.dat
[1830/1930] Generating ../../reduced_dentate/neuron/datasets/Control/syncomp.dat
[1831/1930] Generating ../../reduced_dentate/neuron/datasets/Control/synerev.dat
[1832/1930] Generating ../../reduced_dentate/neuron/datasets/Control/synweight.dat
[1833/1930] Generating ../../reduced_dentate/neuron/datasets/Control/synrise.dat
[1834/1930] Generating ../../reduced_dentate/neuron/lib.hoc
[1835/1930] Generating ../../reduced_dentate/neuron/main.hoc
[1836/1930] Generating ../../reduced_dentate/neuron/run.hoc
[1837/1930] Generating ../../reduced_dentate/neuron/parameters/Control.hoc
[1838/1930] Generating ../../reduced_dentate/neuron/templates/DGC.hoc
[1839/1930] Generating ../../reduced_dentate/neuron/templates/DGC_Biophysics_passive_na8st.hoc
[1840/1930] Generating ../../reduced_dentate/neuron/templates/AxoAxonicCell.hoc
[1841/1930] Generating ../../reduced_dentate/neuron/templates/BasketCell.hoc
[1842/1930] Generating ../../reduced_dentate/neuron/templates/DGC_Morphology_from_file_na8st.hoc
[1843/1930] Generating ../../reduced_dentate/neuron/templates/DGC_Parameters_passive_na8st.hoc
[1844/1930] Generating ../../reduced_dentate/neuron/templates/DGC_Synapses.hoc
[1845/1930] Generating ../../reduced_dentate/neuron/templates/Dict.hoc
[1846/1930] Generating ../../reduced_dentate/neuron/templates/HICAPCell.hoc
[1847/1930] Generating ../../reduced_dentate/neuron/templates/HIPPCell.hoc
[1848/1930] Generating ../../reduced_dentate/neuron/templates/MPPCell.hoc
[1849/1930] Generating ../../reduced_dentate/neuron/templates/StimCell.hoc
[1850/1930] Generating ../../reduced_dentate/neuron/templates/defvar.hoc
[1851/1930] Generating ../../reduced_dentate/neuron/templates/MossyCell.hoc
[1852/1930] Generating ../../reduced_dentate/neuron/templates/NGFCell.hoc
[1853/1930] Generating ../../reduced_dentate/neuron/templates/ranstream.hoc
[1854/1930] Generating ../../reduced_dentate/neuron/templates/Value.hoc
[1855/1930] Generating ../../reduced_dentate/coreneuron_cpu/commonutils.py
[1856/1930] Generating ../../reduced_dentate/coreneuron_cpu/dat/DGC_dendrite_points.dat
[1857/1930] Generating ../../reduced_dentate/coreneuron_cpu/dat/DGC_dendrite_topology.dat
[1858/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/AACstim.dat
[1859/1930] Generating ../../reduced_dentate/coreneuron_cpu/dat/soma_st8.dat
[1860/1930] Generating ../../reduced_dentate/coreneuron_cpu/dat/axon_st8.dat
[1861/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/AAC.dat
[1862/1930] Generating ../../reduced_dentate/coreneuron_cpu/dat/DGC_spine_density.dat
[1863/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/AACtoGC.dat
[1864/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/BCtoBC.dat
[1865/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/BC.dat
[1866/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/BCstim.dat
[1867/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/AACtoMC.dat
[1868/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/BCtoGC.dat
[1869/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/BCtoMC.dat
[1870/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/GCstim.dat
[1871/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/GC.dat
[1872/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/GCtoAAC.dat
[1873/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/GCtoMC.dat
[1874/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HC.dat
[1875/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/GCtoBC.dat
[1876/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HCtoGC.dat
[1877/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HCstim.dat
[1878/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HCtoHC.dat
[1879/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HCtoNGFC.dat
[1880/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/HCtoMC.dat
[1881/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MC.dat
[1882/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCtoAAC.dat
[1883/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCstim.dat
[1884/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCtoHC.dat
[1885/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCtoBC.dat
[1886/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCtoGC.dat
[1887/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MCtoMC.dat
[1888/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MPP.dat
[1889/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MPP/MPPspiketrain.dat
[1890/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFCstim.dat
[1891/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFC.dat
[1892/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/MPPtoGC.dat
[1893/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFCtoAAC.dat
[1894/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFCtoBC.dat
[1895/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFCtoGC.dat
[1896/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/celltypes.dat
[1897/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/connectivity.dat
[1898/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/gapjunctions.dat
[1899/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/NGFCtoNGFC.dat
[1900/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/gjBCtoBC.dat
[1901/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/stim.dat
[1902/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/gjHCtoHC.dat
[1903/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/gjNGFCtoNGFC.dat
[1904/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/syndecay.dat
[1905/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/syndend.dat
[1906/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/syncomp.dat
[1907/1930] Generating ../../reduced_dentate/coreneuron_cpu/main.hoc
[1908/1930] Generating ../../reduced_dentate/coreneuron_cpu/lib.hoc
[1909/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/synerev.dat
[1910/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/synrise.dat
[1911/1930] Generating ../../reduced_dentate/coreneuron_cpu/datasets/Control/synweight.dat
[1912/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/AxoAxonicCell.hoc
[1913/1930] Generating ../../reduced_dentate/coreneuron_cpu/parameters/Control.hoc
[1914/1930] Generating ../../reduced_dentate/coreneuron_cpu/run.hoc
[1915/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/BasketCell.hoc
[1916/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/DGC.hoc
[1917/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/DGC_Biophysics_passive_na8st.hoc
[1918/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/DGC_Synapses.hoc
[1919/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/DGC_Morphology_from_file_na8st.hoc
[1920/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/Dict.hoc
[1921/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/DGC_Parameters_passive_na8st.hoc
[1922/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/HIPPCell.hoc
[1923/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/MossyCell.hoc
[1924/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/HICAPCell.hoc
[1925/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/MPPCell.hoc
[1926/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/ranstream.hoc
[1927/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/NGFCell.hoc
[1928/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/defvar.hoc
[1929/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/Value.hoc
[1930/1930] Generating ../../reduced_dentate/coreneuron_cpu/templates/StimCell.hoc
$ ccache -vs 2>/dev/null
Cache directory: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/ccache
Config file: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/ccache/ccache.conf
System config file: /opt/homebrew/Cellar/ccache/4.9/etc/ccache.conf
Stats updated: Fri Jul 5 16:20:21 2024
Cacheable calls: 627 / 627 (100.0%)
Hits: 2 / 627 ( 0.32%)
Direct: 1 / 2 (50.00%)
Preprocessed: 1 / 2 (50.00%)
Misses: 625 / 627 (99.68%)
Successful lookups:
Direct: 1 / 627 ( 0.16%)
Preprocessed: 1 / 626 ( 0.16%)
Local storage:
Cache size (GiB): 1.2 / 5.0 (24.07%)
Files: 13046
Hits: 2 / 627 ( 0.32%)
Misses: 625 / 627 (99.68%)
Reads: 1254
Writes: 1186
$ echo $'[install]\nprefix='>src/nrnpython/setup.cfg
$ cat src/nrnpython/setup.cfg
[install]
prefix=
$ ctest --output-on-failure
Test project /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build
Start 241: external_ringtest::coreneuron_cpu_mpi_offline::preparation
Start 251: testcorenrn_bbcore::coreneuron_cpu_offline::preparation
1/304 Test #251: testcorenrn_bbcore::coreneuron_cpu_offline::preparation .................. Passed 1.54 sec
Start 257: testcorenrn_conc::coreneuron_cpu_offline::preparation
2/304 Test #257: testcorenrn_conc::coreneuron_cpu_offline::preparation .................... Passed 0.23 sec
Start 263: testcorenrn_deriv::coreneuron_cpu_offline::preparation
3/304 Test #263: testcorenrn_deriv::coreneuron_cpu_offline::preparation ................... Passed 0.24 sec
Start 275: testcorenrn_kin::coreneuron_cpu_offline::preparation
4/304 Test #241: external_ringtest::coreneuron_cpu_mpi_offline::preparation ............... Passed 2.08 sec
Start 269: testcorenrn_gf::coreneuron_cpu_offline::preparation
5/304 Test #275: testcorenrn_kin::coreneuron_cpu_offline::preparation ..................... Passed 0.22 sec
Start 159: pyinit::nrniv_py3.10_python_check_sys_path::preparation
6/304 Test #159: pyinit::nrniv_py3.10_python_check_sys_path::preparation .................. Passed 0.02 sec
Start 161: pyinit::nrniv_py3.10_nrnpython_check_sys_path::preparation
7/304 Test #161: pyinit::nrniv_py3.10_nrnpython_check_sys_path::preparation ............... Passed 0.02 sec
Start 163: pyinit::nrniv_py3.10_python_check_sys_prefix::preparation
8/304 Test #163: pyinit::nrniv_py3.10_python_check_sys_prefix::preparation ................ Passed 0.02 sec
Start 165: pyinit::nrniv_py3.10_nrnpython_check_sys_prefix::preparation
9/304 Test #165: pyinit::nrniv_py3.10_nrnpython_check_sys_prefix::preparation ............. Passed 0.02 sec
Start 167: pyinit::nrniv_py3.10_python_check_sys_exec_prefix::preparation
10/304 Test #269: testcorenrn_gf::coreneuron_cpu_offline::preparation ...................... Passed 0.24 sec
Start 280: testcorenrn_patstim::coreneuron_cpu_offline::preparation
11/304 Test #167: pyinit::nrniv_py3.10_python_check_sys_exec_prefix::preparation ........... Passed 0.02 sec
Start 169: pyinit::nrniv_py3.10_nrnpython_check_sys_exec_prefix::preparation
12/304 Test #169: pyinit::nrniv_py3.10_nrnpython_check_sys_exec_prefix::preparation ........ Passed 0.02 sec
Start 171: pyinit::nrniv_py3.10_python_check_sys_base_prefix::preparation
13/304 Test #171: pyinit::nrniv_py3.10_python_check_sys_base_prefix::preparation ........... Passed 0.02 sec
Start 173: pyinit::nrniv_py3.10_nrnpython_check_sys_base_prefix::preparation
14/304 Test #173: pyinit::nrniv_py3.10_nrnpython_check_sys_base_prefix::preparation ........ Passed 0.02 sec
Start 175: pyinit::nrniv_py3.10_python_check_sys_base_exec_prefix::preparation
15/304 Test #175: pyinit::nrniv_py3.10_python_check_sys_base_exec_prefix::preparation ...... Passed 0.02 sec
Start 177: pyinit::nrniv_py3.10_nrnpython_check_sys_base_exec_prefix::preparation
16/304 Test #177: pyinit::nrniv_py3.10_nrnpython_check_sys_base_exec_prefix::preparation ... Passed 0.02 sec
Start 179: pyinit::nrniv_py3.10_python_check_sys_stderr.encoding::preparation
17/304 Test #179: pyinit::nrniv_py3.10_python_check_sys_stderr.encoding::preparation ....... Passed 0.02 sec
Start 181: pyinit::nrniv_py3.10_nrnpython_check_sys_stderr.encoding::preparation
18/304 Test #181: pyinit::nrniv_py3.10_nrnpython_check_sys_stderr.encoding::preparation .... Passed 0.02 sec
Start 183: pyinit::nrniv_py3.10_python_check_sys_stdin.encoding::preparation
19/304 Test #183: pyinit::nrniv_py3.10_python_check_sys_stdin.encoding::preparation ........ Passed 0.02 sec
Start 185: pyinit::nrniv_py3.10_nrnpython_check_sys_stdin.encoding::preparation
20/304 Test #185: pyinit::nrniv_py3.10_nrnpython_check_sys_stdin.encoding::preparation ..... Passed 0.02 sec
Start 187: pyinit::nrniv_py3.10_python_check_sys_stdout.encoding::preparation
21/304 Test #187: pyinit::nrniv_py3.10_python_check_sys_stdout.encoding::preparation ....... Passed 0.02 sec
Start 189: pyinit::nrniv_py3.10_nrnpython_check_sys_stdout.encoding::preparation
22/304 Test #189: pyinit::nrniv_py3.10_nrnpython_check_sys_stdout.encoding::preparation .... Passed 0.02 sec
Start 195: pyinit::nrniv_pydef_python_check_sys_path::preparation
23/304 Test #280: testcorenrn_patstim::coreneuron_cpu_offline::preparation ................. Passed 0.28 sec
Start 286: testcorenrn_vecplay::coreneuron_cpu_offline::preparation
24/304 Test #195: pyinit::nrniv_pydef_python_check_sys_path::preparation ................... Passed 0.02 sec
Start 197: pyinit::nrniv_pydef_nrnpython_check_sys_path::preparation
25/304 Test #197: pyinit::nrniv_pydef_nrnpython_check_sys_path::preparation ................ Passed 0.02 sec
Start 199: pyinit::nrniv_pydef_python_check_sys_prefix::preparation
26/304 Test #199: pyinit::nrniv_pydef_python_check_sys_prefix::preparation ................. Passed 0.02 sec
Start 201: pyinit::nrniv_pydef_nrnpython_check_sys_prefix::preparation
27/304 Test #201: pyinit::nrniv_pydef_nrnpython_check_sys_prefix::preparation .............. Passed 0.02 sec
Start 203: pyinit::nrniv_pydef_python_check_sys_exec_prefix::preparation
28/304 Test #203: pyinit::nrniv_pydef_python_check_sys_exec_prefix::preparation ............ Passed 0.02 sec
Start 205: pyinit::nrniv_pydef_nrnpython_check_sys_exec_prefix::preparation
29/304 Test #205: pyinit::nrniv_pydef_nrnpython_check_sys_exec_prefix::preparation ......... Passed 0.02 sec
Start 207: pyinit::nrniv_pydef_python_check_sys_base_prefix::preparation
30/304 Test #207: pyinit::nrniv_pydef_python_check_sys_base_prefix::preparation ............ Passed 0.02 sec
Start 209: pyinit::nrniv_pydef_nrnpython_check_sys_base_prefix::preparation
31/304 Test #209: pyinit::nrniv_pydef_nrnpython_check_sys_base_prefix::preparation ......... Passed 0.02 sec
Start 211: pyinit::nrniv_pydef_python_check_sys_base_exec_prefix::preparation
32/304 Test #211: pyinit::nrniv_pydef_python_check_sys_base_exec_prefix::preparation ....... Passed 0.02 sec
Start 213: pyinit::nrniv_pydef_nrnpython_check_sys_base_exec_prefix::preparation
33/304 Test #213: pyinit::nrniv_pydef_nrnpython_check_sys_base_exec_prefix::preparation .... Passed 0.02 sec
Start 215: pyinit::nrniv_pydef_python_check_sys_stderr.encoding::preparation
34/304 Test #215: pyinit::nrniv_pydef_python_check_sys_stderr.encoding::preparation ........ Passed 0.02 sec
Start 217: pyinit::nrniv_pydef_nrnpython_check_sys_stderr.encoding::preparation
35/304 Test #286: testcorenrn_vecplay::coreneuron_cpu_offline::preparation ................. Passed 0.23 sec
Start 298: testcorenrn_watch::coreneuron_cpu_offline::preparation
36/304 Test #217: pyinit::nrniv_pydef_nrnpython_check_sys_stderr.encoding::preparation ..... Passed 0.02 sec
Start 219: pyinit::nrniv_pydef_python_check_sys_stdin.encoding::preparation
37/304 Test #219: pyinit::nrniv_pydef_python_check_sys_stdin.encoding::preparation ......... Passed 0.02 sec
Start 221: pyinit::nrniv_pydef_nrnpython_check_sys_stdin.encoding::preparation
38/304 Test #221: pyinit::nrniv_pydef_nrnpython_check_sys_stdin.encoding::preparation ...... Passed 0.02 sec
Start 223: pyinit::nrniv_pydef_python_check_sys_stdout.encoding::preparation
39/304 Test #223: pyinit::nrniv_pydef_python_check_sys_stdout.encoding::preparation ........ Passed 0.02 sec
Start 225: pyinit::nrniv_pydef_nrnpython_check_sys_stdout.encoding::preparation
40/304 Test #225: pyinit::nrniv_pydef_nrnpython_check_sys_stdout.encoding::preparation ..... Passed 0.02 sec
Start 233: external_ringtest::neuron
41/304 Test #298: testcorenrn_watch::coreneuron_cpu_offline::preparation ................... Passed 0.24 sec
Start 234: external_ringtest::neuron_mpi
42/304 Test #234: external_ringtest::neuron_mpi ............................................ Passed 8.53 sec
Start 235: external_ringtest::neuron_mpi_python
43/304 Test #233: external_ringtest::neuron ................................................ Passed 16.38 sec
Start 247: testcorenrn_bbcore::neuron
44/304 Test #247: testcorenrn_bbcore::neuron ............................................... Passed 0.23 sec
Start 248: testcorenrn_bbcore::coreneuron_cpu_online
45/304 Test #248: testcorenrn_bbcore::coreneuron_cpu_online ................................ Passed 0.50 sec
Start 249: testcorenrn_bbcore::coreneuron_cpu_online_psolve_alternate
46/304 Test #235: external_ringtest::neuron_mpi_python ..................................... Passed 8.96 sec
Start 237: external_ringtest::coreneuron_cpu_mpi_offline_saverestore
47/304 Test #249: testcorenrn_bbcore::coreneuron_cpu_online_psolve_alternate ............... Passed 0.59 sec
Start 250: testcorenrn_bbcore::coreneuron_cpu_offline
48/304 Test #250: testcorenrn_bbcore::coreneuron_cpu_offline ............................... Passed 0.30 sec
Start 253: testcorenrn_conc::neuron
49/304 Test #253: testcorenrn_conc::neuron ................................................. Passed 0.28 sec
Start 254: testcorenrn_conc::coreneuron_cpu_online
50/304 Test #254: testcorenrn_conc::coreneuron_cpu_online .................................. Passed 0.52 sec
Start 255: testcorenrn_conc::coreneuron_cpu_online_psolve_alternate
51/304 Test #255: testcorenrn_conc::coreneuron_cpu_online_psolve_alternate ................. Passed 0.57 sec
Start 256: testcorenrn_conc::coreneuron_cpu_offline
52/304 Test #256: testcorenrn_conc::coreneuron_cpu_offline ................................. Passed 0.17 sec
Start 259: testcorenrn_deriv::neuron
53/304 Test #237: external_ringtest::coreneuron_cpu_mpi_offline_saverestore ................ Passed 2.07 sec
Start 238: external_ringtest::coreneuron_cpu_mpi
54/304 Test #259: testcorenrn_deriv::neuron ................................................ Passed 0.26 sec
Start 260: testcorenrn_deriv::coreneuron_cpu_online
55/304 Test #260: testcorenrn_deriv::coreneuron_cpu_online ................................. Passed 0.53 sec
Start 261: testcorenrn_deriv::coreneuron_cpu_online_psolve_alternate
56/304 Test #261: testcorenrn_deriv::coreneuron_cpu_online_psolve_alternate ................ Passed 0.54 sec
Start 262: testcorenrn_deriv::coreneuron_cpu_offline
57/304 Test #238: external_ringtest::coreneuron_cpu_mpi .................................... Passed 1.37 sec
Start 239: external_ringtest::coreneuron_cpu_mpi_python
58/304 Test #262: testcorenrn_deriv::coreneuron_cpu_offline ................................ Passed 0.19 sec
Start 271: testcorenrn_kin::neuron
59/304 Test #271: testcorenrn_kin::neuron .................................................. Passed 0.24 sec
Start 272: testcorenrn_kin::coreneuron_cpu_online
60/304 Test #272: testcorenrn_kin::coreneuron_cpu_online ................................... Passed 0.73 sec
Start 273: testcorenrn_kin::coreneuron_cpu_online_psolve_alternate
61/304 Test #273: testcorenrn_kin::coreneuron_cpu_online_psolve_alternate .................. Passed 0.59 sec
Start 274: testcorenrn_kin::coreneuron_cpu_offline
62/304 Test #239: external_ringtest::coreneuron_cpu_mpi_python ............................. Passed 1.64 sec
Start 240: external_ringtest::coreneuron_cpu_mpi_offline
63/304 Test #274: testcorenrn_kin::coreneuron_cpu_offline .................................. Passed 0.19 sec
Start 1: cmd_interface_test
64/304 Test #1: cmd_interface_test ....................................................... Passed 0.40 sec
Start 2: interleave_info_constructor_test
65/304 Test #2: interleave_info_constructor_test ......................................... Passed 0.22 sec
Start 3: alignment_test
66/304 Test #240: external_ringtest::coreneuron_cpu_mpi_offline ............................ Passed 0.82 sec
Start 244: external_ringtest::coreneuron_mpi_registermapping_directmode
67/304 Test #3: alignment_test ........................................................... Passed 0.22 sec
Start 4: queuing_test
68/304 Test #4: queuing_test ............................................................. Passed 0.28 sec
Start 5: test-solver
69/304 Test #5: test-solver .............................................................. Passed 0.32 sec
Start 6: random_test
70/304 Test #6: random_test .............................................................. Passed 0.24 sec
Start 7: lfp_test
71/304 Test #7: lfp_test ................................................................. Passed 0.28 sec
Start 8: unit_tests::testneuron
72/304 Test #8: unit_tests::testneuron ................................................... Passed 0.29 sec
Start 9: unit_tests::testneuron_soa_erase_calls_terminate
73/304 Test #244: external_ringtest::coreneuron_mpi_registermapping_directmode ............. Passed 1.67 sec
Start 245: external_ringtest::coreneuron_mpi_registermapping_filemode
74/304 Test #9: unit_tests::testneuron_soa_erase_calls_terminate ......................... Passed 0.11 sec
Start 10: ringtest
75/304 Test #10: ringtest ................................................................. Passed 0.89 sec
Start 11: connect_dend
76/304 Test #11: connect_dend ............................................................. Passed 0.17 sec
Start 12: mpi_init::nrniv_mpiopt
77/304 Test #12: mpi_init::nrniv_mpiopt ................................................... Passed 0.18 sec
Start 13: mpi_init::nrniv_nrnmpi_init
78/304 Test #13: mpi_init::nrniv_nrnmpi_init .............................................. Passed 0.18 sec
Start 14: mpi_init::python_nrnmpi_init
79/304 Test #245: external_ringtest::coreneuron_mpi_registermapping_filemode ............... Passed 1.74 sec
Start 265: testcorenrn_gf::neuron
80/304 Test #14: mpi_init::python_nrnmpi_init ............................................. Passed 0.62 sec
Start 15: mpi_init::python_mpienv
81/304 Test #15: mpi_init::python_mpienv .................................................. Passed 0.63 sec
Start 16: mpi_init::nrniv_mpiexec_mpiopt
82/304 Test #16: mpi_init::nrniv_mpiexec_mpiopt ........................................... Passed 0.21 sec
Start 17: mpi_init::nrniv_mpiexec_nrnmpi_init
83/304 Test #17: mpi_init::nrniv_mpiexec_nrnmpi_init ...................................... Passed 0.18 sec
Start 18: mpi_init::python_mpiexec_nrnmpi_init
84/304 Test #18: mpi_init::python_mpiexec_nrnmpi_init ..................................... Passed 0.68 sec
Start 19: mpi_init::python_mpiexec_mpienv
85/304 Test #265: testcorenrn_gf::neuron ................................................... Passed 2.42 sec
Start 266: testcorenrn_gf::coreneuron_cpu_online
86/304 Test #19: mpi_init::python_mpiexec_mpienv .......................................... Passed 0.69 sec
Start 20: unit_tests::python_unit_tests
87/304 Test #266: testcorenrn_gf::coreneuron_cpu_online .................................... Passed 0.76 sec
Start 267: testcorenrn_gf::coreneuron_cpu_online_psolve_alternate
88/304 Test #20: unit_tests::python_unit_tests ............................................ Passed 0.97 sec
Start 21: pytest::basic_tests_py3.10
89/304 Test #21: pytest::basic_tests_py3.10 ............................................... Passed 0.86 sec
Start 22: pytest_coreneuron::basic_tests_py3.10
90/304 Test #267: testcorenrn_gf::coreneuron_cpu_online_psolve_alternate ................... Passed 2.32 sec
Start 268: testcorenrn_gf::coreneuron_cpu_offline
91/304 Test #268: testcorenrn_gf::coreneuron_cpu_offline ................................... Passed 0.32 sec
Start 277: testcorenrn_patstim::neuron
92/304 Test #277: testcorenrn_patstim::neuron .............................................. Passed 0.34 sec
Start 278: testcorenrn_patstim::coreneuron_cpu_offline_saverestore
93/304 Test #278: testcorenrn_patstim::coreneuron_cpu_offline_saverestore .................. Passed 0.80 sec
Start 279: testcorenrn_patstim::coreneuron_cpu_offline
94/304 Test #279: testcorenrn_patstim::coreneuron_cpu_offline .............................. Passed 0.19 sec
Start 282: testcorenrn_vecplay::neuron
95/304 Test #282: testcorenrn_vecplay::neuron .............................................. Passed 0.29 sec
Start 283: testcorenrn_vecplay::coreneuron_cpu_online
96/304 Test #283: testcorenrn_vecplay::coreneuron_cpu_online ............................... Passed 0.55 sec
Start 284: testcorenrn_vecplay::coreneuron_cpu_online_psolve_alternate
97/304 Test #284: testcorenrn_vecplay::coreneuron_cpu_online_psolve_alternate .............. Passed 0.68 sec
Start 285: testcorenrn_vecplay::coreneuron_cpu_offline
98/304 Test #285: testcorenrn_vecplay::coreneuron_cpu_offline .............................. Passed 0.20 sec
Start 294: testcorenrn_watch::neuron
99/304 Test #22: pytest_coreneuron::basic_tests_py3.10 .................................... Passed 4.61 sec
Start 23: datahandle::datahandle_tests
100/304 Test #294: testcorenrn_watch::neuron ................................................ Passed 0.38 sec
Start 295: testcorenrn_watch::coreneuron_cpu_online
101/304 Test #295: testcorenrn_watch::coreneuron_cpu_online ................................. Passed 0.71 sec
Start 296: testcorenrn_watch::coreneuron_cpu_online_psolve_alternate
102/304 Test #23: datahandle::datahandle_tests ............................................. Passed 0.86 sec
Start 24: coverage_tests::cover_tests
103/304 Test #296: testcorenrn_watch::coreneuron_cpu_online_psolve_alternate ................ Passed 0.96 sec
Start 297: testcorenrn_watch::coreneuron_cpu_offline
104/304 Test #24: coverage_tests::cover_tests .............................................. Passed 0.99 sec
Start 25: example_nmodl::ca_ap_hoc
105/304 Test #297: testcorenrn_watch::coreneuron_cpu_offline ................................ Passed 0.20 sec
Start 300: testcorenrn_netstimdirect::direct_netstimdirect
106/304 Test #25: example_nmodl::ca_ap_hoc ................................................. Passed 0.53 sec
Start 26: example_nmodl::cabpump_hoc
107/304 Test #26: example_nmodl::cabpump_hoc ............................................... Passed 0.26 sec
Start 27: example_nmodl::cachan_hoc
108/304 Test #300: testcorenrn_netstimdirect::direct_netstimdirect .......................... Passed 0.79 sec
Start 301: testcorenrn_netstimdirect::direct_netstimdirect_psolve_alternate
109/304 Test #27: example_nmodl::cachan_hoc ................................................ Passed 0.16 sec
Start 28: example_nmodl::cadif_hoc
110/304 Test #28: example_nmodl::cadif_hoc ................................................. Passed 0.18 sec
Start 29: example_nmodl::cadifusl_hoc
111/304 Test #29: example_nmodl::cadifusl_hoc .............................................. Passed 0.38 sec
Start 30: example_nmodl::cadifusl1_hoc
112/304 Test #30: example_nmodl::cadifusl1_hoc ............................................. Passed 0.22 sec
Start 31: example_nmodl::cadifusl2_hoc
113/304 Test #301: testcorenrn_netstimdirect::direct_netstimdirect_psolve_alternate ......... Passed 0.85 sec
Start 32: example_nmodl::cagk_hoc
Start 33: example_nmodl::capmp_hoc
114/304 Test #31: example_nmodl::cadifusl2_hoc ............................................. Passed 0.16 sec
Start 34: example_nmodl::cv_hoc
115/304 Test #32: example_nmodl::cagk_hoc .................................................. Passed 0.14 sec
Start 35: example_nmodl::fh_hoc
116/304 Test #33: example_nmodl::capmp_hoc ................................................. Passed 0.26 sec
Start 36: example_nmodl::fit1_hoc
117/304 Test #34: example_nmodl::cv_hoc .................................................... Passed 0.14 sec
Start 37: example_nmodl::gap_hoc
118/304 Test #35: example_nmodl::fh_hoc .................................................... Passed 0.14 sec
Start 38: example_nmodl::hh1_hoc
119/304 Test #36: example_nmodl::fit1_hoc .................................................. Passed 0.14 sec
Start 39: example_nmodl::hhvect_hoc
120/304 Test #37: example_nmodl::gap_hoc ................................................... Passed 0.15 sec
Start 40: example_nmodl::nacum_hoc
121/304 Test #38: example_nmodl::hh1_hoc ................................................... Passed 0.15 sec
Start 41: example_nmodl::nadifl1_hoc
122/304 Test #39: example_nmodl::hhvect_hoc ................................................ Passed 0.15 sec
Start 42: example_nmodl::nadifl2_hoc
123/304 Test #40: example_nmodl::nacum_hoc ................................................. Passed 0.14 sec
Start 43: example_nmodl::nadifl3_hoc
124/304 Test #41: example_nmodl::nadifl1_hoc ............................................... Passed 0.17 sec
Start 44: example_nmodl::nadifl4_hoc
125/304 Test #42: example_nmodl::nadifl2_hoc ............................................... Passed 0.18 sec
Start 45: example_nmodl::obj_ex_hoc
126/304 Test #43: example_nmodl::nadifl3_hoc ............................................... Passed 0.17 sec
Start 46: example_nmodl::order_hoc
127/304 Test #44: example_nmodl::nadifl4_hoc ............................................... Passed 0.18 sec
Start 47: example_nmodl::passiv_hoc
128/304 Test #45: example_nmodl::obj_ex_hoc ................................................ Passed 0.15 sec
Start 48: example_nmodl::stim1_hoc
129/304 Test #46: example_nmodl::order_hoc ................................................. Passed 0.17 sec
Start 49: example_nmodl::syn1_hoc
130/304 Test #47: example_nmodl::passiv_hoc ................................................ Passed 0.15 sec
Start 50: example_nmodl::synpre_hoc
131/304 Test #48: example_nmodl::stim1_hoc ................................................. Passed 0.15 sec
Start 51: example_nmodl::tstextrn_hoc
132/304 Test #49: example_nmodl::syn1_hoc .................................................. Passed 0.15 sec
Start 52: example_nmodl::tstpnt1_hoc
133/304 Test #50: example_nmodl::synpre_hoc ................................................ Passed 0.21 sec
Start 53: example_nmodl::tstpnt2_hoc
134/304 Test #51: example_nmodl::tstextrn_hoc .............................................. Passed 0.15 sec
Start 54: example_nmodl::tstvec_hoc
135/304 Test #52: example_nmodl::tstpnt1_hoc ............................................... Passed 0.15 sec
Start 55: example_nmodl::cagkftab_py
136/304 Test #53: example_nmodl::tstpnt2_hoc ............................................... Passed 0.15 sec
Start 56: example_nmodl::expsynspine_py
137/304 Test #54: example_nmodl::tstvec_hoc ................................................ Passed 0.15 sec
Start 57: example_nmodl::nonlin_py
138/304 Test #56: example_nmodl::expsynspine_py ............................................ Passed 0.78 sec
Start 58: example_nmodl::tstpnt1_py
139/304 Test #58: example_nmodl::tstpnt1_py ................................................ Passed 0.54 sec
Start 59: example_nmodl::tstpnt2_py
140/304 Test #59: example_nmodl::tstpnt2_py ................................................ Passed 0.53 sec
Start 60: example_nmodl::vlag_py
141/304 Test #60: example_nmodl::vlag_py ................................................... Passed 0.58 sec
Start 61: hoctests::test_loadbal_hoc
142/304 Test #57: example_nmodl::nonlin_py ................................................. Passed 2.71 sec
Start 62: hoctests::test_random_hoc
143/304 Test #61: hoctests::test_loadbal_hoc ............................................... Passed 0.41 sec
Start 63: hoctests::perf1_hoc
144/304 Test #62: hoctests::test_random_hoc ................................................ Passed 0.14 sec
Start 64: hoctests::test1_hoc
145/304 Test #64: hoctests::test1_hoc ...................................................... Passed 0.36 sec
Start 65: hoctests::test2_hoc
146/304 Test #65: hoctests::test2_hoc ...................................................... Passed 0.22 sec
Start 66: hoctests::test3_hoc
147/304 Test #66: hoctests::test3_hoc ...................................................... Passed 0.18 sec
Start 67: hoctests::test4_hoc
148/304 Test #67: hoctests::test4_hoc ...................................................... Passed 0.14 sec
Start 68: hoctests::test5_hoc
149/304 Test #68: hoctests::test5_hoc ...................................................... Passed 0.13 sec
Start 69: hoctests::test6_hoc
150/304 Test #69: hoctests::test6_hoc ...................................................... Passed 0.13 sec
Start 70: hoctests::test7_hoc
151/304 Test #70: hoctests::test7_hoc ...................................................... Passed 0.13 sec
Start 71: hoctests::test8_hoc
152/304 Test #55: example_nmodl::cagkftab_py ............................................... Passed 4.37 sec
Start 72: hoctests::test9_hoc
153/304 Test #71: hoctests::test8_hoc ...................................................... Passed 0.14 sec
Start 73: hoctests::test_bbss_py
154/304 Test #63: hoctests::perf1_hoc ...................................................... Passed 1.49 sec
Start 74: hoctests::test_cvinterp_py
155/304 Test #72: hoctests::test9_hoc ...................................................... Passed 0.14 sec
Start 75: hoctests::test_hocGUI2_py
156/304 Test #73: hoctests::test_bbss_py ................................................... Passed 0.82 sec
Start 76: hoctests::test_hocmech_py
157/304 Test #74: hoctests::test_cvinterp_py ............................................... Passed 0.83 sec
Start 77: hoctests::test_kschan_py
158/304 Test #75: hoctests::test_hocGUI2_py ................................................ Passed 0.79 sec
Start 78: hoctests::test_legacy_setpointer_py
159/304 Test #78: hoctests::test_legacy_setpointer_py ...................................... Passed 0.75 sec
Start 79: hoctests::test_mechfunc_py
160/304 Test #76: hoctests::test_hocmech_py ................................................ Passed 0.88 sec
Start 80: hoctests::test_mechstd_py
161/304 Test #77: hoctests::test_kschan_py ................................................. Passed 0.94 sec
Start 81: hoctests::test_mode_py
162/304 Test #79: hoctests::test_mechfunc_py ............................................... Passed 0.79 sec
Start 82: hoctests::test_neurondemo_py
163/304 Test #80: hoctests::test_mechstd_py ................................................ Passed 0.80 sec
Start 83: hoctests::test_nrniv-launch_py
164/304 Test #81: hoctests::test_mode_py ................................................... Passed 0.76 sec
Start 84: hoctests::test_optim_node_order_py
165/304 Test #83: hoctests::test_nrniv-launch_py ........................................... Passed 0.50 sec
Start 85: hoctests::test_random_py
166/304 Test #82: hoctests::test_neurondemo_py ............................................. Passed 0.66 sec
Start 86: hoctests::test_setdata_py
167/304 Test #84: hoctests::test_optim_node_order_py ....................................... Passed 0.69 sec
Start 87: hoctests::test_shape_py
168/304 Test #85: hoctests::test_random_py ................................................. Passed 0.89 sec
Start 88: hoctests::test_thread_partition_py
169/304 Test #86: hoctests::test_setdata_py ................................................ Passed 0.88 sec
Start 89: hoctests::test1_py
170/304 Test #87: hoctests::test_shape_py .................................................. Passed 0.82 sec
Start 90: hoctests::test2_py
171/304 Test #89: hoctests::test1_py ....................................................... Passed 0.81 sec
Start 91: hoctests::test9_py
172/304 Test #90: hoctests::test2_py ....................................................... Passed 0.81 sec
Start 97: coreneuron_standalone::test_nrn_corenrn_standalone
173/304 Test #88: hoctests::test_thread_partition_py ....................................... Passed 1.02 sec
Start 98: nmodl_tests::test_table
174/304 Test #91: hoctests::test9_py ....................................................... Passed 0.56 sec
Start 99: nmodl_tests::test_disc
175/304 Test #98: nmodl_tests::test_table .................................................. Passed 1.18 sec
Start 100: nmodl_tests::test_function_table
176/304 Test #97: coreneuron_standalone::test_nrn_corenrn_standalone ....................... Passed 1.33 sec
Start 101: nmodl_tests::test_kinetic
177/304 Test #99: nmodl_tests::test_disc ................................................... Passed 1.04 sec
Start 102: nmodl_tests::test_random
178/304 Test #100: nmodl_tests::test_function_table ......................................... Passed 1.12 sec
Start 103: nmodl_tests::test_path_spaces
179/304 Test #101: nmodl_tests::test_kinetic ................................................ Passed 1.12 sec
Start 104: coreneuron_modtests::version_macros
180/304 Test #102: nmodl_tests::test_random ................................................. Passed 1.06 sec
Start 106: coreneuron_modtests::fornetcon_py_cpu
181/304 Test #103: nmodl_tests::test_path_spaces ............................................ Passed 1.07 sec
Start 107: coreneuron_modtests::direct_py_cpu
182/304 Test #104: coreneuron_modtests::version_macros ...................................... Passed 1.14 sec
Start 108: coreneuron_modtests::direct_hoc_cpu
183/304 Test #106: coreneuron_modtests::fornetcon_py_cpu .................................... Passed 1.02 sec
Start 109: coreneuron_modtests::spikes_py_cpu
184/304 Test #108: coreneuron_modtests::direct_hoc_cpu ...................................... Passed 0.83 sec
Start 110: coreneuron_modtests::spikes_file_mode_py_cpu
185/304 Test #107: coreneuron_modtests::direct_py_cpu ....................................... Passed 1.07 sec
Start 111: coreneuron_modtests::fast_imem_py_cpu
186/304 Test #109: coreneuron_modtests::spikes_py_cpu ....................................... Passed 1.07 sec
Start 112: coreneuron_modtests::datareturn_py_cpu
187/304 Test #110: coreneuron_modtests::spikes_file_mode_py_cpu ............................. Passed 1.07 sec
Start 113: coreneuron_modtests::test_units_py_cpu
188/304 Test #111: coreneuron_modtests::fast_imem_py_cpu .................................... Passed 1.38 sec
Start 114: coreneuron_modtests::test_netmove_py_cpu
189/304 Test #113: coreneuron_modtests::test_units_py_cpu ................................... Passed 0.80 sec
Start 115: coreneuron_modtests::test_pointer_py_cpu
190/304 Test #112: coreneuron_modtests::datareturn_py_cpu ................................... Passed 1.64 sec
Start 116: coreneuron_modtests::test_watchrange_py_cpu
191/304 Test #116: coreneuron_modtests::test_watchrange_py_cpu .............................. Passed 1.14 sec
Start 117: coreneuron_modtests::test_psolve_py_cpu
192/304 Test #114: coreneuron_modtests::test_netmove_py_cpu ................................. Passed 1.73 sec
Start 118: coreneuron_modtests::test_ba_py_cpu
193/304 Test #118: coreneuron_modtests::test_ba_py_cpu ...................................... Passed 0.86 sec
Start 119: coreneuron_modtests::test_nmodlrandom_py_cpu
194/304 Test #117: coreneuron_modtests::test_psolve_py_cpu .................................. Passed 1.05 sec
Start 120: coreneuron_modtests::test_nmodlrandom_syntax_py_cpu
195/304 Test #115: coreneuron_modtests::test_pointer_py_cpu ................................. Passed 3.42 sec
Start 121: coreneuron_modtests::test_natrans_py_cpu
196/304 Test #119: coreneuron_modtests::test_nmodlrandom_py_cpu ............................. Passed 1.37 sec
Start 122: coreneuron_modtests::array_variable_transfer_run_mode_0_py_cpu
197/304 Test #121: coreneuron_modtests::test_natrans_py_cpu ................................. Passed 0.89 sec
Start 123: coreneuron_modtests::array_variable_transfer_run_mode_1_py_cpu
198/304 Test #122: coreneuron_modtests::array_variable_transfer_run_mode_0_py_cpu ........... Passed 0.99 sec
Start 124: coreneuron_modtests::array_variable_transfer_run_mode_2_py_cpu
199/304 Test #123: coreneuron_modtests::array_variable_transfer_run_mode_1_py_cpu ........... Passed 1.08 sec
Start 125: coreneuron_modtests::array_variable_transfer_file_mode_py_cpu
200/304 Test #124: coreneuron_modtests::array_variable_transfer_run_mode_2_py_cpu ........... Passed 1.07 sec
Start 128: nmodl_tests_coreneuron::test_table_coreneuron_cpu
201/304 Test #120: coreneuron_modtests::test_nmodlrandom_syntax_py_cpu ...................... Passed 3.68 sec
Start 129: nmodl_tests_coreneuron::test_disc_coreneuron_cpu
202/304 Test #125: coreneuron_modtests::array_variable_transfer_file_mode_py_cpu ............ Passed 1.08 sec
Start 130: nmodl_tests_coreneuron::test_function_table_coreneuron_cpu
203/304 Test #128: nmodl_tests_coreneuron::test_table_coreneuron_cpu ........................ Passed 1.18 sec
Start 131: nmodl_tests_coreneuron::test_kinetic_coreneuron_cpu
204/304 Test #129: nmodl_tests_coreneuron::test_disc_coreneuron_cpu ......................... Passed 0.93 sec
Start 132: modlunit_unitstest
205/304 Test #132: modlunit_unitstest ....................................................... Passed 0.23 sec
Start 133: modlunit_hh
206/304 Test #133: modlunit_hh .............................................................. Passed 0.10 sec
Start 134: modlunit_stim
207/304 Test #134: modlunit_stim ............................................................ Passed 0.09 sec
Start 135: modlunit_pattern
208/304 Test #135: modlunit_pattern ......................................................... Passed 0.10 sec
Start 136: modlunit_rand
209/304 Test #136: modlunit_rand ............................................................ Passed 0.09 sec
Start 137: api::hh_sim_cpp
210/304 Test #130: nmodl_tests_coreneuron::test_function_table_coreneuron_cpu ............... Passed 1.05 sec
Start 138: api::netcon_cpp
211/304 Test #131: nmodl_tests_coreneuron::test_kinetic_coreneuron_cpu ...................... Passed 0.94 sec
Start 139: api::sections_c
212/304 Test #137: api::hh_sim_cpp .......................................................... Passed 0.29 sec
Start 140: api::vclamp_cpp
213/304 Test #139: api::sections_c .......................................................... Passed 0.22 sec
Start 141: pyinit::nrniv_script.py
214/304 Test #138: api::netcon_cpp .......................................................... Passed 0.45 sec
Start 142: pyinit::nrniv_script.py_error
215/304 Test #141: pyinit::nrniv_script.py .................................................. Passed 0.13 sec
Start 143: pyinit::nrniv_two_scripts.py
216/304 Test #140: api::vclamp_cpp .......................................................... Passed 0.34 sec
Start 144: pyinit::nrniv_two_scripts.py_error_check_code
217/304 Test #142: pyinit::nrniv_script.py_error ............................................ Passed 0.12 sec
Start 145: pyinit::nrniv_two_scripts.py_error_check_output
218/304 Test #143: pyinit::nrniv_two_scripts.py ............................................. Passed 0.13 sec
Start 146: pyinit::nrniv_python_command
219/304 Test #144: pyinit::nrniv_two_scripts.py_error_check_code ............................ Passed 0.12 sec
Start 147: pyinit::nrniv_python_command_error
220/304 Test #145: pyinit::nrniv_two_scripts.py_error_check_output .......................... Passed 0.12 sec
Start 148: pyinit::nrniv_python_script.py
221/304 Test #146: pyinit::nrniv_python_command ............................................. Passed 0.13 sec
Start 149: pyinit::nrniv_python_script.py_error
222/304 Test #147: pyinit::nrniv_python_command_error ....................................... Passed 0.13 sec
Start 150: pyinit::nrniv_python_command_twice
223/304 Test #148: pyinit::nrniv_python_script.py ........................................... Passed 0.13 sec
Start 151: pyinit::nrniv_python_script.py_twice
224/304 Test #149: pyinit::nrniv_python_script.py_error ..................................... Passed 0.13 sec
Start 152: pyinit::nrniv_python_command_args
225/304 Test #150: pyinit::nrniv_python_command_twice ....................................... Passed 0.13 sec
Start 153: pyinit::nrniv_python_script.py_args
226/304 Test #151: pyinit::nrniv_python_script.py_twice ..................................... Passed 0.13 sec
Start 154: pyinit::nrniv_nopython_PythonObject
227/304 Test #154: pyinit::nrniv_nopython_PythonObject ...................................... Passed 0.11 sec
Start 155: pyinit::nrniv_nopython_PythonObject_pyexe
228/304 Test #152: pyinit::nrniv_python_command_args ........................................ Passed 0.13 sec
Start 156: pyinit::nrniv_nopython_PythonObject_pyenv
229/304 Test #153: pyinit::nrniv_python_script.py_args ...................................... Passed 0.13 sec
Start 157: pyinit::nrniv_py3.10_python_command_version_check
230/304 Test #155: pyinit::nrniv_nopython_PythonObject_pyexe ................................ Passed 0.11 sec
Start 158: pyinit::nrniv_py3.10_python_check_sys_path
231/304 Test #156: pyinit::nrniv_nopython_PythonObject_pyenv ................................ Passed 0.11 sec
Start 160: pyinit::nrniv_py3.10_nrnpython_check_sys_path
232/304 Test #157: pyinit::nrniv_py3.10_python_command_version_check ........................ Passed 0.13 sec
Start 162: pyinit::nrniv_py3.10_python_check_sys_prefix
233/304 Test #158: pyinit::nrniv_py3.10_python_check_sys_path ............................... Passed 0.14 sec
Start 164: pyinit::nrniv_py3.10_nrnpython_check_sys_prefix
234/304 Test #160: pyinit::nrniv_py3.10_nrnpython_check_sys_path ............................ Passed 0.13 sec
Start 166: pyinit::nrniv_py3.10_python_check_sys_exec_prefix
235/304 Test #162: pyinit::nrniv_py3.10_python_check_sys_prefix ............................. Passed 0.13 sec
Start 168: pyinit::nrniv_py3.10_nrnpython_check_sys_exec_prefix
236/304 Test #164: pyinit::nrniv_py3.10_nrnpython_check_sys_prefix .......................... Passed 0.14 sec
Start 170: pyinit::nrniv_py3.10_python_check_sys_base_prefix
237/304 Test #166: pyinit::nrniv_py3.10_python_check_sys_exec_prefix ........................ Passed 0.13 sec
Start 172: pyinit::nrniv_py3.10_nrnpython_check_sys_base_prefix
238/304 Test #168: pyinit::nrniv_py3.10_nrnpython_check_sys_exec_prefix ..................... Passed 0.13 sec
Start 174: pyinit::nrniv_py3.10_python_check_sys_base_exec_prefix
239/304 Test #170: pyinit::nrniv_py3.10_python_check_sys_base_prefix ........................ Passed 0.13 sec
Start 176: pyinit::nrniv_py3.10_nrnpython_check_sys_base_exec_prefix
240/304 Test #172: pyinit::nrniv_py3.10_nrnpython_check_sys_base_prefix ..................... Passed 0.14 sec
Start 178: pyinit::nrniv_py3.10_python_check_sys_stderr.encoding
241/304 Test #174: pyinit::nrniv_py3.10_python_check_sys_base_exec_prefix ................... Passed 0.13 sec
Start 180: pyinit::nrniv_py3.10_nrnpython_check_sys_stderr.encoding
242/304 Test #176: pyinit::nrniv_py3.10_nrnpython_check_sys_base_exec_prefix ................ Passed 0.13 sec
Start 182: pyinit::nrniv_py3.10_python_check_sys_stdin.encoding
243/304 Test #178: pyinit::nrniv_py3.10_python_check_sys_stderr.encoding .................... Passed 0.13 sec
Start 184: pyinit::nrniv_py3.10_nrnpython_check_sys_stdin.encoding
244/304 Test #180: pyinit::nrniv_py3.10_nrnpython_check_sys_stderr.encoding ................. Passed 0.13 sec
Start 186: pyinit::nrniv_py3.10_python_check_sys_stdout.encoding
245/304 Test #182: pyinit::nrniv_py3.10_python_check_sys_stdin.encoding ..................... Passed 0.13 sec
Start 188: pyinit::nrniv_py3.10_nrnpython_check_sys_stdout.encoding
246/304 Test #184: pyinit::nrniv_py3.10_nrnpython_check_sys_stdin.encoding .................. Passed 0.13 sec
Start 190: pyinit::nrniv_py3.10_python_command_import_neuron
247/304 Test #186: pyinit::nrniv_py3.10_python_check_sys_stdout.encoding .................... Passed 0.13 sec
Start 191: pyinit::py3.10_command_import_neuron
248/304 Test #188: pyinit::nrniv_py3.10_nrnpython_check_sys_stdout.encoding ................. Passed 0.14 sec
Start 192: pyinit::nrniv_py3.10_hoc_command_nrnpython
249/304 Test #192: pyinit::nrniv_py3.10_hoc_command_nrnpython ............................... Passed 0.33 sec
Start 193: pyinit::nrniv_pydef_python_command_version_check
250/304 Test #190: pyinit::nrniv_py3.10_python_command_import_neuron ........................ Passed 0.53 sec
Start 194: pyinit::nrniv_pydef_python_check_sys_path
251/304 Test #193: pyinit::nrniv_pydef_python_command_version_check ......................... Passed 0.19 sec
Start 196: pyinit::nrniv_pydef_nrnpython_check_sys_path
252/304 Test #191: pyinit::py3.10_command_import_neuron ..................................... Passed 0.64 sec
Start 198: pyinit::nrniv_pydef_python_check_sys_prefix
253/304 Test #194: pyinit::nrniv_pydef_python_check_sys_path ................................ Passed 0.15 sec
Start 200: pyinit::nrniv_pydef_nrnpython_check_sys_prefix
254/304 Test #196: pyinit::nrniv_pydef_nrnpython_check_sys_path ............................. Passed 0.14 sec
Start 202: pyinit::nrniv_pydef_python_check_sys_exec_prefix
255/304 Test #198: pyinit::nrniv_pydef_python_check_sys_prefix .............................. Passed 0.14 sec
Start 204: pyinit::nrniv_pydef_nrnpython_check_sys_exec_prefix
256/304 Test #200: pyinit::nrniv_pydef_nrnpython_check_sys_prefix ........................... Passed 0.14 sec
Start 206: pyinit::nrniv_pydef_python_check_sys_base_prefix
257/304 Test #202: pyinit::nrniv_pydef_python_check_sys_exec_prefix ......................... Passed 0.15 sec
Start 208: pyinit::nrniv_pydef_nrnpython_check_sys_base_prefix
258/304 Test #204: pyinit::nrniv_pydef_nrnpython_check_sys_exec_prefix ...................... Passed 0.15 sec
Start 210: pyinit::nrniv_pydef_python_check_sys_base_exec_prefix
259/304 Test #206: pyinit::nrniv_pydef_python_check_sys_base_prefix ......................... Passed 0.13 sec
Start 212: pyinit::nrniv_pydef_nrnpython_check_sys_base_exec_prefix
260/304 Test #210: pyinit::nrniv_pydef_python_check_sys_base_exec_prefix .................... Passed 0.14 sec
Start 214: pyinit::nrniv_pydef_python_check_sys_stderr.encoding
261/304 Test #208: pyinit::nrniv_pydef_nrnpython_check_sys_base_prefix ...................... Passed 0.14 sec
Start 216: pyinit::nrniv_pydef_nrnpython_check_sys_stderr.encoding
262/304 Test #212: pyinit::nrniv_pydef_nrnpython_check_sys_base_exec_prefix ................. Passed 0.13 sec
Start 218: pyinit::nrniv_pydef_python_check_sys_stdin.encoding
263/304 Test #214: pyinit::nrniv_pydef_python_check_sys_stderr.encoding ..................... Passed 0.14 sec
Start 220: pyinit::nrniv_pydef_nrnpython_check_sys_stdin.encoding
264/304 Test #216: pyinit::nrniv_pydef_nrnpython_check_sys_stderr.encoding .................. Passed 0.14 sec
Start 222: pyinit::nrniv_pydef_python_check_sys_stdout.encoding
265/304 Test #218: pyinit::nrniv_pydef_python_check_sys_stdin.encoding ...................... Passed 0.13 sec
Start 224: pyinit::nrniv_pydef_nrnpython_check_sys_stdout.encoding
266/304 Test #224: pyinit::nrniv_pydef_nrnpython_check_sys_stdout.encoding .................. Passed 0.13 sec
Start 226: pyinit::nrniv_pydef_python_command_import_neuron
267/304 Test #220: pyinit::nrniv_pydef_nrnpython_check_sys_stdin.encoding ................... Passed 0.14 sec
Start 227: pyinit::pydef_command_import_neuron
268/304 Test #222: pyinit::nrniv_pydef_python_check_sys_stdout.encoding ..................... Passed 0.14 sec
Start 228: pyinit::nrniv_pydef_hoc_command_nrnpython
269/304 Test #228: pyinit::nrniv_pydef_hoc_command_nrnpython ................................ Passed 0.13 sec
Start 229: external_nrntest
270/304 Test #226: pyinit::nrniv_pydef_python_command_import_neuron ......................... Passed 0.62 sec
Start 236: external_ringtest_nrn::optim_node_order
271/304 Test #227: pyinit::pydef_command_import_neuron ...................................... Passed 0.63 sec
Start 252: testcorenrn_bbcore::compare_results
272/304 Test #252: testcorenrn_bbcore::compare_results ...................................... Passed 0.24 sec
Start 258: testcorenrn_conc::compare_results
273/304 Test #258: testcorenrn_conc::compare_results ........................................ Passed 0.02 sec
Start 264: testcorenrn_deriv::compare_results
274/304 Test #264: testcorenrn_deriv::compare_results ....................................... Passed 0.02 sec
Start 270: testcorenrn_gf::compare_results
275/304 Test #270: testcorenrn_gf::compare_results .......................................... Passed 0.02 sec
Start 276: testcorenrn_kin::compare_results
276/304 Test #276: testcorenrn_kin::compare_results ......................................... Passed 0.02 sec
Start 281: testcorenrn_patstim::compare_results
277/304 Test #281: testcorenrn_patstim::compare_results ..................................... Passed 0.02 sec
Start 287: testcorenrn_vecplay::compare_results
278/304 Test #287: testcorenrn_vecplay::compare_results ..................................... Passed 0.02 sec
Start 299: testcorenrn_watch::compare_results
279/304 Test #299: testcorenrn_watch::compare_results ....................................... Passed 0.02 sec
Start 302: testcorenrn_netstimdirect::compare_results
280/304 Test #302: testcorenrn_netstimdirect::compare_results ............................... Passed 0.02 sec
281/304 Test #236: external_ringtest_nrn::optim_node_order .................................. Passed 25.12 sec
Start 93: parallel::partrans
282/304 Test #93: parallel::partrans ....................................................... Passed 0.85 sec
Start 94: parallel::netpar
283/304 Test #94: parallel::netpar ......................................................... Passed 0.73 sec
Start 95: parallel::bas
284/304 Test #95: parallel::bas ............................................................ Passed 2.37 sec
Start 96: parallel::nrntest_fast
285/304 Test #96: parallel::nrntest_fast ................................................... Passed 1.21 sec
Start 105: coreneuron_modtests::inputpresyn_py
286/304 Test #105: coreneuron_modtests::inputpresyn_py ...................................... Passed 0.86 sec
Start 126: coreneuron_modtests::spikes_mpi_file_mode_py_cpu
287/304 Test #126: coreneuron_modtests::spikes_mpi_file_mode_py_cpu ......................... Passed 0.99 sec
Start 303: tqperf::coreneuron_special
288/304 Test #303: tqperf::coreneuron_special ............................................... Passed 2.56 sec
Start 304: tqperf::coreneuron_python
289/304 Test #304: tqperf::coreneuron_python ................................................ Passed 2.69 sec
290/304 Test #229: external_nrntest ......................................................... Passed 46.97 sec
Start 292: testcorenrn_vecevent::coreneuron_cpu_offline::preparation
291/304 Test #292: testcorenrn_vecevent::coreneuron_cpu_offline::preparation ................ Passed 0.26 sec
Start 230: reduced_dentate::neuron
292/304 Test #230: reduced_dentate::neuron .................................................. Passed 40.08 sec
Start 231: reduced_dentate::coreneuron_cpu
293/304 Test #231: reduced_dentate::coreneuron_cpu .......................................... Passed 32.59 sec
Start 242: external_ringtest::coreneuron_cpu_mpi_threads
294/304 Test #242: external_ringtest::coreneuron_cpu_mpi_threads ............................ Passed 1.37 sec
Start 243: external_ringtest::coreneuron_cpu_mpi_threads_python
295/304 Test #243: external_ringtest::coreneuron_cpu_mpi_threads_python ..................... Passed 1.42 sec
Start 288: testcorenrn_vecevent::neuron
296/304 Test #288: testcorenrn_vecevent::neuron ............................................. Passed 0.26 sec
Start 289: testcorenrn_vecevent::coreneuron_cpu_online
297/304 Test #289: testcorenrn_vecevent::coreneuron_cpu_online .............................. Passed 0.60 sec
Start 290: testcorenrn_vecevent::coreneuron_cpu_online_psolve_alternate
298/304 Test #290: testcorenrn_vecevent::coreneuron_cpu_online_psolve_alternate ............. Passed 0.66 sec
Start 291: testcorenrn_vecevent::coreneuron_cpu_offline
299/304 Test #291: testcorenrn_vecevent::coreneuron_cpu_offline ............................. Passed 0.21 sec
Start 92: parallel::subworld
300/304 Test #92: parallel::subworld ....................................................... Passed 1.12 sec
Start 127: coreneuron_modtests::test_subworlds_py_cpu
301/304 Test #127: coreneuron_modtests::test_subworlds_py_cpu ............................... Passed 1.36 sec
Start 232: reduced_dentate::compare_results
Start 246: external_ringtest::compare_results
Start 293: testcorenrn_vecevent::compare_results
302/304 Test #232: reduced_dentate::compare_results ......................................... Passed 0.02 sec
303/304 Test #293: testcorenrn_vecevent::compare_results .................................... Passed 0.02 sec
304/304 Test #246: external_ringtest::compare_results ....................................... Passed 0.02 sec
100% tests passed, 0 tests failed out of 304
Total Test time (real) = 197.25 sec
$ cmake --build . --target install
[0/2] Re-checking globbed directories...
[1/2] Re-running CMake...
-- git describe failed (stdout: '', stderr: 'fatal: No names found, cannot describe anything.', code: 128), skipping the version check
-- 3rd party project: using Random123 from "external/Random123"
-- 3rd party project: using eigen from "external/eigen"
-- Enabling sanitizers: address
-- Sanitizer runtime library: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
-- Checking if /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python is a working python
-- Found BISON: /opt/homebrew/opt/bison/bin/bison (found version "3.8.2")
-- Sub-project : using nanobind from from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nanobind
-- 3rd party project: using CLI11 from "external/CLI11"
CMake Deprecation Warning at external/CLI11/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Building CoreNEURON
-- Could NOT find nmodl (missing: nmodl_BINARY)
-- Sub-project : using nmodl from from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl
-- CHECKING FOR FLEX/BISON
-- Found BISON: /opt/homebrew/opt/bison/bin/bison (found suitable version "3.8.2", minimum required is "3.0")
-- Adding Flex include path as : /opt/homebrew/opt/flex/include/
-- NMODL_TEST_FORMATTING: OFF
-- NMODL_GIT_HOOKS: OFF
-- NMODL_GIT_COMMIT_HOOKS:
-- NMODL_GIT_PUSH_HOOKS: courtesy-msg
-- NMODL_STATIC_ANALYSIS: OFF
-- NMODL_TEST_STATIC_ANALYSIS: OFF
-- 3rd party project: using fmt from "ext/fmt"
-- Version: 10.2.1
-- Build type: Custom
-- 3rd party project: using json from "ext/json"
-- Using the multi-header code from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/nmodl/ext/json/include/
-- 3rd party project: using pybind11 from "ext/pybind11"
-- pybind11 v2.12.0
-- 3rd party project: using spdlog from "ext/spdlog"
-- Build spdlog: 1.13.0
-- Build type: Custom
-- CHECKING FOR PYTHON
--
-- Configured NMODL 0.0 (7910146 2024-07-05 16:14:29 +0200)
--
-- You can now build NMODL using:
-- cmake --build . --parallel 8 [--target TARGET]
-- You might want to adjust the number of parallel build jobs for your system.
-- Some non-default targets you might want to build:
-- --------------------+--------------------------------------------------------
-- Target | Description
-- --------------------+--------------------------------------------------------
-- test | Run unit tests
-- install | Will install NMODL to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install
-- --------------------+--------------------------------------------------------
-- Build option | Status
-- --------------------+--------------------------------------------------------
-- CXX COMPILER | /usr/bin/g++
-- COMPILE FLAGS | -O1 -g -openmp-simd
-- Build Type | Custom
-- Python Bindings | OFF
-- Flex | /opt/homebrew/opt/flex/bin/flex
-- Bison | /opt/homebrew/opt/bison/bin/bison
-- Python | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python
-- Linked against | ON
-- --------------------+--------------------------------------------------------
-- See documentation : https://github.com/BlueBrain/nmodl/
-- --------------------+--------------------------------------------------------
--
--
-- CoreNEURON is enabled with following build configuration:
-- --------------------+--------------------------------------------------------
-- Build option | Status
-- --------------------+--------------------------------------------------------
-- CXX COMPILER | /usr/bin/g++
-- COMPILE FLAGS | -O1 -g -openmp-simd -std=c++17 -DCORENEURON_BUILD -DCORENRN_BUILD=1 -DEIGEN_DONT_PARALLELIZE -DNRNMPI=1 -DLAYOUT=0 -DDISABLE_HOC_EXP -DENABLE_SPLAYTREE_QUEUING -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope
-- Build Type | SHARED
-- MPI | ON
-- DYNAMIC | OFF
-- INC | /opt/homebrew/Cellar/open-mpi/5.0.1/include
-- OpenMP | ON
-- NMODL PATH | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/bin/nmodl
-- NMODL FLAGS |
-- GPU Support | OFF
-- Auto Timeout | ON
-- Wrap exp() | OFF
-- SplayTree Queue | ON
-- NetReceive Buffer | ON
-- Caliper | OFF
-- Likwid | OFF
-- Unit Tests | ON
-- Reporting | OFF
-- --------------------+--------------------------------------------------------
--
Extracting link flags from target 'nrngnu', beware that this can be fragile. Got:
Extracting link flags from target 'sparse13', beware that this can be fragile. Got:
For 'nrnpython' going to see TARGET 'nanobind' recursively.
Extracting link flags from target 'nanobind', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Extracting link flags from target 'nrnpython', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Extracting link flags from target 'Threads::Threads', beware that this can be fragile. Got: /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib;nanobind
Generating link flags from path /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib Got: /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/5.0.1/lib
-- Sub-project : using catch2 from from /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/external/catch2
-- Found Python module 'pytest' with version(s): 8.1.1
-- Found Python module 'pytest_cov' with version(s): 5.0.0
-- 3rd party project: using rxd/testdata from "test/rxd/testdata"
-- Found Python module 'mpi4py' with version(s): 3.1.6
-- Disabling coreneuron_modtests::fornetcon_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::direct_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::direct_hoc_gpu: gpu not enabled
-- Disabling coreneuron_modtests::spikes_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::spikes_file_mode_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::fast_imem_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::datareturn_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_units_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_netmove_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_pointer_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_watchrange_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_psolve_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_ba_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_nmodlrandom_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_nmodlrandom_syntax_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_natrans_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_0_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_1_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_run_mode_2_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::array_variable_transfer_file_mode_py_gpu: gpu not enabled
-- Found Python module 'mpi4py' with version(s): 3.1.6
-- Disabling coreneuron_modtests::spikes_mpi_file_mode_py_gpu: gpu not enabled
-- Disabling coreneuron_modtests::test_subworlds_py_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_table_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_disc_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_function_table_coreneuron_gpu: gpu not enabled
-- Disabling nmodl_tests_coreneuron::test_kinetic_coreneuron_gpu: gpu not enabled
-- Disabling reduced_dentate::coreneuron_gpu: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_offline_saverestore: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_python: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_offline: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_threads: gpu not enabled
-- Disabling external_ringtest::coreneuron_gpu_mpi_threads_python: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_bbcore::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_conc::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_deriv::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_gf::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_kin::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_patstim::coreneuron_gpu_offline_saverestore: gpu not enabled
-- Disabling testcorenrn_patstim::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_vecplay::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_vecevent::coreneuron_gpu_offline: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_online: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_online_psolve_alternate: gpu not enabled
-- Disabling testcorenrn_watch::coreneuron_gpu_offline: gpu not enabled
--
-- Configured NEURON 9.0.0
--
-- You can now build NEURON using:
-- cmake --build . --parallel 8 [--target TARGET]
-- You might want to adjust the number of parallel build jobs for your system.
-- Some non-default targets you might want to build:
-- --------------+--------------------------------------------------------------
-- Target | Description
-- --------------+--------------------------------------------------------------
-- install | Will install NEURON to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install
-- | Change the install location of NEURON using:
-- | cmake <src_path> -DCMAKE_INSTALL_PREFIX=<install_path>
-- docs | Build full docs. Calls targets: doxygen, notebooks, sphinx, notebooks-clean
-- uninstall | Removes files installed by make install (todo)
-- --------------+--------------------------------------------------------------
-- Build option | Status
-- --------------+--------------------------------------------------------------
-- C COMPILER | /usr/bin/gcc
-- CXX COMPILER | /usr/bin/g++
-- BUILD_TYPE | Custom (allowed: Custom;Debug;Release;RelWithDebInfo;Fast;FastDebug)
-- COMPILE FLAGS | -O1 -g -openmp-simd -fno-omit-frame-pointer -shared-libsan -fsanitize=address -fsanitize-address-use-after-scope -O1 -g -openmp-simd
-- Shared | ON
-- MPI | ON
-- DYNAMIC | OFF
-- INC | /opt/homebrew/Cellar/open-mpi/5.0.1/include
-- LIB | /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib
-- Python | ON
-- DYNAMIC | OFF
-- MODULE | ON
-- python3.10 (default)
-- EXE | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python
-- INC | /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10
-- LIB | /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib
-- Readline | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libreadline.tbd
-- Curses | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libcurses.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libform.tbd
-- RX3D | OFF
-- Interviews | OFF
-- CoreNEURON | ON
-- PATH | /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/src/coreneuron
-- LINK FLAGS | -lcorenrnmech -Wl,-rpath,/opt/homebrew/Cellar/open-mpi/5.0.1/lib /opt/homebrew/Cellar/open-mpi/5.0.1/lib/libmpi.dylib
-- Tests | ON
-- --------------+--------------------------------------------------------------
-- See documentation : https://www.neuron.yale.edu/neuron/
-- --------------+--------------------------------------------------------------
--
-- Configuring done (3.2s)
-- Generating done (0.2s)
-- Build files have been written to: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build
[0/2] Re-checking globbed directories...
[1/6] Update hh.mod for CoreNEURON compatibility
[2/6] Generating help_data.dat
[3/6] cd /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrnoc && /opt/homebrew/Cellar/cmake/3.28.1/bin/cmake -E env PROJECT_VERSION=9.0.0 bash /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/git2nrnversion_h.sh /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn > nrnversion.h.tmp && /opt/homebrew/Cellar/cmake/3.28.1/bin/cmake -E copy_if_different nrnversion.h.tmp nrnversion.h
fatal: No names found, cannot describe anything.
[4/6] cd /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/src/nrniv && true
[5/6] Running utility command for hoc_module
INFO:root:setup.py called with:setup.py build --cmake-build-dir /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build --disable-rx3d --without-nrnpython --build-lib=/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python build_ext --define=NRN_ASAN_ENABLED,USE_PYTHON,NRN_ENABLE_THREADS,CORENRN_BUILD=0
INFO:root:Setting SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
WARNING:root:You are building a wheel with a Python built for macOS >=12.0.0. Your wheel won't run on older versions, consider using an official Python build from python.org
WARNING:root:Setting MACOSX_DEPLOYMENT_TARGET=12.0
INFO:root:Extension common compile flags defaultdict(<class 'list'>, {'library_dirs': ['/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib'], 'libraries': ['nrniv'], 'language': 'c++'})
INFO:root:RX3D is DISABLED
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
KeyError: 'setuptools_scm'
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/lib/python3.10/site-packages/setuptools_scm/git.py:167: UserWarning: "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn" is shallow and may cause errors
warnings.warn(f'"{wd.path}" is shallow and may cause errors')
INFO:root:running build
INFO:root:running build_py
INFO:root:copying share/lib/python/neuron/hclass3.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/expect_hocerr.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/psection.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/config.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/units.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/sections.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/coreneuron.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/doc.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/gui.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/nonvint_block_supervisor.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron
INFO:root:copying share/lib/python/neuron/neuroml/metadata.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/morphml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/xml2nrn.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/neuroml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/rdxml.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/neuroml/biophysics.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/neuroml
INFO:root:copying share/lib/python/neuron/tests/_subclass.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_all.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_neuron.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_vector.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/test_rxd.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests
INFO:root:copying share/lib/python/neuron/tests/utils/coreneuron_available.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/strtobool.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/capture_stdout.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/tests/utils/checkresult.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/tests/utils
INFO:root:copying share/lib/python/neuron/rxd/rxdException.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/options.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/plugins.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxdsection.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/species.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxdmath.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rate.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/region.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/multiCompartmentReaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/constants.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/dimension3.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/section1d.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/export.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/initializer.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rangevar.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/geometry.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/rxd.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/generalizedReaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/nodelist.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/node.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/gui.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/rxd/reaction.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/rxd
INFO:root:copying share/lib/python/neuron/crxd/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/crxd
INFO:root:copying share/lib/python/neuron/gui2/setup_threejs.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/config.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/__init__.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/rangevar.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/plotshape.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:copying share/lib/python/neuron/gui2/utilities.py -> /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/build/lib/python/neuron/gui2
INFO:root:running build_ext
INFO:root:==> Building Python extensions
INFO:root:running build_scripts
[5/6] Install the project...
-- Install configuration: "Custom"
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrn-enable-sanitizer
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libsymtab.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/librxdmath.dylib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libnrniv.dylib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libnrngnu.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libvisitor.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/hclass3.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/hoc.cpython-310-darwin.so
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/expect_hocerr.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/psection.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/metadata.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/morphml.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/xml2nrn.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/neuroml.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/rdxml.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/biophysics.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/config.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/units.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/sections.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdException.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/options.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/plugins.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdsection.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/species.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdmath.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rate.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/region.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/multiCompartmentReaction.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/constants.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/dimension3.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/section1d.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/export.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/initializer.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rangevar.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/geometry.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxd.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/generalizedReaction.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/nodelist.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/node.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/gui.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/reaction.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/_subclass.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_all.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/coreneuron_available.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/strtobool.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/capture_stdout.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/checkresult.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_neuron.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_vector.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_rxd.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/_config_params.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/coreneuron.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/doc.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/setup_threejs.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/config.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/rangevar.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/plotshape.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/utilities.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/crxd
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/crxd/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/help_data.dat
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/nonvint_block_supervisor.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libspdlog.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libfmt.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/dsl.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/symtab.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/example
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/example/passive.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/example/expsyn.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/example/exp2syn.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/example/hh.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/index.html
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/css
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/css/tree.css
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/js
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/js/d3.min.js
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ext/viz/js/tree.js
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/_binwrapper.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/visitor.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ast.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/nmodl/ode.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libpywrapper.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/liblexer.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libCatch2.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libsparse13.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libpyembed.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libcoreneuron-core.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libcodegen.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libutil.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libnanobind.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libCatch2Main.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nmodl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nmodl/nrnunits.lib
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nmodl/nrnunits.lib
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libcoreneuron-core.a
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrniv
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrniv/profiler_interface.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrniv/nrniv_decl.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/engine.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrnconf.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/gpu
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/gpu/nrn_acc_manager.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/membfunc.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/register_mech.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mechanism.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mech_mapping.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/eion.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mech
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mech/mod2c_core_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mech/cfile
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mechanism/mech/cfile/cabvars.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/core
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/core/nrnmpi.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/nrnmpidec.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/nrnmpi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/lib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/lib/nrnmpi.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/mpi/nrnmpiuse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/config
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/config/config.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/config/version_macros.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/config/neuron_version.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/coreneuron.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/multisend.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/have2want.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/netpar.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/tnode.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/netcon.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/partrans.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/tqueue.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/network/netcvode.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/nrn2core_direct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/mech_report.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/core2nrn_data_return.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/prcellstate.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/nrn_setup.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/output_spikes.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/lfp.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/setup_fornetcon.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/nrn_checkpoint.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/user_params.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/nrnsection_mapping.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/nrn_filehandler.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/mem_layout_util.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/phase1.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/phase3.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/reports
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/reports/report_event.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/reports/report_handler.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/reports/sonata_report_handler.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/reports/nrnreport.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/io/phase2.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/vrecitem.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/utils_cuda.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/nrnmutdec.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/string_utils.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/nrn_assert.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/nrnoc_aux.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/progressbar
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/progressbar/progressbar.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/memory_utils.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/profile
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/profile/profiler_interface.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/lpt.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/offload.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/memory.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/units.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/utils.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/randoms
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/randoms/nrnran123.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/nrn_stats.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/utils/ivocvect.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrnoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrnoc/md2redef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/nrnoc/md1redef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/membrane_definitions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/multicore.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/fast_imem.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/crout_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/errcodes.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/newton_struct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/newton_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/ssimplic_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/sim/scopmath/sparse_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/apps
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/apps/corenrn_parameters.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/permute
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/permute/node_permute.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/permute/cellorder.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include//coreneuron/permute/data_layout.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/coreneuron/mod_func.c.pl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/coreneuron/enginemech.cpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nmodl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrniv-core
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/coreneuron/coreneuron.cpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libcorenrnmech_internal.dylib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/stim.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/passive.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/expsyn.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/svclmp.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/exp2syn.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/netstim.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/hh.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/modfile/pattern.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/coreneuron/nrnivmodl_core_makefile
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrnivmodl-core
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/librxdmath.dylib
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/hclass3.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/hoc.cpython-310-darwin.so
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/expect_hocerr.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/psection.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/metadata.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/morphml.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/xml2nrn.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/__init__.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/neuroml.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/rdxml.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/neuroml/biophysics.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/config.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/units.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/sections.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdException.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/options.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/plugins.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdsection.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/species.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxdmath.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rate.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/region.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/multiCompartmentReaction.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/constants.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/dimension3.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/section1d.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/plugins.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rxdsection.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/multiCompartmentReaction.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rangevar.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rxdmath.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/reaction.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rate.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/generalizedReaction.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/initializer.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/species.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/region.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/nodelist.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rxdException.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/options.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/node.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/constants.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/rxd.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/geometry.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/dimension3.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/__pycache__/__init__.cpython-310.pyc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/section1d.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/export.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/initializer.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rangevar.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/geometry.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/rxd.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/generalizedReaction.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/nodelist.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/node.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/gui.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/rxd/reaction.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/_subclass.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_all.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__init__.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/coreneuron_available.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__init__.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__/capture_stdout.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__/strtobool.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__/coreneuron_available.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__/checkresult.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/__pycache__/__init__.cpython-310.pyc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/strtobool.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/capture_stdout.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/utils/checkresult.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_neuron.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_rxd.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_vector.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_neuron.cpython-310-pytest-8.1.1.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_all.cpython-310-pytest-8.1.1.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_vector.cpython-310-pytest-8.1.1.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_all.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/test_rxd.cpython-310-pytest-8.1.1.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/__pycache__/__init__.cpython-310.pyc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_neuron.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_vector.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/tests/test_rxd.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__init__.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/_config_params.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/gui.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/coreneuron.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/config.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/hclass3.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/units.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/nonvint_block_supervisor.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/psection.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/expect_hocerr.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/_config_params.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/doc.cpython-310.pyc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/__pycache__/__init__.cpython-310.pyc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/coreneuron.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/doc.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/setup_threejs.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/config.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/__init__.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/rangevar.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/plotshape.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui2/utilities.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/crxd
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/crxd/__init__.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/help_data.dat
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/gui.py
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/nonvint_block_supervisor.py
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrniv
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nocmodl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/modlunit
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/libnrniv.dylib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/nrnmain.cpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrngui
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/neurondemo
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrnivmodl
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrnmech_makefile
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/sortspike
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/mkthreadsafe
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/nrnpyenv.sh
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/bin/set_nrnpyenv.sh
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/lib/python/neuron/help_data.dat
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/shape.cm2
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/helpdict
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/stdgui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/loadbal.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/family.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/thresh.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/attshape.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/corenrn.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/gatherv.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/shapebox.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir/lincir1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir/elmbase.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir/linmech.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir/lingraph.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/lincir.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/grapher.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/vplay.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mknrndll.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/inserter.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/impedanx.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/impratio.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/runfit.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/showmech.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/movierun.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/parcom.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/noload.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/vecwrap.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/prcellstate.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/nrngui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/funfit.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/wingroup.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/electrod.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/gategui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/properties.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/chanbild1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/kschanbg.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/const.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/ksgate.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/ksstate.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/kstgui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/sigmoid.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/kstrans.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/table.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/exp.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild/linoid.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/inhomofn.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celmemb.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celgeom.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celbild1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celset.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celtopol.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/celmang.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/celbild/psubset.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mkcurve.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/single.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/pointgrp.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/subiter.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/single1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/atoltool.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/nrngui1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/impedanc.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/modlunit.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/artcel.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/netgui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/netdata.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/grstrlst.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/netready.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/spkplot.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/syntypes.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netbild/edgegui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/varmeth1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/chanbild.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/secanal.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/ppanal.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/artview.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/ncview.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/rcclasses.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/realcell.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/mviewgui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/parmsets.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/mviewxml.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/allpp.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/distinct.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/parmvals.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/distinctparm.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/allcell.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/treeview.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview/mview1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/logax.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/pcchdir.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/stdrun.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/fitparm.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/mulfit1.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/eonefunc.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/eonerun.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/clampfit.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/optwrap.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/protorun.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/e_actpot.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/e_y.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/eparmlst.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/e_norm.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/e_xy.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mulfit/eoneprim.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/macload.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/netparmpi.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/pointbsr.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/binfo.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/stdlib.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/read_nts.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/import3d_sec.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/read_morphml.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/read_nlcda3.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/read_nlcda.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/import3d_gui.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/import3d/read_swc.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/pointman.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hoc/mview.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/prologue.id
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/nrn.defaults.in
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/cleanup
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/shape.cm1
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts/saveaudit
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts/retrieve.sh
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts/hocaudit.sh
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts/gettarname
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/auditscripts/notes
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/nrnunits.lib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/hocload.sh
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/hh.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/singhh.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/singhhchan.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/nomodel.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dynchan.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/pyramid.nrn
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dynclamp.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/demo.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/nacaex.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/nachan.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/release.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/camchan.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/capump.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/cachan1.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/invlfire.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/khhchan.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/cabpump.mod
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/pyramid.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/cycle.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/d3init.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dend3.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/demo.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dend3
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dend3/control.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dend3/syn3.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dend3/dend3.nrn
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/init.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/start.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/demosync.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/spkplot.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/cell.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/sync/synchronize.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/dynclamp.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/singhh.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/hh.ses
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/reconst.hoc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/testca.hoc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/nrnunits.lib
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/nrn.defaults
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/lib/cleanup
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/crout_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/cache
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/cache/mechanism_range.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/container
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/container/non_owning_soa_identifier.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/container/data_handle.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/container/generic_data_handle.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron/model_data_fwd.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnrandom.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hocassrt.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/multicore.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnconf.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/wrap_sprintf.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/simeq.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/ocmisc.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/multisplit.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/oc_ansi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hoclist.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/membfunc.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuronapi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnmpidec.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnversionmacros.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/scoplib.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/sparse.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/membdef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/neuron.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/newton_struct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrncvode
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrncvode/nrnneosm.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/bbsavestate.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nmodlmutex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/euler_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hocdec.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/md2redef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hocgetsym.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/euler.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/cabvars.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/options.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnmpi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnran123.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/CholmodSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/StdVector
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/StdDeque
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Core
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SparseLU
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/OrderingMethods
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/QtAlignedMalloc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Householder
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/PardisoSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SparseCore
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Jacobi
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Dense
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SPQRSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/QR
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Eigen
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SparseQR
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SVD
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Cholesky
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/UmfPackSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/IterativeLinearSolvers
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/LU
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Sparse
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Geometry
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SuperLUSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/StdList
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/MetisSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/SparseCholesky
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/Eigenvalues
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/PaStiXSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/CholmodSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/CholmodSupport/CholmodSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/blas.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/lapacke.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/Kernel.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/RealSvd2x2.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/Image.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/lapack.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/misc/lapacke_mangling.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Reverse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ConditionEstimator.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/PermutationMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Assign.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/MathFunctionsImpl.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CwiseUnaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/DiagonalMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/StlIterators.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/VectorBlock.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ReturnByValue.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Solve.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointRank2Update.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/Parallelizer.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularMatrixVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointMatrixVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularSolverMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/GeneralMatrixVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularSolverVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/TriangularMatrixMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ArithmeticSequence.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Product.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/NonMPL2.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/ReshapedHelper.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/BlasUtil.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/StaticAssert.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/Constants.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/XprHelper.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/MKL_support.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/Macros.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/DisableStupidWarnings.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/SymbolicIndex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/ForwardDeclarations.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/Memory.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/Meta.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/ConfigureVectorization.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/IntegralConstant.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/ReenableStupidWarnings.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/util/IndexedViewHelper.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/MatrixBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Stride.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Map.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ForceAlignedAccess.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/UnaryFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/TernaryFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/AssignmentFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/BinaryFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/StlFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/functors/NullaryFunctors.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/SelfCwiseBinaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/BandMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Inverse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Assign_MKL.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Swap.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ProductEvaluators.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/MapBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Matrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/EigenBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/StableNorm.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/GenericPacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CwiseBinaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Visitor.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/DenseStorage.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/DiagonalProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CwiseUnaryView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/NoAlias.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/DenseCoeffsBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/PartialReduxEvaluator.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/IndexedView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Fuzzy.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/TriangularMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/IO.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SSE
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SSE/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SSE/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SSE/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SSE/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/GPU
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/GPU/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/GPU/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/GPU/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/MSA
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/MSA/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/MSA/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/MSA/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/CUDA
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/CUDA/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/ZVector
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/ZVector/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/ZVector/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/ZVector/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/Half.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/Settings.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/BFloat16.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/Default/ConjHelper.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX512
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX512/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX512/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX512/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX512/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SVE
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SVE/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SVE/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SVE/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/HIP
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/HIP/hcc
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/HIP/hcc/math_constants.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AVX/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL/InteropHeaders.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/SYCL/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON/TypeCasting.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/NEON/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/PacketMath.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/MathFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/arch/AltiVec/Complex.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Array.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/SolverBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/AssignEvaluator.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Replicate.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CoreIterators.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ArrayBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Block.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Dot.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/PlainObjectBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/SelfAdjointView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/GeneralProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/SolveTriangular.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CoreEvaluators.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CwiseNullaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/VectorwiseOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/ArrayWrapper.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/BooleanRedux.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Transpositions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/NestByValue.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Ref.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Reshaped.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Transpose.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Redux.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/NumTraits.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CommaInitializer.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/GlobalFunctions.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Random.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Diagonal.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/DenseBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/CwiseTernaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Core/Select.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_Utils.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_column_bmod.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_column_dfs.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_panel_dfs.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_relax_snode.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_panel_bmod.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_Structs.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_pruneL.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_Memory.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_pivotL.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLUImpl.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/OrderingMethods
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/OrderingMethods/Ordering.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/OrderingMethods/Eigen_Colamd.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/OrderingMethods/Amd.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/ArrayCwiseUnaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/CommonCwiseUnaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/BlockMethods.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/ArrayCwiseBinaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/MatrixCwiseBinaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/IndexedViewMethods.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/CommonCwiseBinaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/ReshapedMethods.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/plugins/MatrixCwiseUnaryOps.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Householder
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Householder/HouseholderSequence.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Householder/Householder.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Householder/BlockHouseholder.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/PardisoSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/PardisoSupport/PardisoSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseSelfAdjointView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/CompressedStorage.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseColEtree.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseMatrixBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseDiagonalProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseTriangularView.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseAssign.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparsePermutation.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseMap.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseDenseProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseRef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseFuzzy.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/MappedSparseMatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseSolverBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseBlock.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/TriangularSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseCompressedBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseTranspose.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/AmbiVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseRedux.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseUtil.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCore/SparseDot.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Jacobi
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Jacobi/Jacobi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SPQRSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/FullPivHouseholderQR.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/HouseholderQR.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/ColPivHouseholderQR.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/QR/HouseholderQR_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseQR
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseQR/SparseQR.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD/JacobiSVD_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD/SVDBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD/JacobiSVD.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD/BDCSVD.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SVD/UpperBidiagonalization.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Cholesky
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Cholesky/LLT_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Cholesky/LDLT.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Cholesky/LLT.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/UmfPackSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/UmfPackSupport/UmfPackSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/PartialPivLU_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/InverseImpl.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/Determinant.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/arch
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/arch/InverseSize4.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/PartialPivLU.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/LU/FullPivLU.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/AngleAxis.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/RotationBase.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/EulerAngles.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Hyperplane.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Homogeneous.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/AlignedBox.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Quaternion.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Umeyama.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Translation.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Scaling.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/OrthoMethods.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Rotation2D.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/arch
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/arch/Geometry_SIMD.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/Transform.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Geometry/ParametrizedLine.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SuperLUSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SuperLUSupport/SuperLUSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/MetisSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/MetisSupport/MetisSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/StlSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/StlSupport/StdList.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/StlSupport/StdDeque.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/StlSupport/details.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/StlSupport/StdVector.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCholesky
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/SparseCholesky/SimplicialCholesky.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/EigenSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/RealSchur.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/Tridiagonalization.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/ComplexEigenSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/ComplexSchur.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/RealQZ.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/PaStiXSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/PaStiXSupport/PaStiXSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/KLUSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/src/KLUSupport/KLUSupport.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Eigen/KLUSupport
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnapi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrncvode.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnsemanticversion.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/spmatrix.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/ocfunc.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/section_fwd.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/row_view.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hoc_membf.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/backtrace_utils.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnisaac.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/parse_with_deps.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/newton_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnredef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/dimplic.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hoc.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/newton.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/crout.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnmpiuse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/md1redef.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrniv_mf.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/memory.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrn_ansi.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/deflate.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/errcodes.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrniv
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrniv/profiler_interface.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrniv/nrniv_decl.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/engine.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrnconf.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/gpu
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/gpu/nrn_acc_manager.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/membfunc.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/register_mech.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mechanism.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mech_mapping.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/eion.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mech
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mech/mod2c_core_thread.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mech/cfile
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mechanism/mech/cfile/cabvars.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/core
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/core/nrnmpi.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/nrnmpidec.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/nrnmpi.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/lib
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/lib/nrnmpi.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/mpi/nrnmpiuse.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/config
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/config/config.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/config/version_macros.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/config/neuron_version.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/coreneuron.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/multisend.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/have2want.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/netpar.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/tnode.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/netcon.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/partrans.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/tqueue.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/network/netcvode.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/nrn2core_direct.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/mech_report.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/core2nrn_data_return.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/prcellstate.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/nrn_setup.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/output_spikes.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/lfp.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/setup_fornetcon.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/nrn_checkpoint.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/user_params.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/nrnsection_mapping.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/nrn_filehandler.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/mem_layout_util.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/phase1.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/phase3.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/reports
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/reports/report_event.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/reports/report_handler.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/reports/sonata_report_handler.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/reports/nrnreport.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/io/phase2.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/vrecitem.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/utils_cuda.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/nrnmutdec.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/string_utils.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/nrn_assert.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/nrnoc_aux.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/progressbar
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/progressbar/progressbar.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/memory_utils.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/profile
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/profile/profiler_interface.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/lpt.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/offload.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/memory.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/units.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/utils.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/randoms
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/randoms/nrnran123.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/nrn_stats.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/utils/ivocvect.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrnoc
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrnoc/md2redef.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/nrnoc/md1redef.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/membrane_definitions.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/multicore.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/fast_imem.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/crout_thread.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/errcodes.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/newton_struct.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/newton_thread.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/ssimplic_thread.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/sim/scopmath/sparse_thread.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/apps
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/apps/corenrn_parameters.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/permute
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/permute/node_permute.h
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/permute/cellorder.hpp
-- Up-to-date: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/coreneuron/permute/data_layout.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnassrt.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/spconfig.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/runge.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/nrnoc_ml.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/mech_api.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/mcran4.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/ssimplic_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/hocparse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/ssimplic.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/ReinterpretCtr.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/xlcfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/pgccfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/fujitsufeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/metalfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/gccfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/iccfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/open64features.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/sunprofeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/compilerfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/clangfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/crayfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/sse.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/msvcfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/openclfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/features/nvccfeatures.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/threefry.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/conventional
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/conventional/Engine.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/conventional/gsl_cbrng.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/philox.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/gsl_microrng.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/aes.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/array.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/MicroURNG.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/u01fixedpt.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/boxmuller.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/uniform.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/Random123/ars.h
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/sparse_thread.hpp
-- Installing: /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/include/treeset.h
.: replacing existing signature
.: replacing existing signature
.: replacing existing signature
.: replacing existing signature
.: replacing existing signature
"install" of folder "nrn" of folder "cellular" of folder "hpc" of folder "J1340509" of folder "P220565" of folder "2" of folder "builds" of folder "gitlab-runner" of folder "Users"
/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release
cfiles =
Mod files: "cabpump.mod" "cachan1.mod" "camchan.mod" "capump.mod" "invlfire.mod" "khhchan.mod" "nacaex.mod" "nachan.mod" "release.mod"
Creating 'arm64' directory for .o files.
MODOBJS= ./cabpump.o ./cachan1.o ./camchan.o ./capump.o ./invlfire.o ./khhchan.o ./nacaex.o ./nachan.o ./release.o
-> Compiling mod_func.cpp
-> NMODL ../cabpump.mod
-> NMODL ../cachan1.mod
-> NMODL ../camchan.mod
Translating cachan1.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/cachan1.cpp
Translating cabpump.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/cabpump.cpp
Translating camchan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/camchan.cpp
Thread Safe
Notice: Assignment to the GLOBAL variable, "vol", is not thread safe
Thread Safe
-> NMODL ../capump.mod
-> NMODL ../invlfire.mod
-> NMODL ../khhchan.mod
Translating khhchan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/khhchan.cpp
Translating invlfire.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/invlfire.cpp
Translating capump.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/capump.cpp
Thread Safe
Thread Safe
Thread Safe
-> NMODL ../nacaex.mod
-> NMODL ../nachan.mod
-> NMODL ../release.mod
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/cabpump.cpp
Translating nachan.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/nachan.cpp
Translating release.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/release.cpp
Translating nacaex.mod into /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/nacaex.cpp
Thread Safe
Thread Safe
Thread Safe
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/cachan1.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/camchan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/capump.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/invlfire.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/khhchan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/nacaex.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/nachan.cpp
-> Compiling /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/release.cpp
=> LINKING shared library "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/./libnrnmech.dylib"
ld: warning: -undefined dynamic_lookup may not work with chained fixups
=> LINKING executable "/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install/share/nrn/demo/release/arm64/./special" LDFLAGS are:
Successfully created arm64/special
NEURON -- VERSION + HEAD (e1d03b2+) 2024-07-05
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2022
See http://neuron.yale.edu/neuron/credits
Additional mechanisms from files
"cabpump.mod" "cachan1.mod" "camchan.mod" "capump.mod" "invlfire.mod" "khhchan.mod" "nacaex.mod" "nachan.mod" "release.mod"
$ export PATH=${INSTALL_DIR}/bin:${PATH}
$ export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python/
$ if [[ -f "${INSTALL_DIR}/bin/nrn-enable-sanitizer" ]]; then
$ echo --- bin/nrn-enable-sanitizer ---
--- bin/nrn-enable-sanitizer ---
$ cat bin/nrn-enable-sanitizer
#!/usr/bin/env bash
prefix="${NRNHOME:-/Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/install}"
export NRN_SANITIZER_PRELOAD_VAR=DYLD_INSERT_LIBRARIES
export NRN_SANITIZER_PRELOAD_VAL=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
if [[ "$1" == "--preload" ]]; then
shift
if [[ "$1" == "python" ]]; then
# nrn-enable-sanitizer --preload python is used in the CI, but for it to
# work on macOS we need to substitute the real Python binary in place of any
# shims. This is done from CMake, and PYTHON_EXECUTABLE contains the real
# binary.
shift
DYLD_INSERT_LIBRARIES=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib MallocNanoZone=0 ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=0 /Users/gitlab-runner/builds/2/P220565/J1340509/hpc/cellular/nrn/venv/bin/python "$@"
else
DYLD_INSERT_LIBRARIES=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib MallocNanoZone=0 ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=0 "$@"
fi
else
MallocNanoZone=0 ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=0 "$@"
fi
$ echo ---
---
$ nrn_enable_sanitizer=${INSTALL_DIR}/bin/nrn-enable-sanitizer
$ nrn_enable_sanitizer_preload="${nrn_enable_sanitizer} --preload"
$ else
$ $PYTHON --version && ${nrn_enable_sanitizer_preload} python -c 'import neuron; neuron.test()'
Python 3.10.13
testAssignmentSlicing (neuron.tests.test_vector.VectorTestCase) ... ok
testBytesize (neuron.tests.test_vector.VectorTestCase)
Test that Vector.__array_interface__ returns the proper bytesize (of a double) ... ok
testEndian (neuron.tests.test_vector.VectorTestCase)
Test that Vector.__array_interface__ returns the proper byteorder (endian) ... ok
testErrorHandling (neuron.tests.test_vector.VectorTestCase) ... ok
testNegativeIndex (neuron.tests.test_vector.VectorTestCase) ... ok
testNumpyInteraction (neuron.tests.test_vector.VectorTestCase)
Testing numpy.array <=> hoc.Vector interaction ... ok
testPerformance (neuron.tests.test_vector.VectorTestCase)
Test performance of Vector<->list,array ... ok
testSlicing (neuron.tests.test_vector.VectorTestCase) ... ok
testABI (neuron.tests.test_neuron.NeuronTestCase)
Test use of some Py_LIMITED_API for python3. ... ok
testExtendedSection (neuron.tests.test_neuron.NeuronTestCase) ...
Executed "l = range(1000000)". Elapsed = 0.000031 s
Executed "v = h.Vector(l)". Elapsed = 0.070984 s
inplace:
Executed "v.from_python(l)". Elapsed = 0.068102 s
Executed "a = numpy.array(v)". Elapsed = 0.003499 s
inplace:
Executed "v.to_python(a)". Elapsed = 0.000863 s
Executed "v2 = h.Vector(a)". Elapsed = 0.003214 s
inplace:
Executed "v2.from_python(a)". Elapsed = 0.000819 s
Executed "l2 = list(v2)". Elapsed = 0.040318 s
inplace:
Executed "v.to_python(l2)". Elapsed = 0.006972 s
Executed "v2 = h.Vector(a[::-1])". Elapsed = 0.003239 s
Executed "a2 = numpy.array(v2)". Elapsed = 0.003432 s
test: ok
testHClass (neuron.tests.test_neuron.NeuronTestCase)
Test subclass of hoc class. ... ok
testHelp (neuron.tests.test_neuron.NeuronTestCase) ... ok
testIterators (neuron.tests.test_neuron.NeuronTestCase)
Test section, segment, mechanism, rangevar iterators. ... ok
testRxDexistence (neuron.tests.test_neuron.NeuronTestCase) ... ok
testSectionArgOrder (neuron.tests.test_neuron.NeuronTestCase)
First optional arg for Section is name (but name="name" is recommended) ... ok
testSectionCell (neuron.tests.test_neuron.NeuronTestCase)
Section.cell() internally referenced as weakref. ... ok
testSectionListIterator (neuron.tests.test_neuron.NeuronTestCase)
As of v8.0, iteration over a SectionList does not change the cas ... ok
test_newobj_err (neuron.tests.test_neuron.NeuronTestCase)
Test deletion of incompletely constructed objects ... NEURON: generate an error
near line 1
ob = new NewObj(1, 2)
^
NewObj[4].execerror("generate a...")
NewObj[4].init(0, 2)
NewObj[3].init(1, 2)
NewObj[2].execute1("ob = new N...", NewObj[2])
and others
ok
testpsection (neuron.tests.test_neuron.NeuronTestCase) ... Syntax:
.. code-block::
python
h.xpanel('name')
h.xpanel('name', [0-1])
h.xpanel()
h.xpanel(x, y)
h.xpanel(scroll)
h.xpanel(scroll, x, y)
Description:
``h.xpanel("name")``
``h.xpanel("name", [0-1])``
Title of a new panel. Every
button, menu, and value between this and a closing ``xpanel()`` command
with no arguments (or placement args) belongs to this panel.
If the form is used with a second argument equal to 1, then
the panel is laid out horizontally. Otherwise the default is vertically.
``h.xpanel()``
``h.xpanel(x, y)``
done constructing the panel. so map it to the screen with position
optionally specified.
``h.xpanel(scroll)``
``h.xpanel(scroll, x, y)``
as above but if the first arg is a number, then the value determines
whether the panel will be inside a scrollbox. Scroll = 0 means a scrollbox
will NOT be used. Scroll = 1 means the panel will be inside a scrollbox.
Scroll = -1 is the default value and whether or not a scrollbox is used
is determined by the number of panel items in comparison with the
value of the panel_scroll property in the nrn.defaults file.
Skipping because NRN_ENABLE_RX3D=False
#NewObj and #Foo in existence 3 6
after del a #NewObj and #Foo in existence 0 0
ok
----------------------------------------------------------------------
Ran 19 tests in 2.099s
OK
$ if [[ ! "${cmake_args[*]}" =~ "NRN_ENABLE_RX3D=OFF" && ! "${cmake_args[*]}" =~ "NRN_ENABLE_CORENEURON=ON" ]]; then
section_end:1720189464:step_script section_start:1720189464:archive_cache Saving cache for successful job
Creating cache mac_m1_cmake_build: [cmake, ON, OFF, OFF, address]-nmodl-include-header-cleanup-1-non_protected...
Runtime platform  arch=arm64 os=darwin pid=67499 revision=43b2dc3d version=15.4.0
./ccache: found 13611 matching 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:1720189491:archive_cache section_start:1720189491:cleanup_file_variables Cleaning up project directory and file based variables
section_end:1720189491:cleanup_file_variables Job succeeded
Running with gitlab-runner 15.5.0 (0d4137b8)
 on BB5 map runner pnPo3yJy
section_start:1720189036:resolve_secrets Resolving secrets
section_end:1720189036:resolve_secrets section_start:1720189036:prepare_executor Preparing the "custom" executor
Using Custom executor with driver BB5 PROD runner v0.0.3...
BB5 PROD runner running on bbpv1.epfl.ch, version 15.5.0, user
TMPDIR is /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs/tmp/custom-executor3979689382, slurm job id , CUSTOM_ENV_CI_RUNNER_TAGS is ["bb5_map"]
Runner ID 29, project root hpc, project name nrn
Pipeline ID 220565, build ref , job ID 1340510
Build dir /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs//bbpcihpcproj12/P220565, optional exclusive flag , optional cpus per task flag --cpus-per-task=6, optional qos flag , optional reservation flag
A slurm job will be created with name GL_J1340510_PROD_P2160_CP2_C8
Job parameters: memory=30750M, cpus_per_task=6, duration=1:00:00, constraint=cpu ntasks=1 account=proj9998 user=bbpcihpcproj12 partition=prod qos= reservation=
Not executing the chown -R
sbatch: INFO: Activating auto partition selection plugin, please report errors to HPC/CS
sbatch: INFO: Job specifies cpu constraint, setting --constraint=[skl|clx]
Submitted batch job 2289640
job state: R
sbatch: sbatch -p prod -A proj9998 --ntasks=1 --cpus-per-task=6 --mem=30750M --job-name=GL_J1340510_PROD_P2160_CP2_C8 -C cpu --no-requeue -D /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs//bbpcihpcproj12/P220565 --time=1:00:00 --wrap="sleep infinity"
srun: srun --mpi=none --chdir=/gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs//bbpcihpcproj12/P220565 --ntasks=1 --jobid=2289640 --cpus-per-task=6 --mem=30750M
section_end:1720189037:prepare_executor section_start:1720189037:prepare_script Preparing environment
Using git from spack modules
Running on r1i5n20 via bbpv1.epfl.ch...
section_end:1720189041:prepare_script section_start:1720189041:get_sources Getting source from Git repository
Using git from spack modules
Skipping Git repository setup
Skipping Git checkout
Skipping Git submodules setup
section_end:1720189042:get_sources section_start:1720189042:step_script Executing "step_script" stage of the job script
WARNING: Starting with version 14.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26426
Using git from spack modules
$ if [[ -n "${SPACK_ENV_FILE_URL}" && "${PARSE_GITHUB_PR_DESCRIPTIONS,,}" == "true" ]]; then
$ cat > parse_description.py << END_SCRIPT # collapsed multi-line command
$ cat parse_description.py
import os
import re
import requests
pr_info = requests.get("https://api.github.com/repos/{}/pulls/{}".format(
os.environ['CI_EXTERNAL_PULL_REQUEST_TARGET_REPOSITORY'],
os.environ['CI_EXTERNAL_PULL_REQUEST_IID']),
headers={'Accept': 'application/vnd.github.v3+json'})
pr_body = pr_info.json()["body"]
# match something like NEURON_BRANCH=foo/bar
# special case for SPACK_DEPLOYMENT_SUFFIX=foo/bar
pat = re.compile('^([A-Z0-9_]+)_([A-Z]+)=([A-Z0-9\-\_\/\+\.]+)$', re.IGNORECASE)
def parse_term(m):
ref_type = m.group(2).lower()
is_deployment_suffix = ref_type == 'suffix' and m.group(1).lower() == 'spack_deployment'
if ref_type not in {'branch', 'tag', 'ref'} and not is_deployment_suffix: return
print(m.group(1).upper() + '_' + ref_type.upper() + '=' + m.group(3))
if pr_body is not None:
for pr_body_line in pr_body.splitlines():
if not pr_body_line.startswith('CI_BRANCHES:'): continue
for config_term in pr_body_line[12:].split(','):
pat.sub(parse_term, config_term)
$ (module load unstable python-dev; python parse_description.py) > input_variables.env
$ else
$ cat input_variables.env
NMODL_BRANCH=include-solver-headers
$ for var_to_unset in $(sed 's/^\(.*\?\)_\(BRANCH\|COMMIT\|TAG\)=.*$/\1_BRANCH\n\1_COMMIT\n\1_TAG/' input_variables.env); do # collapsed multi-line command
Unsetting NMODL_BRANCH
$ set -o allexport
$ . input_variables.env
$ set +o allexport
$ unset MODULEPATH
$ . /gpfs/bbp.cscs.ch/ssd/apps/bsd/${SPACK_DEPLOYMENT_SUFFIX}/config/modules.sh
$ echo "MODULEPATH=${MODULEPATH}" > spack_clone_variables.env
$ echo Preparing to clone Spack into ${PWD}
Preparing to clone Spack into /gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs/bbpcihpcproj12/P220565/J1340510
$ if [[ -z "${SPACK_BRANCH}" && ( -n "${SPACK_COMMIT}" || -n "${SPACK_TAG}" ) ]]; then
$ echo Checking out the ${SPACK_BRANCH} of Spack...
Checking out the develop of Spack...
$ module load unstable git
$ git clone -c feature.manyFiles=true --depth 1 --single-branch --branch ${SPACK_BRANCH} ${SPACK_URL} spack
Cloning into 'spack'...
Updating files: 15% (1741/11295) Updating files: 16% (1808/11295) Updating files: 17% (1921/11295) Updating files: 18% (2034/11295) Updating files: 19% (2147/11295) Updating files: 20% (2259/11295) Updating files: 21% (2372/11295) Updating files: 22% (2485/11295) Updating files: 23% (2598/11295) Updating files: 24% (2711/11295) Updating files: 25% (2824/11295) Updating files: 26% (2937/11295) Updating files: 27% (3050/11295) Updating files: 27% (3131/11295) Updating files: 28% (3163/11295) Updating files: 29% (3276/11295) Updating files: 30% (3389/11295) Updating files: 31% (3502/11295) Updating files: 32% (3615/11295) Updating files: 33% (3728/11295) Updating files: 34% (3841/11295) Updating files: 35% (3954/11295) Updating files: 36% (4067/11295) Updating files: 37% (4180/11295) Updating files: 37% (4285/11295) Updating files: 38% (4293/11295) Updating files: 39% (4406/11295) Updating files: 40% (4518/11295) Updating files: 41% (4631/11295) Updating files: 42% (4744/11295) Updating files: 43% (4857/11295) Updating files: 44% (4970/11295) Updating files: 45% (5083/11295) Updating files: 46% (5196/11295) Updating files: 47% (5309/11295) Updating files: 47% (5332/11295) Updating files: 48% (5422/11295) Updating files: 49% (5535/11295) Updating files: 50% (5648/11295) Updating files: 51% (5761/11295) Updating files: 52% (5874/11295) Updating files: 53% (5987/11295) Updating files: 53% (6073/11295) Updating files: 54% (6100/11295) Updating files: 55% (6213/11295) Updating files: 56% (6326/11295) Updating files: 57% (6439/11295) Updating files: 58% (6552/11295) Updating files: 59% (6665/11295) Updating files: 60% (6777/11295) Updating files: 61% (6890/11295) Updating files: 61% (6916/11295) Updating files: 62% (7003/11295) Updating files: 63% (7116/11295) Updating files: 64% (7229/11295) Updating files: 65% (7342/11295) Updating files: 66% (7455/11295) Updating files: 67% (7568/11295) Updating files: 68% (7681/11295) Updating files: 69% (7794/11295) Updating files: 70% (7907/11295) Updating files: 71% (8020/11295) Updating files: 72% (8133/11295) Updating files: 72% (8174/11295) Updating files: 73% (8246/11295) Updating files: 74% (8359/11295) Updating files: 75% (8472/11295) Updating files: 76% (8585/11295) Updating files: 77% (8698/11295) Updating files: 78% (8811/11295) Updating files: 79% (8924/11295) Updating files: 80% (9036/11295) Updating files: 81% (9149/11295) Updating files: 82% (9262/11295) Updating files: 83% (9375/11295) Updating files: 83% (9485/11295) Updating files: 84% (9488/11295) Updating files: 85% (9601/11295) Updating files: 86% (9714/11295) Updating files: 87% (9827/11295) Updating files: 88% (9940/11295) Updating files: 89% (10053/11295) Updating files: 90% (10166/11295) Updating files: 91% (10279/11295) Updating files: 92% (10392/11295) Updating files: 93% (10505/11295) Updating files: 94% (10618/11295) Updating files: 95% (10731/11295) Updating files: 96% (10844/11295) Updating files: 96% (10878/11295) Updating files: 97% (10957/11295) Updating files: 98% (11070/11295) Updating files: 99% (11183/11295) Updating files: 100% (11295/11295) Updating files: 100% (11295/11295), done.
$ export SPACK_ROOT=${PWD}/spack
$ export SPACK_RESOLVED_COMMIT=$(cd "${SPACK_ROOT}" && git rev-parse HEAD)
$ export SPACK_USER_CACHE_PATH="${CI_BUILDS_DIR}"
$ export SPACK_SYSTEM_CONFIG_PATH="/gpfs/bbp.cscs.ch/ssd/apps/bsd/${SPACK_DEPLOYMENT_SUFFIX}/config"
$ echo "SPACK_ROOT=${SPACK_ROOT}" >> spack_clone_variables.env
$ echo "SPACK_RESOLVED_COMMIT=${SPACK_RESOLVED_COMMIT}" >> spack_clone_variables.env
$ echo "SPACK_USER_CACHE_PATH=${SPACK_USER_CACHE_PATH}" >> spack_clone_variables.env
$ echo "SPACK_SYSTEM_CONFIG_PATH=${SPACK_SYSTEM_CONFIG_PATH}" >> spack_clone_variables.env
$ . ${SPACK_ROOT}/share/spack/setup-env.sh
$ export XDG_CONFIG_HOME=${CI_BUILDS_DIR}/J${CI_JOB_ID}_local_config
$ echo "Configuring git to use CI_JOB_TOKEN to access git@bbpgitlab.epfl.ch (${XDG_CONFIG_HOME})"
Configuring git to use CI_JOB_TOKEN to access git@bbpgitlab.epfl.ch (/gpfs/bbp.cscs.ch/ssd/gitlab_map_jobs//bbpcihpcproj12/P220565/J1340510_local_config)
$ mkdir -p "${XDG_CONFIG_HOME}/git"
$ echo -e "[url \"https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/\"]\n insteadOf = git@bbpgitlab.epfl.ch:" > "${XDG_CONFIG_HOME}/git/config"
$ echo -e "[url \"https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/\"]\n insteadOf = ssh://git@bbpgitlab.epfl.ch/" >> "${XDG_CONFIG_HOME}/git/config"
$ cat "${XDG_CONFIG_HOME}/git/config"
[url "https://gitlab-ci-token:[MASKED]@bbpgitlab.epfl.ch/"]
insteadOf = git@bbpgitlab.epfl.ch:
[url "https://gitlab-ci-token:[MASKED]@bbpgitlab.epfl.ch/"]
insteadOf = ssh://git@bbpgitlab.epfl.ch/
$ env -0 | sed -nz '/^CUSTOM_ENV_/d;/^[^=]\+_\(BRANCH\|COMMIT\|TAG\)=.\+/p' | xargs -0t spack ${SPACK_EXTRA_FLAGS} configure-pipeline --ignore-packages CI_BUILD CI_COMMIT CI_DEFAULT GITLAB_PIPELINES SPACK SPACK_RESOLVED ${SPACK_SETUP_IGNORE_PACKAGE_VARIABLES} --write-commit-file=commit-mapping.env
spack configure-pipeline --ignore-packages CI_BUILD CI_COMMIT CI_DEFAULT GITLAB_PIPELINES SPACK SPACK_RESOLVED BLUECONFIGS --write-commit-file=commit-mapping.env CI_COMMIT_BRANCH=nmodl-include-header-cleanup SPACK_RESOLVED_COMMIT=f78ea2a8ea822fa9d95eb5ba8ed60365fc3a485f GITLAB_PIPELINES_BRANCH=main NEURON_COMMIT=e1d03b26db5ad034fd037fb9c423d66594e67e89 NMODL_BRANCH=include-solver-headers LIBSONATA_REPORT_BRANCH=master SPACK_BRANCH=develop CI_DEFAULT_BRANCH=master BLUECONFIGS_BRANCH=main
==> CI_COMMIT: ignoring CI_COMMIT_BRANCH=nmodl-include-header-cleanup
==> SPACK_RESOLVED: ignoring SPACK_RESOLVED_COMMIT=f78ea2a8ea822fa9d95eb5ba8ed60365fc3a485f
==> GITLAB_PIPELINES: ignoring GITLAB_PIPELINES_BRANCH=main
==> SPACK: ignoring SPACK_BRANCH=develop
==> CI_DEFAULT: ignoring CI_DEFAULT_BRANCH=master
==> BLUECONFIGS: ignoring BLUECONFIGS_BRANCH=main
==> Error: Could not find branch include-solver-headers on remote https://github.com/BlueBrain/nmodl.git (tried refs/heads/include-solver-headers)
srun: error: r1i5n20: task 0: Exited with exit code 1
section_end:1720189061:step_script section_start:1720189061:upload_artifacts_on_failure Uploading artifacts for failed job
Using git from spack modules
Uploading artifacts...
Runtime platform  arch=amd64 os=linux pid=13710 revision=58ba2b95 version=14.2.0
WARNING: commit-mapping.env: no matching files 
input_variables.env: found 1 matching files and directories
spack_clone_variables.env: found 1 matching files and directories
Uploading artifacts as "archive" to coordinator... ok id=1340510 responseStatus=201 Created token=glcbt-64
Uploading artifacts...
Runtime platform  arch=amd64 os=linux pid=13731 revision=58ba2b95 version=14.2.0
spack_clone_variables.env: found 1 matching files and directories
Uploading artifacts as "dotenv" to coordinator... ok id=1340510 responseStatus=201 Created token=glcbt-64
section_end:1720189063:upload_artifacts_on_failure section_start:1720189063:cleanup_file_variables Cleaning up project directory and file based variables
Using git from spack modules
section_end:1720189063:cleanup_file_variables ERROR: Job failed: exit status 1

Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Log was not fetched because job had status: skipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment