Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682023731.700602/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-bluepyopt-1.13.196-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682023731.700602/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-bluepyopt-1.13.196-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682023731.700602/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-bluepyopt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4S0x37 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bluepyopt-1.13.196 + /usr/bin/gzip -dc /builddir/build/SOURCES/bluepyopt-1.13.196.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bluepyopt-1.13.196 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2zQbgw + umask 022 + cd /builddir/build/BUILD + cd bluepyopt-1.13.196 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Warning: 'keywords' should be a list, got type 'tuple' running build running build_py creating build creating build/lib creating build/lib/bluepyopt copying bluepyopt/objectives.py -> build/lib/bluepyopt copying bluepyopt/evaluators.py -> build/lib/bluepyopt copying bluepyopt/optimisations.py -> build/lib/bluepyopt copying bluepyopt/tools.py -> build/lib/bluepyopt copying bluepyopt/parameters.py -> build/lib/bluepyopt copying bluepyopt/_version.py -> build/lib/bluepyopt copying bluepyopt/__init__.py -> build/lib/bluepyopt copying bluepyopt/stoppingCriteria.py -> build/lib/bluepyopt copying bluepyopt/api.py -> build/lib/bluepyopt creating build/lib/bluepyopt/deapext copying bluepyopt/deapext/CMA_MO.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/optimisations.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/algorithms.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/hype.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/__init__.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/optimisationsCMA.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/utils.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/stoppingCriteria.py -> build/lib/bluepyopt/deapext copying bluepyopt/deapext/CMA_SO.py -> build/lib/bluepyopt/deapext creating build/lib/bluepyopt/ephys copying bluepyopt/ephys/acc.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/objectives.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/evaluators.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/base.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/objectivescalculators.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/efeatures.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/simulators.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/serializer.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/locations.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/parameters.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/models.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/protocols.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/stimuli.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/create_acc.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/recordings.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/__init__.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/mechanisms.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/responses.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/morphologies.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/create_hoc.py -> build/lib/bluepyopt/ephys copying bluepyopt/ephys/extra_features_utils.py -> build/lib/bluepyopt/ephys creating build/lib/bluepyopt/neuroml copying bluepyopt/neuroml/biophys.py -> build/lib/bluepyopt/neuroml copying bluepyopt/neuroml/cell.py -> build/lib/bluepyopt/neuroml copying bluepyopt/neuroml/__init__.py -> build/lib/bluepyopt/neuroml copying bluepyopt/neuroml/simulation.py -> build/lib/bluepyopt/neuroml copying bluepyopt/neuroml/morphology.py -> build/lib/bluepyopt/neuroml creating build/lib/bluepyopt/ipyp copying bluepyopt/ipyp/__init__.py -> build/lib/bluepyopt/ipyp copying bluepyopt/ipyp/bpopt_tasksdb.py -> build/lib/bluepyopt/ipyp creating build/lib/bluepyopt/tests copying bluepyopt/tests/test_tools.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_simplecell.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_l5pc.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_bluepyopt.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_lfpy.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_parameters.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/__init__.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_stochkv.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_neuroml_fcts.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/disable_simplecell_scoop.py -> build/lib/bluepyopt/tests copying bluepyopt/tests/test_evaluators.py -> build/lib/bluepyopt/tests creating build/lib/bluepyopt/deapext/tools copying bluepyopt/deapext/tools/selIBEA.py -> build/lib/bluepyopt/deapext/tools copying bluepyopt/deapext/tools/__init__.py -> build/lib/bluepyopt/deapext/tools creating build/lib/bluepyopt/ephys/examples copying bluepyopt/ephys/examples/__init__.py -> build/lib/bluepyopt/ephys/examples creating build/lib/bluepyopt/ephys/parameterscalers copying bluepyopt/ephys/parameterscalers/parameterscalers.py -> build/lib/bluepyopt/ephys/parameterscalers copying bluepyopt/ephys/parameterscalers/__init__.py -> build/lib/bluepyopt/ephys/parameterscalers copying bluepyopt/ephys/parameterscalers/acc_iexpr.py -> build/lib/bluepyopt/ephys/parameterscalers creating build/lib/bluepyopt/ephys/examples/simplecell copying bluepyopt/ephys/examples/simplecell/__init__.py -> build/lib/bluepyopt/ephys/examples/simplecell copying bluepyopt/ephys/examples/simplecell/simplecell.py -> build/lib/bluepyopt/ephys/examples/simplecell creating build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_mechanisms.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_models.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_create_acc.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_objectives.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_recordings.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_create_hoc.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_init.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_parameters.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_simulators.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_protocols.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_serializer.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_morphologies.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_features.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/__init__.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_acc.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_parameterscalers.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_stimuli.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_extra_features_utils.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/utils.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_evaluators.py -> build/lib/bluepyopt/tests/test_ephys copying bluepyopt/tests/test_ephys/test_locations.py -> build/lib/bluepyopt/tests/test_ephys creating build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/deapext_test_utils.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_hype.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_optimisations.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_stoppingCriteria.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_optimisationsCMA.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_selIBEA.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/__init__.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_utils.py -> build/lib/bluepyopt/tests/test_deapext copying bluepyopt/tests/test_deapext/test_algorithms.py -> build/lib/bluepyopt/tests/test_deapext creating build/lib/bluepyopt/tests/test_ephys/testmodels copying bluepyopt/tests/test_ephys/testmodels/dummycells.py -> build/lib/bluepyopt/tests/test_ephys/testmodels copying bluepyopt/tests/test_ephys/testmodels/__init__.py -> build/lib/bluepyopt/tests/test_ephys/testmodels creating build/lib/bluepyopt/ephys/static copying bluepyopt/ephys/static/arbor_mechanisms.json -> build/lib/bluepyopt/ephys/static creating build/lib/bluepyopt/ephys/templates copying bluepyopt/ephys/templates/cell_template.jinja2 -> build/lib/bluepyopt/ephys/templates creating build/lib/bluepyopt/ephys/templates/acc copying bluepyopt/ephys/templates/acc/_json_template.jinja2 -> build/lib/bluepyopt/ephys/templates/acc copying bluepyopt/ephys/templates/acc/decor_acc_template.jinja2 -> build/lib/bluepyopt/ephys/templates/acc copying bluepyopt/ephys/templates/acc/label_dict_acc_template.jinja2 -> build/lib/bluepyopt/ephys/templates/acc copying bluepyopt/ephys/examples/simplecell/simple.swc -> build/lib/bluepyopt/ephys/examples/simplecell creating build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Ih.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/KdShu2007.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/NaTs2_t.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Ca_LVAst.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Im.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/NaTa_t.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/pas.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/StochKv_deterministic.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/SKv3_1.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/SK_E2.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Ca.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/baseCaDynamics_E2_NML2.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Nap_Et2.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/K_Tst.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/Ca_HVA.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms copying bluepyopt/neuroml/NeuroML2_mechanisms/K_Pst.channel.nml -> build/lib/bluepyopt/neuroml/NeuroML2_mechanisms UPDATING build/lib/bluepyopt/_version.py set build/lib/bluepyopt/_version.py to '1.13.196' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EHfWlE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 + cd bluepyopt-1.13.196 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 Warning: 'keywords' should be a list, got type 'tuple' running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt copying build/lib/bluepyopt/objectives.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt copying build/lib/bluepyopt/evaluators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/CMA_MO.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/optimisations.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/algorithms.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/hype.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/optimisationsCMA.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/tools copying build/lib/bluepyopt/deapext/tools/selIBEA.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/tools copying build/lib/bluepyopt/deapext/tools/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/tools copying build/lib/bluepyopt/deapext/utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/stoppingCriteria.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/deapext/CMA_SO.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext copying build/lib/bluepyopt/optimisations.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt copying build/lib/bluepyopt/tools.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt copying build/lib/bluepyopt/parameters.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/acc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/objectives.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/evaluators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/base.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/objectivescalculators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/static copying build/lib/bluepyopt/ephys/static/arbor_mechanisms.json -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/static copying build/lib/bluepyopt/ephys/efeatures.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/simulators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/serializer.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/locations.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples copying build/lib/bluepyopt/ephys/examples/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell copying build/lib/bluepyopt/ephys/examples/simplecell/simple.swc -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell copying build/lib/bluepyopt/ephys/examples/simplecell/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell copying build/lib/bluepyopt/ephys/examples/simplecell/simplecell.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell copying build/lib/bluepyopt/ephys/parameters.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/models.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers copying build/lib/bluepyopt/ephys/parameterscalers/parameterscalers.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers copying build/lib/bluepyopt/ephys/parameterscalers/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers copying build/lib/bluepyopt/ephys/parameterscalers/acc_iexpr.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers copying build/lib/bluepyopt/ephys/protocols.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/stimuli.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/create_acc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/recordings.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/mechanisms.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/responses.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/morphologies.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates/acc copying build/lib/bluepyopt/ephys/templates/acc/_json_template.jinja2 -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates/acc copying build/lib/bluepyopt/ephys/templates/acc/label_dict_acc_template.jinja2 -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates/acc copying build/lib/bluepyopt/ephys/templates/acc/decor_acc_template.jinja2 -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates/acc copying build/lib/bluepyopt/ephys/templates/cell_template.jinja2 -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/templates copying build/lib/bluepyopt/ephys/create_hoc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/ephys/extra_features_utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys copying build/lib/bluepyopt/_version.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml copying build/lib/bluepyopt/neuroml/biophys.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml copying build/lib/bluepyopt/neuroml/cell.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml copying build/lib/bluepyopt/neuroml/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml copying build/lib/bluepyopt/neuroml/simulation.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Ih.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/KdShu2007.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/NaTs2_t.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Ca_LVAst.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Im.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/NaTa_t.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/pas.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/StochKv_deterministic.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/SKv3_1.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/SK_E2.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Ca.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/baseCaDynamics_E2_NML2.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Nap_Et2.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/K_Tst.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/Ca_HVA.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/NeuroML2_mechanisms/K_Pst.channel.nml -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/NeuroML2_mechanisms copying build/lib/bluepyopt/neuroml/morphology.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml copying build/lib/bluepyopt/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ipyp copying build/lib/bluepyopt/ipyp/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ipyp copying build/lib/bluepyopt/ipyp/bpopt_tasksdb.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ipyp copying build/lib/bluepyopt/stoppingCriteria.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt copying build/lib/bluepyopt/api.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_tools.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_simplecell.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_l5pc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_bluepyopt.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_lfpy.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_parameters.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_mechanisms.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_models.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_create_acc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_objectives.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_recordings.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_create_hoc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/testmodels copying build/lib/bluepyopt/tests/test_ephys/testmodels/dummycells.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/testmodels copying build/lib/bluepyopt/tests/test_ephys/testmodels/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/testmodels copying build/lib/bluepyopt/tests/test_ephys/test_init.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_parameters.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_simulators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_protocols.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_serializer.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_morphologies.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_features.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_acc.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_parameterscalers.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_stimuli.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_extra_features_utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_evaluators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/test_ephys/test_locations.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys copying build/lib/bluepyopt/tests/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_stochkv.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_neuroml_fcts.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests creating /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/deapext_test_utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_hype.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_optimisations.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_stoppingCriteria.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_optimisationsCMA.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_selIBEA.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/__init__.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_utils.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/test_deapext/test_algorithms.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext copying build/lib/bluepyopt/tests/disable_simplecell_scoop.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests copying build/lib/bluepyopt/tests/test_evaluators.py -> /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/objectives.py to objectives.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/evaluators.py to evaluators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/CMA_MO.py to CMA_MO.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/optimisations.py to optimisations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/algorithms.py to algorithms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/hype.py to hype.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/optimisationsCMA.py to optimisationsCMA.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/tools/selIBEA.py to selIBEA.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/stoppingCriteria.py to stoppingCriteria.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/deapext/CMA_SO.py to CMA_SO.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/optimisations.py to optimisations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/parameters.py to parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/acc.py to acc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/objectives.py to objectives.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/evaluators.py to evaluators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/objectivescalculators.py to objectivescalculators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/efeatures.py to efeatures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/simulators.py to simulators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/locations.py to locations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/examples/simplecell/simplecell.py to simplecell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameters.py to parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers/parameterscalers.py to parameterscalers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/parameterscalers/acc_iexpr.py to acc_iexpr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/protocols.py to protocols.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/stimuli.py to stimuli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/create_acc.py to create_acc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/recordings.py to recordings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/mechanisms.py to mechanisms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/responses.py to responses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/morphologies.py to morphologies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/create_hoc.py to create_hoc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ephys/extra_features_utils.py to extra_features_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/biophys.py to biophys.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/cell.py to cell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/simulation.py to simulation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/neuroml/morphology.py to morphology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ipyp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/ipyp/bpopt_tasksdb.py to bpopt_tasksdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/stoppingCriteria.py to stoppingCriteria.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_tools.py to test_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_simplecell.py to test_simplecell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_l5pc.py to test_l5pc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_bluepyopt.py to test_bluepyopt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_lfpy.py to test_lfpy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_parameters.py to test_parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_mechanisms.py to test_mechanisms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_models.py to test_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_create_acc.py to test_create_acc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_objectives.py to test_objectives.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_recordings.py to test_recordings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_create_hoc.py to test_create_hoc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/testmodels/dummycells.py to dummycells.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/testmodels/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_init.py to test_init.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_parameters.py to test_parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_simulators.py to test_simulators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_protocols.py to test_protocols.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_serializer.py to test_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_morphologies.py to test_morphologies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_features.py to test_features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_acc.py to test_acc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_parameterscalers.py to test_parameterscalers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_stimuli.py to test_stimuli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_extra_features_utils.py to test_extra_features_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_evaluators.py to test_evaluators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_ephys/test_locations.py to test_locations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_stochkv.py to test_stochkv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_neuroml_fcts.py to test_neuroml_fcts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/deapext_test_utils.py to deapext_test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_hype.py to test_hype.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_optimisations.py to test_optimisations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_stoppingCriteria.py to test_stoppingCriteria.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_optimisationsCMA.py to test_optimisationsCMA.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_selIBEA.py to test_selIBEA.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_deapext/test_algorithms.py to test_algorithms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/disable_simplecell_scoop.py to disable_simplecell_scoop.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt/tests/test_evaluators.py to test_evaluators.cpython-39.pyc writing byte-compilation script '/tmp/tmpac3v1b8c.py' /usr/bin/python3 /tmp/tmpac3v1b8c.py removing /tmp/tmpac3v1b8c.py running install_egg_info running egg_info writing bluepyopt.egg-info/PKG-INFO writing dependency_links to bluepyopt.egg-info/dependency_links.txt writing entry points to bluepyopt.egg-info/entry_points.txt writing requirements to bluepyopt.egg-info/requires.txt writing top-level names to bluepyopt.egg-info/top_level.txt reading manifest file 'bluepyopt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 9: unknown action 'include.txt' adding license file 'LICENSE.txt' adding license file 'COPYING' adding license file 'COPYING.lesser' adding license file 'AUTHORS.txt' writing manifest file 'bluepyopt.egg-info/SOURCES.txt' Copying bluepyopt.egg-info to /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9/site-packages/bluepyopt-1.13.196-py3.9.egg-info running install_scripts Installing bpopt_tasksdb script to /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64//usr/share/doc/python-bluepyopt + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64//usr/share/doc/python-bluepyopt + pushd /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 ~/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 ~/build/BUILD/bluepyopt-1.13.196 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/bluepyopt-1.13.196 + popd + mv /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.13.196-1 --unique-debug-suffix -1.13.196-1.aarch64 --unique-debug-src-base python-bluepyopt-1.13.196-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/bluepyopt-1.13.196 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-bluepyopt-1.13.196-1.noarch Provides: python-bluepyopt python3-bluepyopt = 1.13.196-1 python3.9dist(bluepyopt) = 1.13.196 python3dist(bluepyopt) = 1.13.196 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(deap) >= 1.3.3 python3.9dist(efel) >= 2.13 python3.9dist(future) python3.9dist(ipyparallel) python3.9dist(jinja2) >= 2.8 python3.9dist(numpy) >= 1.6 python3.9dist(pandas) >= 0.18 python3.9dist(pebble) >= 4.3.10 python3.9dist(pickleshare) >= 0.7.3 python3.9dist(setuptools) Processing files: python-bluepyopt-help-1.13.196-1.noarch warning: Empty %files file /builddir/build/BUILD/bluepyopt-1.13.196/doclist.lst Provides: python-bluepyopt-help = 1.13.196-1 python3-bluepyopt-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 Wrote: /builddir/build/RPMS/python-bluepyopt-help-1.13.196-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-bluepyopt-1.13.196-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vRSs6P + umask 022 + cd /builddir/build/BUILD + cd bluepyopt-1.13.196 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-bluepyopt-1.13.196-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0