Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-campy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687324764.254522/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-campy.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-campy-0.0.1.dev19-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-campy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687324764.254522/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-campy.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-campy-0.0.1.dev19-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-campy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687324764.254522/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-campy.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.WoaqgU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf campy-0.0.1.dev19 + /usr/bin/gzip -dc /builddir/build/SOURCES/campy-0.0.1.dev19.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd campy-0.0.1.dev19 + /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.sPZ5T4 + umask 022 + cd /builddir/build/BUILD + cd campy-0.0.1.dev19 + 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' running build running build_py creating build creating build/lib creating build/lib/campy copying campy/__init__.py -> build/lib/campy copying campy/__version__.py -> build/lib/campy creating build/lib/campy/io copying campy/io/console.py -> build/lib/campy/io copying campy/io/filelib.py -> build/lib/campy/io copying campy/io/__init__.py -> build/lib/campy/io copying campy/io/bitstream.py -> build/lib/campy/io copying campy/io/tokenscanner.py -> build/lib/campy/io copying campy/io/base64helper.py -> build/lib/campy/io creating build/lib/campy/misc copying campy/misc/__init__.py -> build/lib/campy/misc copying campy/misc/easter.py -> build/lib/campy/misc copying campy/misc/positivity.py -> build/lib/campy/misc creating build/lib/campy/util copying campy/util/timer.py -> build/lib/campy/util copying campy/util/recursion.py -> build/lib/campy/util copying campy/util/randomgenerator.py -> build/lib/campy/util copying campy/util/__init__.py -> build/lib/campy/util copying campy/util/strlib.py -> build/lib/campy/util copying campy/util/point.py -> build/lib/campy/util copying campy/util/direction.py -> build/lib/campy/util copying campy/util/decorators.py -> build/lib/campy/util copying campy/util/sound.py -> build/lib/campy/util copying campy/util/observable.py -> build/lib/campy/util copying campy/util/simpio.py -> build/lib/campy/util copying campy/util/note.py -> build/lib/campy/util creating build/lib/campy/stanford copying campy/stanford/__init__.py -> build/lib/campy/stanford creating build/lib/campy/graphics copying campy/graphics/goptionpane.py -> build/lib/campy/graphics copying campy/graphics/gevents.py -> build/lib/campy/graphics copying campy/graphics/__init__.py -> build/lib/campy/graphics copying campy/graphics/gtypes.py -> build/lib/campy/graphics copying campy/graphics/gcolor.py -> build/lib/campy/graphics copying campy/graphics/gobjects.py -> build/lib/campy/graphics copying campy/graphics/gfilechooser.py -> build/lib/campy/graphics copying campy/graphics/gtimer.py -> build/lib/campy/graphics copying campy/graphics/gmath.py -> build/lib/campy/graphics copying campy/graphics/gimage.py -> build/lib/campy/graphics copying campy/graphics/gbufferedimage.py -> build/lib/campy/graphics copying campy/graphics/gwindow.py -> build/lib/campy/graphics copying campy/graphics/gfont.py -> build/lib/campy/graphics creating build/lib/campy/system copying campy/system/error.py -> build/lib/campy/system copying campy/system/__init__.py -> build/lib/campy/system creating build/lib/campy/datastructures copying campy/datastructures/basicgraph.py -> build/lib/campy/datastructures copying campy/datastructures/basicqueue.py -> build/lib/campy/datastructures copying campy/datastructures/basicstack.py -> build/lib/campy/datastructures copying campy/datastructures/linkedlist.py -> build/lib/campy/datastructures copying campy/datastructures/__init__.py -> build/lib/campy/datastructures copying campy/datastructures/pqueue.py -> build/lib/campy/datastructures copying campy/datastructures/graph.py -> build/lib/campy/datastructures copying campy/datastructures/grid.py -> build/lib/campy/datastructures copying campy/datastructures/sparsegrid.py -> build/lib/campy/datastructures copying campy/datastructures/shuffle.py -> build/lib/campy/datastructures copying campy/datastructures/lexicon.py -> build/lib/campy/datastructures copying campy/datastructures/queue.py -> build/lib/campy/datastructures creating build/lib/campy/private copying campy/private/platform.py -> build/lib/campy/private copying campy/private/__init__.py -> build/lib/campy/private copying campy/private/consolestreambuffer.py -> build/lib/campy/private copying campy/private/main.py -> build/lib/campy/private creating build/lib/campy/gui copying campy/gui/__init__.py -> build/lib/campy/gui copying campy/gui/ginteractors.py -> build/lib/campy/gui creating build/lib/campy/private/backends copying campy/private/backends/__init__.py -> build/lib/campy/private/backends copying campy/private/backends/backend.py -> build/lib/campy/private/backends copying campy/private/backends/backend_base.py -> build/lib/campy/private/backends creating build/lib/campy/private/backends/jbe copying campy/private/backends/jbe/backend_jbe.py -> build/lib/campy/private/backends/jbe copying campy/private/backends/jbe/__init__.py -> build/lib/campy/private/backends/jbe copying campy/private/backends/jbe/jbepipe.py -> build/lib/campy/private/backends/jbe copying campy/private/backends/jbe/platformatter.py -> build/lib/campy/private/backends/jbe copying campy/private/backends/jbe/platformat.py -> build/lib/campy/private/backends/jbe creating build/lib/campy/private/backends/tk copying campy/private/backends/tk/menu.py -> build/lib/campy/private/backends/tk copying campy/private/backends/tk/__init__.py -> build/lib/campy/private/backends/tk copying campy/private/backends/tk/backend_tk.py -> build/lib/campy/private/backends/tk creating build/lib/campy/gui/events copying campy/gui/events/key.py -> build/lib/campy/gui/events copying campy/gui/events/timer.py -> build/lib/campy/gui/events copying campy/gui/events/window.py -> build/lib/campy/gui/events copying campy/gui/events/__init__.py -> build/lib/campy/gui/events copying campy/gui/events/mouse.py -> build/lib/campy/gui/events + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PLOCca + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 + cd campy-0.0.1.dev19 + 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-campy-0.0.1.dev19-1.x86_64 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-campy-0.0.1.dev19-1.x86_64/usr creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy copying build/lib/campy/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/console.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/filelib.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/bitstream.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/tokenscanner.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/io/base64helper.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io copying build/lib/campy/__version__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc copying build/lib/campy/misc/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc copying build/lib/campy/misc/easter.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc copying build/lib/campy/misc/positivity.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/timer.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/recursion.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/randomgenerator.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/strlib.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/point.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/direction.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/decorators.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/sound.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/observable.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/simpio.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util copying build/lib/campy/util/note.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/stanford copying build/lib/campy/stanford/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/stanford creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/goptionpane.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gevents.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gtypes.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gcolor.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gobjects.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gfilechooser.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gtimer.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gmath.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gimage.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gbufferedimage.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gwindow.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics copying build/lib/campy/graphics/gfont.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/system copying build/lib/campy/system/error.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/system copying build/lib/campy/system/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/system creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/basicgraph.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/basicqueue.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/basicstack.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/linkedlist.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/pqueue.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/graph.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/grid.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/sparsegrid.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/shuffle.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/lexicon.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures copying build/lib/campy/datastructures/queue.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private copying build/lib/campy/private/platform.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/jbe/backend_jbe.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/jbe/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/jbe/jbepipe.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/jbe/platformatter.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/jbe/platformat.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe copying build/lib/campy/private/backends/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends copying build/lib/campy/private/backends/backend.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends copying build/lib/campy/private/backends/backend_base.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk copying build/lib/campy/private/backends/tk/menu.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk copying build/lib/campy/private/backends/tk/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk copying build/lib/campy/private/backends/tk/backend_tk.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk copying build/lib/campy/private/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private copying build/lib/campy/private/consolestreambuffer.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private copying build/lib/campy/private/main.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui copying build/lib/campy/gui/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui creating /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/events/key.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/events/timer.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/events/window.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/events/__init__.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/events/mouse.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events copying build/lib/campy/gui/ginteractors.py -> /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/console.py to console.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/filelib.py to filelib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/bitstream.py to bitstream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/tokenscanner.py to tokenscanner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/io/base64helper.py to base64helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/__version__.py to __version__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc/easter.py to easter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/misc/positivity.py to positivity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/timer.py to timer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/recursion.py to recursion.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/randomgenerator.py to randomgenerator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/strlib.py to strlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/point.py to point.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/direction.py to direction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/sound.py to sound.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/observable.py to observable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/simpio.py to simpio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/util/note.py to note.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/stanford/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/goptionpane.py to goptionpane.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gevents.py to gevents.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gtypes.py to gtypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gcolor.py to gcolor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gobjects.py to gobjects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gfilechooser.py to gfilechooser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gtimer.py to gtimer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gmath.py to gmath.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gimage.py to gimage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gbufferedimage.py to gbufferedimage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gwindow.py to gwindow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/graphics/gfont.py to gfont.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/system/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/system/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/basicgraph.py to basicgraph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/basicqueue.py to basicqueue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/basicstack.py to basicstack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/linkedlist.py to linkedlist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/pqueue.py to pqueue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/graph.py to graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/grid.py to grid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/sparsegrid.py to sparsegrid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/shuffle.py to shuffle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/lexicon.py to lexicon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/datastructures/queue.py to queue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/platform.py to platform.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe/backend_jbe.py to backend_jbe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe/jbepipe.py to jbepipe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe/platformatter.py to platformatter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/jbe/platformat.py to platformat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/backend.py to backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/backend_base.py to backend_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk/menu.py to menu.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/backends/tk/backend_tk.py to backend_tk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/consolestreambuffer.py to consolestreambuffer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/private/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events/key.py to key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events/timer.py to timer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events/window.py to window.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/events/mouse.py to mouse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy/gui/ginteractors.py to ginteractors.cpython-39.pyc writing byte-compilation script '/tmp/tmpn_4oujfd.py' /usr/bin/python3 /tmp/tmpn_4oujfd.py removing /tmp/tmpn_4oujfd.py running install_egg_info running egg_info writing campy.egg-info/PKG-INFO writing dependency_links to campy.egg-info/dependency_links.txt writing requirements to campy.egg-info/requires.txt writing top-level names to campy.egg-info/top_level.txt reading manifest file 'campy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'campy.egg-info/SOURCES.txt' Copying campy.egg-info to /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9/site-packages/campy-0.0.1.dev19-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64//usr/share/doc/python-campy + '[' -d doc ']' ~/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 ~/build/BUILD/campy-0.0.1.dev19 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-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 ']' ~/build/BUILD/campy-0.0.1.dev19 + popd + mv /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.0.1.dev19-1 --unique-debug-suffix -0.0.1.dev19-1.x86_64 --unique-debug-src-base python-campy-0.0.1.dev19-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/campy-0.0.1.dev19 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-campy-0.0.1.dev19-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-campy-0.0.1.dev19-1.noarch Provides: python-campy python3-campy = 0.0.1.dev19-1 python3.9dist(campy) = 0.0.1.dev19 python3dist(campy) = 0.0.1.dev19 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: python(abi) = 3.9 Processing files: python-campy-help-0.0.1.dev19-1.noarch warning: Empty %files file /builddir/build/BUILD/campy-0.0.1.dev19/doclist.lst Provides: python-campy-help = 0.0.1.dev19-1 python3-campy-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-campy-0.0.1.dev19-1.x86_64 Wrote: /builddir/build/RPMS/python-campy-help-0.0.1.dev19-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-campy-0.0.1.dev19-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eqkjEQ + umask 022 + cd /builddir/build/BUILD + cd campy-0.0.1.dev19 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-campy-0.0.1.dev19-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0