Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cortix.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686380383.864255/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 x86_64 --nodeps /builddir/build/SPECS/python-cortix.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-cortix-1.1.32-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cortix.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686380383.864255/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 x86_64 --nodeps /builddir/build/SPECS/python-cortix.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-cortix-1.1.32-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cortix.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686380383.864255/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 x86_64 --nodeps /builddir/build/SPECS/python-cortix.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oUJBCh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cortix-1.1.32 + /usr/bin/gzip -dc /builddir/build/SOURCES/cortix-1.1.32.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cortix-1.1.32 + /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.fFP3Yp + umask 022 + cd /builddir/build/BUILD + cd cortix-1.1.32 + 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 -m64 -mtune=generic -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' /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. running build running build_py creating build creating build/lib creating build/lib/cortix copying cortix/__init__.py -> build/lib/cortix package init file 'scripts/__init__.py' not found (or not a regular file) package init file 'cortix/src/__init__.py' not found (or not a regular file) creating build/lib/cortix/src copying cortix/src/node.py -> build/lib/cortix/src copying cortix/src/port.py -> build/lib/cortix/src copying cortix/src/cortix_main.py -> build/lib/cortix/src copying cortix/src/module.py -> build/lib/cortix/src copying cortix/src/network.py -> build/lib/cortix/src creating build/lib/cortix/examples copying cortix/examples/__init__.py -> build/lib/cortix/examples package init file 'cortix/docs/__init__.py' not found (or not a regular file) creating build/lib/cortix/docs copying cortix/docs/conf.py -> build/lib/cortix/docs package init file 'cortix/tests/__init__.py' not found (or not a regular file) creating build/lib/cortix/tests copying cortix/tests/mpi_test_send_recv.py -> build/lib/cortix/tests copying cortix/tests/dummy_module.py -> build/lib/cortix/tests copying cortix/tests/test_cortix_add_module.py -> build/lib/cortix/tests copying cortix/tests/test_module_init.py -> build/lib/cortix/tests copying cortix/tests/test_data_plot.py -> build/lib/cortix/tests copying cortix/tests/test_send_recv.py -> build/lib/cortix/tests copying cortix/tests/dataplot.py -> build/lib/cortix/tests copying cortix/tests/test_droplet.py -> build/lib/cortix/tests package init file 'cortix/support/__init__.py' not found (or not a regular file) creating build/lib/cortix/support copying cortix/support/phase.py -> build/lib/cortix/support copying cortix/support/periodictable.py -> build/lib/cortix/support copying cortix/support/phase_new.py -> build/lib/cortix/support copying cortix/support/species.py -> build/lib/cortix/support copying cortix/support/stream.py -> build/lib/cortix/support copying cortix/support/phase_newest.py -> build/lib/cortix/support copying cortix/support/specie.py -> build/lib/cortix/support copying cortix/support/quantity.py -> build/lib/cortix/support package init file 'cortix/examples/ideal_gas/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/ideal_gas copying cortix/examples/ideal_gas/particle.py -> build/lib/cortix/examples/ideal_gas copying cortix/examples/ideal_gas/particle_handler.py -> build/lib/cortix/examples/ideal_gas copying cortix/examples/ideal_gas/run_particle.py -> build/lib/cortix/examples/ideal_gas copying cortix/examples/ideal_gas/particle_plotting.py -> build/lib/cortix/examples/ideal_gas package init file 'cortix/examples/bwr/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/bwr copying cortix/examples/bwr/run_plant.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/plant_test.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/reactor.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/turbine.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/run_reactor.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/condenser.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/reactor-old.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/cooler.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/condenser_tester.py -> build/lib/cortix/examples/bwr copying cortix/examples/bwr/params.py -> build/lib/cortix/examples/bwr package init file 'cortix/examples/droplet_swirl/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/droplet_swirl copying cortix/examples/droplet_swirl/run_droplet_swirl.py -> build/lib/cortix/examples/droplet_swirl copying cortix/examples/droplet_swirl/droplet.py -> build/lib/cortix/examples/droplet_swirl copying cortix/examples/droplet_swirl/vortex.py -> build/lib/cortix/examples/droplet_swirl package init file 'cortix/examples/city_justice/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/probation.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/jail.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/community.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/adjudication.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/prison.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/arrested.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/run_city_justice.py -> build/lib/cortix/examples/city_justice copying cortix/examples/city_justice/parole.py -> build/lib/cortix/examples/city_justice package init file 'cortix/examples/nbody/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/nbody copying cortix/examples/nbody/body.py -> build/lib/cortix/examples/nbody copying cortix/examples/nbody/run_planets.py -> build/lib/cortix/examples/nbody package init file 'cortix/examples/umlrr/__init__.py' not found (or not a regular file) creating build/lib/cortix/examples/umlrr copying cortix/examples/umlrr/code.py -> build/lib/cortix/examples/umlrr copying cortix/examples/umlrr/umlrr.py -> build/lib/cortix/examples/umlrr copying cortix/examples/umlrr/run_umlrr.py -> build/lib/cortix/examples/umlrr package init file 'cortix/docs/support_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/src_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/_templates/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/support_rst/nuclear_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/droplet_swirl_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/city_justice_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/nbody_rst/__init__.py' not found (or not a regular file) package init file 'cortix/support/nuclear/__init__.py' not found (or not a regular file) creating build/lib/cortix/support/nuclear copying cortix/support/nuclear/fuel_bundle.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/fuel_bucket.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/target_rod.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/fuel_segment.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/nuclides.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/actor.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/fuelslug.py -> build/lib/cortix/support/nuclear copying cortix/support/nuclear/fuelsegmentsgroups.py -> build/lib/cortix/support/nuclear package init file 'cortix/support/chemeng/__init__.py' not found (or not a regular file) creating build/lib/cortix/support/chemeng copying cortix/support/chemeng/reaction_mechanism.py -> build/lib/cortix/support/chemeng running egg_info writing cortix.egg-info/PKG-INFO writing dependency_links to cortix.egg-info/dependency_links.txt writing requirements to cortix.egg-info/requires.txt writing top-level names to cortix.egg-info/top_level.txt reading manifest file 'cortix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'cortix/examples/input/*' warning: no files found matching 'cortix/tests/input/*' warning: no files found matching 'cortix/examples/modulib/wind/manifesto.xml' warning: no files found matching 'cortix/examples/modulib/droplet/manifesto.xml' adding license file 'LICENSE.txt' warning: no files found matching 'cortix/modulib/pyplot/manifesto.xml' writing manifest file 'cortix.egg-info/SOURCES.txt' creating build/lib/scripts copying scripts/format-all.sh -> build/lib/scripts copying scripts/format-code.sh -> build/lib/scripts copying scripts/install_sundials.sh -> build/lib/scripts copying scripts/pylint-src.sh -> build/lib/scripts copying scripts/pypi_upload.sh -> build/lib/scripts copying scripts/recordcortixsession -> build/lib/scripts copying cortix/docs/Makefile -> build/lib/cortix/docs copying cortix/docs/build_docs.sh -> build/lib/cortix/docs copying cortix/docs/contents.rst -> build/lib/cortix/docs copying cortix/docs/cortix-cover.png -> build/lib/cortix/docs copying cortix/docs/index.rst -> build/lib/cortix/docs copying cortix/docs/install.rst -> build/lib/cortix/docs copying cortix/docs/license.rst -> build/lib/cortix/docs copying cortix/docs/logo-old.jpg -> build/lib/cortix/docs copying cortix/docs/logo.jpg -> build/lib/cortix/docs creating build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/modules.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/periodictable.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/phase.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/phase_new.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/phase_newest.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/quantity.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/specie.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/species.rst -> build/lib/cortix/docs/support_rst copying cortix/docs/support_rst/stream.rst -> build/lib/cortix/docs/support_rst creating build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/cortix_main.rst -> build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/module.rst -> build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/modules.rst -> build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/network.rst -> build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/node.rst -> build/lib/cortix/docs/src_rst copying cortix/docs/src_rst/port.rst -> build/lib/cortix/docs/src_rst creating build/lib/cortix/docs/_templates copying cortix/docs/_templates/globaltoc.html -> build/lib/cortix/docs/_templates creating build/lib/cortix/docs/examples_rst copying cortix/docs/examples_rst/examples.rst -> build/lib/cortix/docs/examples_rst copying cortix/docs/examples_rst/modules.rst -> build/lib/cortix/docs/examples_rst creating build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/actor.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/fuel_bucket.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/fuel_bundle.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/fuel_segment.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/fuelsegmentsgroups.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/fuelslug.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/modules.rst -> build/lib/cortix/docs/support_rst/nuclear_rst copying cortix/docs/support_rst/nuclear_rst/nuclides.rst -> build/lib/cortix/docs/support_rst/nuclear_rst creating build/lib/cortix/docs/examples_rst/droplet_swirl_rst copying cortix/docs/examples_rst/droplet_swirl_rst/droplet.rst -> build/lib/cortix/docs/examples_rst/droplet_swirl_rst copying cortix/docs/examples_rst/droplet_swirl_rst/modules.rst -> build/lib/cortix/docs/examples_rst/droplet_swirl_rst copying cortix/docs/examples_rst/droplet_swirl_rst/run_droplet_swirl.rst -> build/lib/cortix/docs/examples_rst/droplet_swirl_rst copying cortix/docs/examples_rst/droplet_swirl_rst/vortex.rst -> build/lib/cortix/docs/examples_rst/droplet_swirl_rst creating build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/adjudication.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/arrested.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/community.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/jail.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/modules.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/parole.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/prison.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/probation.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst copying cortix/docs/examples_rst/city_justice_rst/run_city_justice.rst -> build/lib/cortix/docs/examples_rst/city_justice_rst creating build/lib/cortix/docs/examples_rst/nbody_rst copying cortix/docs/examples_rst/nbody_rst/body.rst -> build/lib/cortix/docs/examples_rst/nbody_rst copying cortix/docs/examples_rst/nbody_rst/modules.rst -> build/lib/cortix/docs/examples_rst/nbody_rst copying cortix/docs/examples_rst/nbody_rst/run_planets.rst -> build/lib/cortix/docs/examples_rst/nbody_rst + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VwniKZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 + cd cortix-1.1.32 + 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 -m64 -mtune=generic -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-cortix-1.1.32-1.x86_64 /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. 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-cortix-1.1.32-1.x86_64/usr creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/src/node.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/src/port.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/src/cortix_main.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/src/module.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/src/network.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src copying build/lib/cortix/__init__.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples copying build/lib/cortix/examples/__init__.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas copying build/lib/cortix/examples/ideal_gas/particle.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas copying build/lib/cortix/examples/ideal_gas/particle_handler.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas copying build/lib/cortix/examples/ideal_gas/run_particle.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas copying build/lib/cortix/examples/ideal_gas/particle_plotting.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/run_plant.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/plant_test.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/reactor.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/turbine.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/run_reactor.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/condenser.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/reactor-old.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/cooler.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/condenser_tester.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr copying build/lib/cortix/examples/bwr/params.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl copying build/lib/cortix/examples/droplet_swirl/run_droplet_swirl.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl copying build/lib/cortix/examples/droplet_swirl/droplet.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl copying build/lib/cortix/examples/droplet_swirl/vortex.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/probation.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/jail.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/community.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/adjudication.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/prison.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/arrested.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/run_city_justice.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice copying build/lib/cortix/examples/city_justice/parole.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/nbody copying build/lib/cortix/examples/nbody/body.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/nbody copying build/lib/cortix/examples/nbody/run_planets.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/nbody creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr copying build/lib/cortix/examples/umlrr/code.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr copying build/lib/cortix/examples/umlrr/umlrr.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr copying build/lib/cortix/examples/umlrr/run_umlrr.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/fuel_bucket.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/actor.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/nuclides.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/fuel_bundle.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/fuelsegmentsgroups.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/fuelslug.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/fuel_segment.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/nuclear_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst/nuclear_rst copying build/lib/cortix/docs/support_rst/species.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/phase_new.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/phase_newest.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/stream.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/quantity.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/specie.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/periodictable.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/support_rst/phase.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/support_rst copying build/lib/cortix/docs/cortix-cover.png -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/contents.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/build_docs.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/network.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/node.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/port.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/module.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/cortix_main.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/src_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/src_rst copying build/lib/cortix/docs/license.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/Makefile -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/index.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/conf.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/logo.jpg -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/_templates copying build/lib/cortix/docs/_templates/globaltoc.html -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/_templates creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/droplet_swirl_rst copying build/lib/cortix/docs/examples_rst/droplet_swirl_rst/droplet.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/droplet_swirl_rst copying build/lib/cortix/docs/examples_rst/droplet_swirl_rst/vortex.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/droplet_swirl_rst copying build/lib/cortix/docs/examples_rst/droplet_swirl_rst/run_droplet_swirl.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/droplet_swirl_rst copying build/lib/cortix/docs/examples_rst/droplet_swirl_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/droplet_swirl_rst creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/parole.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/arrested.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/prison.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/run_city_justice.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/probation.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/community.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/adjudication.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/jail.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/city_justice_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/city_justice_rst copying build/lib/cortix/docs/examples_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/nbody_rst copying build/lib/cortix/docs/examples_rst/nbody_rst/body.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/nbody_rst copying build/lib/cortix/docs/examples_rst/nbody_rst/modules.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/nbody_rst copying build/lib/cortix/docs/examples_rst/nbody_rst/run_planets.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst/nbody_rst copying build/lib/cortix/docs/examples_rst/examples.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/examples_rst copying build/lib/cortix/docs/logo-old.jpg -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs copying build/lib/cortix/docs/install.rst -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/mpi_test_send_recv.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/dummy_module.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/test_cortix_add_module.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/test_module_init.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/test_data_plot.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/test_send_recv.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/dataplot.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests copying build/lib/cortix/tests/test_droplet.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/fuel_bundle.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/fuel_bucket.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/target_rod.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/fuel_segment.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/nuclides.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/actor.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/fuelslug.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/nuclear/fuelsegmentsgroups.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear copying build/lib/cortix/support/phase.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/periodictable.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/phase_new.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/species.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/stream.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/phase_newest.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/specie.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support copying build/lib/cortix/support/quantity.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/chemeng copying build/lib/cortix/support/chemeng/reaction_mechanism.py -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/chemeng creating /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/format-all.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/recordcortixsession -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/pylint-src.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/install_sundials.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/pypi_upload.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts copying build/lib/scripts/format-code.sh -> /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/scripts byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src/port.py to port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src/cortix_main.py to cortix_main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src/module.py to module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/src/network.py to network.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas/particle.py to particle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas/particle_handler.py to particle_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas/run_particle.py to run_particle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/ideal_gas/particle_plotting.py to particle_plotting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/run_plant.py to run_plant.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/plant_test.py to plant_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/reactor.py to reactor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/turbine.py to turbine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/run_reactor.py to run_reactor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/condenser.py to condenser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/reactor-old.py to reactor-old.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/cooler.py to cooler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/condenser_tester.py to condenser_tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/bwr/params.py to params.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl/run_droplet_swirl.py to run_droplet_swirl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl/droplet.py to droplet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/droplet_swirl/vortex.py to vortex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/probation.py to probation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/jail.py to jail.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/community.py to community.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/adjudication.py to adjudication.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/prison.py to prison.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/arrested.py to arrested.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/run_city_justice.py to run_city_justice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/city_justice/parole.py to parole.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/nbody/body.py to body.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/nbody/run_planets.py to run_planets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr/code.py to code.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr/umlrr.py to umlrr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/examples/umlrr/run_umlrr.py to run_umlrr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/docs/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/mpi_test_send_recv.py to mpi_test_send_recv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/dummy_module.py to dummy_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/test_cortix_add_module.py to test_cortix_add_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/test_module_init.py to test_module_init.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/test_data_plot.py to test_data_plot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/test_send_recv.py to test_send_recv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/dataplot.py to dataplot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/tests/test_droplet.py to test_droplet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/fuel_bundle.py to fuel_bundle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/fuel_bucket.py to fuel_bucket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/target_rod.py to target_rod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/fuel_segment.py to fuel_segment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/nuclides.py to nuclides.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/actor.py to actor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/fuelslug.py to fuelslug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/nuclear/fuelsegmentsgroups.py to fuelsegmentsgroups.cpython-39.pyc /usr/lib/python3.9/site-packages/cortix/support/nuclear/fuelsegmentsgroups.py:244: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/phase.py to phase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/periodictable.py to periodictable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/phase_new.py to phase_new.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/species.py to species.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/phase_newest.py to phase_newest.cpython-39.pyc File "/usr/lib/python3.9/site-packages/cortix/support/phase_newest.py", line 179 return self.__df.['time-stamps'] # return all time stamps ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/specie.py to specie.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/quantity.py to quantity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/chemeng/reaction_mechanism.py to reaction_mechanism.cpython-39.pyc writing byte-compilation script '/tmp/tmpebt3tbml.py' /usr/bin/python3 /tmp/tmpebt3tbml.py /usr/lib/python3.9/site-packages/cortix/support/nuclear/fuelsegmentsgroups.py:244: SyntaxWarning: "is" with a literal. Did you mean "=="? File "/usr/lib/python3.9/site-packages/cortix/support/phase_newest.py", line 179 return self.__df.['time-stamps'] # return all time stamps ^ SyntaxError: invalid syntax removing /tmp/tmpebt3tbml.py running install_egg_info running egg_info writing cortix.egg-info/PKG-INFO writing dependency_links to cortix.egg-info/dependency_links.txt writing requirements to cortix.egg-info/requires.txt writing top-level names to cortix.egg-info/top_level.txt package init file 'build/__init__.py' not found (or not a regular file) package init file 'scripts/__init__.py' not found (or not a regular file) package init file 'cortix/src/__init__.py' not found (or not a regular file) package init file 'cortix/docs/__init__.py' not found (or not a regular file) package init file 'cortix/tests/__init__.py' not found (or not a regular file) package init file 'cortix/support/__init__.py' not found (or not a regular file) package init file 'cortix/examples/ideal_gas/__init__.py' not found (or not a regular file) package init file 'cortix/examples/bwr/__init__.py' not found (or not a regular file) package init file 'cortix/examples/droplet_swirl/__init__.py' not found (or not a regular file) package init file 'cortix/examples/city_justice/__init__.py' not found (or not a regular file) package init file 'cortix/examples/nbody/__init__.py' not found (or not a regular file) package init file 'cortix/examples/umlrr/__init__.py' not found (or not a regular file) package init file 'cortix/docs/support_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/src_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/_templates/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/support_rst/nuclear_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/droplet_swirl_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/city_justice_rst/__init__.py' not found (or not a regular file) package init file 'cortix/docs/examples_rst/nbody_rst/__init__.py' not found (or not a regular file) package init file 'cortix/support/nuclear/__init__.py' not found (or not a regular file) package init file 'cortix/support/chemeng/__init__.py' not found (or not a regular file) package init file 'build/lib/__init__.py' not found (or not a regular file) package init file 'build/lib/scripts/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/src/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/tests/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/support/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/ideal_gas/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/bwr/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/droplet_swirl/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/city_justice/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/nbody/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/examples/umlrr/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/support_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/src_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/_templates/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/examples_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/support_rst/nuclear_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/examples_rst/droplet_swirl_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/examples_rst/city_justice_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/docs/examples_rst/nbody_rst/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/support/nuclear/__init__.py' not found (or not a regular file) package init file 'build/lib/cortix/support/chemeng/__init__.py' not found (or not a regular file) reading manifest file 'cortix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'cortix/examples/input/*' warning: no files found matching 'cortix/tests/input/*' warning: no files found matching 'cortix/examples/modulib/wind/manifesto.xml' warning: no files found matching 'cortix/examples/modulib/droplet/manifesto.xml' warning: no files found matching 'cortix/modulib/pyplot/manifesto.xml' adding license file 'LICENSE.txt' writing manifest file 'cortix.egg-info/SOURCES.txt' Copying cortix.egg-info to /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix-1.1.32-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64//usr/share/doc/python-cortix + '[' -d doc ']' ~/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 ~/build/BUILD/cortix-1.1.32 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/cortix-1.1.32 + mv /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.1.32-1 --unique-debug-suffix -1.1.32-1.x86_64 --unique-debug-src-base python-cortix-1.1.32-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/cortix-1.1.32 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-cortix-1.1.32-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/cortix/support/nuclear/fuelsegmentsgroups.py:244: SyntaxWarning: "is" with a literal. Did you mean "=="? *** Error compiling '/builddir/build/BUILDROOT/python-cortix-1.1.32-1.x86_64/usr/lib/python3.9/site-packages/cortix/support/phase_newest.py'... File "/usr/lib/python3.9/site-packages/cortix/support/phase_newest.py", line 179 return self.__df.['time-stamps'] # return all time stamps ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.VwniKZ (%install) Bad exit status from /var/tmp/rpm-tmp.VwniKZ (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cortix.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cortix.spec