Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682502814.490595/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-pypeln-0.4.9-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682502814.490595/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-pypeln-0.4.9-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682502814.490595/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-pypeln.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oXdDYi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pypeln-0.4.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/pypeln-0.4.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pypeln-0.4.9 + /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.YGt0nZ + umask 022 + cd /builddir/build/BUILD + cd pypeln-0.4.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pypeln copying pypeln/utils.py -> build/lib/pypeln copying pypeln/__init__.py -> build/lib/pypeln creating build/lib/pypeln/process copying pypeln/process/worker.py -> build/lib/pypeln/process copying pypeln/process/queue.py -> build/lib/pypeln/process copying pypeln/process/queue_process_test.py -> build/lib/pypeln/process copying pypeln/process/utils.py -> build/lib/pypeln/process copying pypeln/process/worker_process_test.py -> build/lib/pypeln/process copying pypeln/process/supervisor_process_test.py -> build/lib/pypeln/process copying pypeln/process/supervisor.py -> build/lib/pypeln/process copying pypeln/process/stage.py -> build/lib/pypeln/process copying pypeln/process/__init__.py -> build/lib/pypeln/process package init file 'pypeln/process/api/__init__.py' not found (or not a regular file) creating build/lib/pypeln/process/api copying pypeln/process/api/from_iterable_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/flat_map_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/from_iterable.py -> build/lib/pypeln/process/api copying pypeln/process/api/each_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/map.py -> build/lib/pypeln/process/api copying pypeln/process/api/flat_map.py -> build/lib/pypeln/process/api copying pypeln/process/api/to_iterable.py -> build/lib/pypeln/process/api copying pypeln/process/api/run.py -> build/lib/pypeln/process/api copying pypeln/process/api/each.py -> build/lib/pypeln/process/api copying pypeln/process/api/filter.py -> build/lib/pypeln/process/api copying pypeln/process/api/ordered.py -> build/lib/pypeln/process/api copying pypeln/process/api/concat_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/filter_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/ordered_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/to_iterable_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/to_stage.py -> build/lib/pypeln/process/api copying pypeln/process/api/map_process_test.py -> build/lib/pypeln/process/api copying pypeln/process/api/concat.py -> build/lib/pypeln/process/api creating build/lib/pypeln/sync copying pypeln/sync/utils.py -> build/lib/pypeln/sync copying pypeln/sync/stage.py -> build/lib/pypeln/sync copying pypeln/sync/__init__.py -> build/lib/pypeln/sync package init file 'pypeln/sync/api/__init__.py' not found (or not a regular file) creating build/lib/pypeln/sync/api copying pypeln/sync/api/concat_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/from_iterable.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/filter_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/to_iterable_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/flat_map_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/map.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/flat_map.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/to_iterable.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/run.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/each_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/each.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/filter.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/ordered.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/ordered_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/from_iterable_sync_test.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/to_stage.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/concat.py -> build/lib/pypeln/sync/api copying pypeln/sync/api/map_sync_test.py -> build/lib/pypeln/sync/api creating build/lib/pypeln/task copying pypeln/task/worker.py -> build/lib/pypeln/task copying pypeln/task/queue.py -> build/lib/pypeln/task copying pypeln/task/queue_task_test.py -> build/lib/pypeln/task copying pypeln/task/worker_task_test.py -> build/lib/pypeln/task copying pypeln/task/utils.py -> build/lib/pypeln/task copying pypeln/task/supervisor_task_test.py -> build/lib/pypeln/task copying pypeln/task/supervisor.py -> build/lib/pypeln/task copying pypeln/task/stage.py -> build/lib/pypeln/task copying pypeln/task/__init__.py -> build/lib/pypeln/task package init file 'pypeln/task/api/__init__.py' not found (or not a regular file) creating build/lib/pypeln/task/api copying pypeln/task/api/from_iterable.py -> build/lib/pypeln/task/api copying pypeln/task/api/ordered_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/flat_map_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/each_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/filter_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/map.py -> build/lib/pypeln/task/api copying pypeln/task/api/flat_map.py -> build/lib/pypeln/task/api copying pypeln/task/api/to_iterable.py -> build/lib/pypeln/task/api copying pypeln/task/api/run.py -> build/lib/pypeln/task/api copying pypeln/task/api/each.py -> build/lib/pypeln/task/api copying pypeln/task/api/filter.py -> build/lib/pypeln/task/api copying pypeln/task/api/ordered.py -> build/lib/pypeln/task/api copying pypeln/task/api/from_iterable_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/to_iterable_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/map_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/concat_task_test.py -> build/lib/pypeln/task/api copying pypeln/task/api/to_stage.py -> build/lib/pypeln/task/api copying pypeln/task/api/concat.py -> build/lib/pypeln/task/api creating build/lib/pypeln/thread copying pypeln/thread/worker.py -> build/lib/pypeln/thread copying pypeln/thread/queue.py -> build/lib/pypeln/thread copying pypeln/thread/queue_thread_test.py -> build/lib/pypeln/thread copying pypeln/thread/utils.py -> build/lib/pypeln/thread copying pypeln/thread/worker_thread_test.py -> build/lib/pypeln/thread copying pypeln/thread/supervisor_thread_test.py -> build/lib/pypeln/thread copying pypeln/thread/supervisor.py -> build/lib/pypeln/thread copying pypeln/thread/stage.py -> build/lib/pypeln/thread copying pypeln/thread/__init__.py -> build/lib/pypeln/thread package init file 'pypeln/thread/api/__init__.py' not found (or not a regular file) creating build/lib/pypeln/thread/api copying pypeln/thread/api/concat_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/from_iterable.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/to_iterable_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/flat_map_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/map.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/ordered_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/flat_map.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/filter_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/to_iterable.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/run.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/each.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/filter.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/ordered.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/from_iterable_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/each_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/map_thread_test.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/to_stage.py -> build/lib/pypeln/thread/api copying pypeln/thread/api/concat.py -> build/lib/pypeln/thread/api + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LSLP3c + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 + cd pypeln-0.4.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 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-pypeln-0.4.9-1.aarch64/usr creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync copying build/lib/pypeln/sync/utils.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/concat_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/from_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/filter_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/to_iterable_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/flat_map_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/flat_map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/to_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/run.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/each_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/each.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/filter.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/ordered.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/ordered_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/from_iterable_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/to_stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/concat.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/api/map_sync_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api copying build/lib/pypeln/sync/stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync copying build/lib/pypeln/sync/__init__.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync copying build/lib/pypeln/utils.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/worker.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/queue.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/queue_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/utils.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/concat_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/from_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/to_iterable_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/flat_map_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/ordered_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/flat_map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/filter_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/to_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/run.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/each.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/filter.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/ordered.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/from_iterable_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/each_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/map_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/to_stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/api/concat.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api copying build/lib/pypeln/thread/worker_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/supervisor_thread_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/supervisor.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread copying build/lib/pypeln/thread/__init__.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/worker.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/queue.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/queue_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/utils.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/from_iterable_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/flat_map_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/from_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/each_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/flat_map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/to_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/run.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/each.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/filter.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/ordered.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/concat_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/filter_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/ordered_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/to_iterable_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/to_stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/map_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/api/concat.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api copying build/lib/pypeln/process/worker_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/supervisor_process_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/supervisor.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process copying build/lib/pypeln/process/__init__.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/worker.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/queue.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/queue_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/worker_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/utils.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task creating /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/from_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/ordered_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/flat_map_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/each_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/filter_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/flat_map.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/to_iterable.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/run.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/each.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/filter.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/ordered.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/from_iterable_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/to_iterable_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/map_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/concat_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/to_stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/api/concat.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api copying build/lib/pypeln/task/supervisor_task_test.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/supervisor.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/stage.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/task/__init__.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task copying build/lib/pypeln/__init__.py -> /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/concat_sync_test.py to concat_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/from_iterable.py to from_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/filter_sync_test.py to filter_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/to_iterable_sync_test.py to to_iterable_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/flat_map_sync_test.py to flat_map_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/flat_map.py to flat_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/to_iterable.py to to_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/each_sync_test.py to each_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/each.py to each.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/ordered.py to ordered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/ordered_sync_test.py to ordered_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/from_iterable_sync_test.py to from_iterable_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/to_stage.py to to_stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/api/map_sync_test.py to map_sync_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/stage.py to stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/sync/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/worker.py to worker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/queue.py to queue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/queue_thread_test.py to queue_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/concat_thread_test.py to concat_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/from_iterable.py to from_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/to_iterable_thread_test.py to to_iterable_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/flat_map_thread_test.py to flat_map_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/ordered_thread_test.py to ordered_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/flat_map.py to flat_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/filter_thread_test.py to filter_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/to_iterable.py to to_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/each.py to each.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/ordered.py to ordered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/from_iterable_thread_test.py to from_iterable_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/each_thread_test.py to each_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/map_thread_test.py to map_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/to_stage.py to to_stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/api/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/worker_thread_test.py to worker_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/supervisor_thread_test.py to supervisor_thread_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/supervisor.py to supervisor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/stage.py to stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/thread/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/worker.py to worker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/queue.py to queue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/queue_process_test.py to queue_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/from_iterable_process_test.py to from_iterable_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/flat_map_process_test.py to flat_map_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/from_iterable.py to from_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/each_process_test.py to each_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/flat_map.py to flat_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/to_iterable.py to to_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/each.py to each.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/ordered.py to ordered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/concat_process_test.py to concat_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/filter_process_test.py to filter_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/ordered_process_test.py to ordered_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/to_iterable_process_test.py to to_iterable_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/to_stage.py to to_stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/map_process_test.py to map_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/api/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/worker_process_test.py to worker_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/supervisor_process_test.py to supervisor_process_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/supervisor.py to supervisor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/stage.py to stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/process/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/worker.py to worker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/queue.py to queue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/queue_task_test.py to queue_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/worker_task_test.py to worker_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/from_iterable.py to from_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/ordered_task_test.py to ordered_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/flat_map_task_test.py to flat_map_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/each_task_test.py to each_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/filter_task_test.py to filter_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/flat_map.py to flat_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/to_iterable.py to to_iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/each.py to each.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/ordered.py to ordered.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/from_iterable_task_test.py to from_iterable_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/to_iterable_task_test.py to to_iterable_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/map_task_test.py to map_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/concat_task_test.py to concat_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/to_stage.py to to_stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/api/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/supervisor_task_test.py to supervisor_task_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/supervisor.py to supervisor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/stage.py to stage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/task/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmphr4mzb_6.py' /usr/bin/python3 /tmp/tmphr4mzb_6.py removing /tmp/tmphr4mzb_6.py running install_egg_info running egg_info creating pypeln.egg-info writing pypeln.egg-info/PKG-INFO writing dependency_links to pypeln.egg-info/dependency_links.txt writing requirements to pypeln.egg-info/requires.txt writing top-level names to pypeln.egg-info/top_level.txt writing manifest file 'pypeln.egg-info/SOURCES.txt' package init file 'pypeln/process/api/__init__.py' not found (or not a regular file) package init file 'pypeln/sync/api/__init__.py' not found (or not a regular file) package init file 'pypeln/task/api/__init__.py' not found (or not a regular file) package init file 'pypeln/thread/api/__init__.py' not found (or not a regular file) reading manifest file 'pypeln.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pypeln.egg-info/SOURCES.txt' Copying pypeln.egg-info to /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/usr/lib/python3.9/site-packages/pypeln-0.4.9-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64//usr/share/doc/python-pypeln + '[' -d doc ']' ~/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 ~/build/BUILD/pypeln-0.4.9 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 + '[' -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/pypeln-0.4.9 + popd + mv /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.4.9-1 --unique-debug-suffix -0.4.9-1.aarch64 --unique-debug-src-base python-pypeln-0.4.9-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/pypeln-0.4.9 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-pypeln-0.4.9-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pypeln-0.4.9-1.noarch Provides: python-pypeln python3-pypeln = 0.4.9-1 python3.9dist(pypeln) = 0.4.9 python3dist(pypeln) = 0.4.9 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 python3.9dist(stopit) >= 1.1.2 python3.9dist(stopit) < 2 Processing files: python-pypeln-help-0.4.9-1.noarch warning: Empty %files file /builddir/build/BUILD/pypeln-0.4.9/doclist.lst Provides: python-pypeln-help = 0.4.9-1 python3-pypeln-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-pypeln-0.4.9-1.aarch64 Wrote: /builddir/build/RPMS/python-pypeln-help-0.4.9-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pypeln-0.4.9-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.byWubh + umask 022 + cd /builddir/build/BUILD + cd pypeln-0.4.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pypeln-0.4.9-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0