Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-rx.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682138612.649891/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-rx.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-Rx-3.2.0-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-rx.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682138612.649891/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-rx.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-Rx-3.2.0-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-rx.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682138612.649891/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-rx.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.unHOJm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Rx-3.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/Rx-3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Rx-3.2.0 + /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.If3cxD + umask 022 + cd /builddir/build/BUILD + cd Rx-3.2.0 + 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/rx copying rx/__init__.py -> build/lib/rx creating build/lib/rx/internal copying rx/internal/utils.py -> build/lib/rx/internal copying rx/internal/constants.py -> build/lib/rx/internal copying rx/internal/__init__.py -> build/lib/rx/internal copying rx/internal/priorityqueue.py -> build/lib/rx/internal copying rx/internal/concurrency.py -> build/lib/rx/internal copying rx/internal/exceptions.py -> build/lib/rx/internal copying rx/internal/basic.py -> build/lib/rx/internal creating build/lib/rx/core copying rx/core/typing.py -> build/lib/rx/core copying rx/core/pipe.py -> build/lib/rx/core copying rx/core/run.py -> build/lib/rx/core copying rx/core/notification.py -> build/lib/rx/core copying rx/core/__init__.py -> build/lib/rx/core creating build/lib/rx/core/abc copying rx/core/abc/disposable.py -> build/lib/rx/core/abc copying rx/core/abc/scheduler.py -> build/lib/rx/core/abc copying rx/core/abc/startable.py -> build/lib/rx/core/abc copying rx/core/abc/asyncobserver.py -> build/lib/rx/core/abc copying rx/core/abc/__init__.py -> build/lib/rx/core/abc copying rx/core/abc/subject.py -> build/lib/rx/core/abc copying rx/core/abc/asyncobservable.py -> build/lib/rx/core/abc copying rx/core/abc/periodicscheduler.py -> build/lib/rx/core/abc copying rx/core/abc/observable.py -> build/lib/rx/core/abc copying rx/core/abc/observer.py -> build/lib/rx/core/abc creating build/lib/rx/core/operators copying rx/core/operators/count.py -> build/lib/rx/core/operators copying rx/core/operators/first.py -> build/lib/rx/core/operators copying rx/core/operators/sum.py -> build/lib/rx/core/operators copying rx/core/operators/sample.py -> build/lib/rx/core/operators copying rx/core/operators/retry.py -> build/lib/rx/core/operators copying rx/core/operators/isempty.py -> build/lib/rx/core/operators copying rx/core/operators/delaywithmapper.py -> build/lib/rx/core/operators copying rx/core/operators/window.py -> build/lib/rx/core/operators copying rx/core/operators/repeat.py -> build/lib/rx/core/operators copying rx/core/operators/skiplast.py -> build/lib/rx/core/operators copying rx/core/operators/withlatestfrom.py -> build/lib/rx/core/operators copying rx/core/operators/takeuntil.py -> build/lib/rx/core/operators copying rx/core/operators/publish.py -> build/lib/rx/core/operators copying rx/core/operators/maxby.py -> build/lib/rx/core/operators copying rx/core/operators/map.py -> build/lib/rx/core/operators copying rx/core/operators/publishvalue.py -> build/lib/rx/core/operators copying rx/core/operators/pairwise.py -> build/lib/rx/core/operators copying rx/core/operators/amb.py -> build/lib/rx/core/operators copying rx/core/operators/concat.py -> build/lib/rx/core/operators copying rx/core/operators/slice.py -> build/lib/rx/core/operators copying rx/core/operators/replay.py -> build/lib/rx/core/operators copying rx/core/operators/contains.py -> build/lib/rx/core/operators copying rx/core/operators/timeinterval.py -> build/lib/rx/core/operators copying rx/core/operators/skipwhile.py -> build/lib/rx/core/operators copying rx/core/operators/distinct.py -> build/lib/rx/core/operators copying rx/core/operators/windowwithtimeorcount.py -> build/lib/rx/core/operators copying rx/core/operators/todict.py -> build/lib/rx/core/operators copying rx/core/operators/groupby.py -> build/lib/rx/core/operators copying rx/core/operators/takelastbuffer.py -> build/lib/rx/core/operators copying rx/core/operators/startswith.py -> build/lib/rx/core/operators copying rx/core/operators/scan.py -> build/lib/rx/core/operators copying rx/core/operators/materialize.py -> build/lib/rx/core/operators copying rx/core/operators/do.py -> build/lib/rx/core/operators copying rx/core/operators/windowwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/flatmap.py -> build/lib/rx/core/operators copying rx/core/operators/distinctuntilchanged.py -> build/lib/rx/core/operators copying rx/core/operators/all.py -> build/lib/rx/core/operators copying rx/core/operators/skip.py -> build/lib/rx/core/operators copying rx/core/operators/expand.py -> build/lib/rx/core/operators copying rx/core/operators/singleordefault.py -> build/lib/rx/core/operators copying rx/core/operators/skiplastwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/bufferwithtimeorcount.py -> build/lib/rx/core/operators copying rx/core/operators/some.py -> build/lib/rx/core/operators copying rx/core/operators/pluck.py -> build/lib/rx/core/operators copying rx/core/operators/timestamp.py -> build/lib/rx/core/operators copying rx/core/operators/tomarbles.py -> build/lib/rx/core/operators copying rx/core/operators/dematerialize.py -> build/lib/rx/core/operators copying rx/core/operators/skipuntil.py -> build/lib/rx/core/operators copying rx/core/operators/multicast.py -> build/lib/rx/core/operators copying rx/core/operators/buffer.py -> build/lib/rx/core/operators copying rx/core/operators/observeon.py -> build/lib/rx/core/operators copying rx/core/operators/onerrorresumenext.py -> build/lib/rx/core/operators copying rx/core/operators/delay.py -> build/lib/rx/core/operators copying rx/core/operators/average.py -> build/lib/rx/core/operators copying rx/core/operators/timeout.py -> build/lib/rx/core/operators copying rx/core/operators/combinelatest.py -> build/lib/rx/core/operators copying rx/core/operators/exclusive.py -> build/lib/rx/core/operators copying rx/core/operators/take.py -> build/lib/rx/core/operators copying rx/core/operators/ignoreelements.py -> build/lib/rx/core/operators copying rx/core/operators/minby.py -> build/lib/rx/core/operators copying rx/core/operators/lastordefault.py -> build/lib/rx/core/operators copying rx/core/operators/groupbyuntil.py -> build/lib/rx/core/operators copying rx/core/operators/toiterable.py -> build/lib/rx/core/operators copying rx/core/operators/finallyaction.py -> build/lib/rx/core/operators copying rx/core/operators/throttlefirst.py -> build/lib/rx/core/operators copying rx/core/operators/sequenceequal.py -> build/lib/rx/core/operators copying rx/core/operators/last.py -> build/lib/rx/core/operators copying rx/core/operators/elementatordefault.py -> build/lib/rx/core/operators copying rx/core/operators/timeoutwithmapper.py -> build/lib/rx/core/operators copying rx/core/operators/takeuntilwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/min.py -> build/lib/rx/core/operators copying rx/core/operators/takewhile.py -> build/lib/rx/core/operators copying rx/core/operators/debounce.py -> build/lib/rx/core/operators copying rx/core/operators/zip.py -> build/lib/rx/core/operators copying rx/core/operators/find.py -> build/lib/rx/core/operators copying rx/core/operators/__init__.py -> build/lib/rx/core/operators copying rx/core/operators/skipwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/firstordefault.py -> build/lib/rx/core/operators copying rx/core/operators/tofuture.py -> build/lib/rx/core/operators copying rx/core/operators/filter.py -> build/lib/rx/core/operators copying rx/core/operators/skipuntilwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/defaultifempty.py -> build/lib/rx/core/operators copying rx/core/operators/reduce.py -> build/lib/rx/core/operators copying rx/core/operators/delaysubscription.py -> build/lib/rx/core/operators copying rx/core/operators/forkjoin.py -> build/lib/rx/core/operators copying rx/core/operators/catch.py -> build/lib/rx/core/operators copying rx/core/operators/partition.py -> build/lib/rx/core/operators copying rx/core/operators/takelastwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/takewithtime.py -> build/lib/rx/core/operators copying rx/core/operators/join.py -> build/lib/rx/core/operators copying rx/core/operators/single.py -> build/lib/rx/core/operators copying rx/core/operators/toset.py -> build/lib/rx/core/operators copying rx/core/operators/windowwithcount.py -> build/lib/rx/core/operators copying rx/core/operators/max.py -> build/lib/rx/core/operators copying rx/core/operators/takelast.py -> build/lib/rx/core/operators copying rx/core/operators/merge.py -> build/lib/rx/core/operators copying rx/core/operators/switchlatest.py -> build/lib/rx/core/operators copying rx/core/operators/statistics.py -> build/lib/rx/core/operators copying rx/core/operators/bufferwithtime.py -> build/lib/rx/core/operators copying rx/core/operators/asobservable.py -> build/lib/rx/core/operators copying rx/core/operators/whiledo.py -> build/lib/rx/core/operators copying rx/core/operators/dowhile.py -> build/lib/rx/core/operators copying rx/core/operators/subscribeon.py -> build/lib/rx/core/operators copying rx/core/operators/groupjoin.py -> build/lib/rx/core/operators creating build/lib/rx/core/operators/connectable copying rx/core/operators/connectable/refcount.py -> build/lib/rx/core/operators/connectable copying rx/core/operators/connectable/__init__.py -> build/lib/rx/core/operators/connectable creating build/lib/rx/core/observable copying rx/core/observable/throw.py -> build/lib/rx/core/observable copying rx/core/observable/toasync.py -> build/lib/rx/core/observable copying rx/core/observable/never.py -> build/lib/rx/core/observable copying rx/core/observable/repeat.py -> build/lib/rx/core/observable copying rx/core/observable/interval.py -> build/lib/rx/core/observable copying rx/core/observable/withlatestfrom.py -> build/lib/rx/core/observable copying rx/core/observable/amb.py -> build/lib/rx/core/observable copying rx/core/observable/fromcallback.py -> build/lib/rx/core/observable copying rx/core/observable/concat.py -> build/lib/rx/core/observable copying rx/core/observable/defer.py -> build/lib/rx/core/observable copying rx/core/observable/range.py -> build/lib/rx/core/observable copying rx/core/observable/ifthen.py -> build/lib/rx/core/observable copying rx/core/observable/marbles.py -> build/lib/rx/core/observable copying rx/core/observable/fromfuture.py -> build/lib/rx/core/observable copying rx/core/observable/fromiterable.py -> build/lib/rx/core/observable copying rx/core/observable/onerrorresumenext.py -> build/lib/rx/core/observable copying rx/core/observable/using.py -> build/lib/rx/core/observable copying rx/core/observable/combinelatest.py -> build/lib/rx/core/observable copying rx/core/observable/connectableobservable.py -> build/lib/rx/core/observable copying rx/core/observable/groupedobservable.py -> build/lib/rx/core/observable copying rx/core/observable/start.py -> build/lib/rx/core/observable copying rx/core/observable/case.py -> build/lib/rx/core/observable copying rx/core/observable/zip.py -> build/lib/rx/core/observable copying rx/core/observable/__init__.py -> build/lib/rx/core/observable copying rx/core/observable/startasync.py -> build/lib/rx/core/observable copying rx/core/observable/timer.py -> build/lib/rx/core/observable copying rx/core/observable/empty.py -> build/lib/rx/core/observable copying rx/core/observable/forkjoin.py -> build/lib/rx/core/observable copying rx/core/observable/catch.py -> build/lib/rx/core/observable copying rx/core/observable/observable.py -> build/lib/rx/core/observable copying rx/core/observable/generate.py -> build/lib/rx/core/observable copying rx/core/observable/merge.py -> build/lib/rx/core/observable copying rx/core/observable/generatewithrelativetime.py -> build/lib/rx/core/observable copying rx/core/observable/returnvalue.py -> build/lib/rx/core/observable creating build/lib/rx/core/observer copying rx/core/observer/scheduledobserver.py -> build/lib/rx/core/observer copying rx/core/observer/observeonobserver.py -> build/lib/rx/core/observer copying rx/core/observer/autodetachobserver.py -> build/lib/rx/core/observer copying rx/core/observer/__init__.py -> build/lib/rx/core/observer copying rx/core/observer/observer.py -> build/lib/rx/core/observer creating build/lib/rx/scheduler copying rx/scheduler/currentthreadscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/virtualtimescheduler.py -> build/lib/rx/scheduler copying rx/scheduler/scheduler.py -> build/lib/rx/scheduler copying rx/scheduler/trampoline.py -> build/lib/rx/scheduler copying rx/scheduler/threadpoolscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/immediatescheduler.py -> build/lib/rx/scheduler copying rx/scheduler/catchscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/historicalscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/timeoutscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/__init__.py -> build/lib/rx/scheduler copying rx/scheduler/periodicscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/trampolinescheduler.py -> build/lib/rx/scheduler copying rx/scheduler/newthreadscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/eventloopscheduler.py -> build/lib/rx/scheduler copying rx/scheduler/scheduleditem.py -> build/lib/rx/scheduler creating build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/ioloopscheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/twistedscheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/asynciothreadsafescheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/asyncioscheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/geventscheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/eventletscheduler.py -> build/lib/rx/scheduler/eventloop copying rx/scheduler/eventloop/__init__.py -> build/lib/rx/scheduler/eventloop creating build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/gtkscheduler.py -> build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/tkinterscheduler.py -> build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/wxscheduler.py -> build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/pygamescheduler.py -> build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/__init__.py -> build/lib/rx/scheduler/mainloop copying rx/scheduler/mainloop/qtscheduler.py -> build/lib/rx/scheduler/mainloop creating build/lib/rx/operators copying rx/operators/__init__.py -> build/lib/rx/operators creating build/lib/rx/disposable copying rx/disposable/disposable.py -> build/lib/rx/disposable copying rx/disposable/serialdisposable.py -> build/lib/rx/disposable copying rx/disposable/singleassignmentdisposable.py -> build/lib/rx/disposable copying rx/disposable/multipleassignmentdisposable.py -> build/lib/rx/disposable copying rx/disposable/scheduleddisposable.py -> build/lib/rx/disposable copying rx/disposable/__init__.py -> build/lib/rx/disposable copying rx/disposable/refcountdisposable.py -> build/lib/rx/disposable copying rx/disposable/booleandisposable.py -> build/lib/rx/disposable copying rx/disposable/compositedisposable.py -> build/lib/rx/disposable creating build/lib/rx/subject copying rx/subject/innersubscription.py -> build/lib/rx/subject copying rx/subject/replaysubject.py -> build/lib/rx/subject copying rx/subject/asyncsubject.py -> build/lib/rx/subject copying rx/subject/__init__.py -> build/lib/rx/subject copying rx/subject/subject.py -> build/lib/rx/subject copying rx/subject/behaviorsubject.py -> build/lib/rx/subject creating build/lib/rx/testing copying rx/testing/coldobservable.py -> build/lib/rx/testing copying rx/testing/mockdisposable.py -> build/lib/rx/testing copying rx/testing/subscription.py -> build/lib/rx/testing copying rx/testing/marbles.py -> build/lib/rx/testing copying rx/testing/reactivetest.py -> build/lib/rx/testing copying rx/testing/hotobservable.py -> build/lib/rx/testing copying rx/testing/mockobserver.py -> build/lib/rx/testing copying rx/testing/__init__.py -> build/lib/rx/testing copying rx/testing/recorded.py -> build/lib/rx/testing copying rx/testing/testscheduler.py -> build/lib/rx/testing running egg_info writing Rx.egg-info/PKG-INFO writing dependency_links to Rx.egg-info/dependency_links.txt writing top-level names to Rx.egg-info/top_level.txt reading manifest file 'Rx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Rx.egg-info/SOURCES.txt' copying rx/py.typed -> build/lib/rx + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a5h4yH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 + cd Rx-3.2.0 + 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-Rx-3.2.0-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-Rx-3.2.0-1.aarch64/usr creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx copying build/lib/rx/py.typed -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/disposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/serialdisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/singleassignmentdisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/multipleassignmentdisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/scheduleddisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/refcountdisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/booleandisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable copying build/lib/rx/disposable/compositedisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/coldobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/mockdisposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/subscription.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/marbles.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/reactivetest.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/hotobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/mockobserver.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/recorded.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing copying build/lib/rx/testing/testscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core copying build/lib/rx/core/typing.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core copying build/lib/rx/core/pipe.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/disposable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/scheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/startable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/asyncobserver.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/subject.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/asyncobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/periodicscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/observable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/abc/observer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc copying build/lib/rx/core/run.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/throw.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/toasync.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/never.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/repeat.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/interval.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/withlatestfrom.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/amb.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/fromcallback.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/concat.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/defer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/range.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/ifthen.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/marbles.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/fromfuture.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/fromiterable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/onerrorresumenext.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/using.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/combinelatest.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/connectableobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/groupedobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/start.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/case.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/zip.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/startasync.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/timer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/empty.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/forkjoin.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/catch.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/observable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/generate.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/merge.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/generatewithrelativetime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/observable/returnvalue.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable copying build/lib/rx/core/notification.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core copying build/lib/rx/core/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer copying build/lib/rx/core/observer/scheduledobserver.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer copying build/lib/rx/core/observer/observeonobserver.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer copying build/lib/rx/core/observer/autodetachobserver.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer copying build/lib/rx/core/observer/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer copying build/lib/rx/core/observer/observer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/count.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/first.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/sum.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/sample.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/retry.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/isempty.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/delaywithmapper.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/window.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/repeat.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/connectable copying build/lib/rx/core/operators/connectable/refcount.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/connectable copying build/lib/rx/core/operators/connectable/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/connectable copying build/lib/rx/core/operators/skiplast.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/withlatestfrom.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takeuntil.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/publish.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/maxby.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/map.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/publishvalue.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/pairwise.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/amb.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/concat.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/slice.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/replay.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/contains.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/timeinterval.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skipwhile.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/distinct.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/windowwithtimeorcount.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/todict.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/groupby.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takelastbuffer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/startswith.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/scan.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/materialize.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/do.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/windowwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/flatmap.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/distinctuntilchanged.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/all.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skip.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/expand.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/singleordefault.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skiplastwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/bufferwithtimeorcount.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/some.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/pluck.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/timestamp.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/tomarbles.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/dematerialize.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skipuntil.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/multicast.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/buffer.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/observeon.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/onerrorresumenext.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/delay.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/average.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/timeout.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/combinelatest.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/exclusive.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/take.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/ignoreelements.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/minby.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/lastordefault.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/groupbyuntil.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/toiterable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/finallyaction.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/throttlefirst.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/sequenceequal.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/last.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/elementatordefault.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/timeoutwithmapper.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takeuntilwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/min.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takewhile.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/debounce.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/zip.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/find.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skipwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/firstordefault.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/tofuture.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/filter.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/skipuntilwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/defaultifempty.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/reduce.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/delaysubscription.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/forkjoin.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/catch.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/partition.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takelastwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takewithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/join.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/single.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/toset.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/windowwithcount.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/max.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/takelast.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/merge.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/switchlatest.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/statistics.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/bufferwithtime.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/asobservable.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/whiledo.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/dowhile.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/subscribeon.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/core/operators/groupjoin.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators copying build/lib/rx/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/currentthreadscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/virtualtimescheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/scheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/trampoline.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/threadpoolscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/immediatescheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/catchscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/historicalscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/ioloopscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/twistedscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/asynciothreadsafescheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/asyncioscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/geventscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/eventletscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop copying build/lib/rx/scheduler/timeoutscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/gtkscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/tkinterscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/wxscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/pygamescheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/mainloop/qtscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop copying build/lib/rx/scheduler/periodicscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/trampolinescheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/newthreadscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/eventloopscheduler.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler copying build/lib/rx/scheduler/scheduleditem.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/utils.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/constants.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/priorityqueue.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/concurrency.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/exceptions.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal copying build/lib/rx/internal/basic.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/operators copying build/lib/rx/operators/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/operators creating /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/innersubscription.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/replaysubject.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/asyncsubject.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/__init__.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/subject.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject copying build/lib/rx/subject/behaviorsubject.py -> /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/disposable.py to disposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/serialdisposable.py to serialdisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/singleassignmentdisposable.py to singleassignmentdisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/multipleassignmentdisposable.py to multipleassignmentdisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/scheduleddisposable.py to scheduleddisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/refcountdisposable.py to refcountdisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/booleandisposable.py to booleandisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/disposable/compositedisposable.py to compositedisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/coldobservable.py to coldobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/mockdisposable.py to mockdisposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/subscription.py to subscription.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/marbles.py to marbles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/reactivetest.py to reactivetest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/hotobservable.py to hotobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/mockobserver.py to mockobserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/recorded.py to recorded.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/testing/testscheduler.py to testscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/pipe.py to pipe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/disposable.py to disposable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/scheduler.py to scheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/startable.py to startable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/asyncobserver.py to asyncobserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/subject.py to subject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/asyncobservable.py to asyncobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/periodicscheduler.py to periodicscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/observable.py to observable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/abc/observer.py to observer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/throw.py to throw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/toasync.py to toasync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/never.py to never.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/repeat.py to repeat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/interval.py to interval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/withlatestfrom.py to withlatestfrom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/amb.py to amb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/fromcallback.py to fromcallback.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/defer.py to defer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/range.py to range.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/ifthen.py to ifthen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/marbles.py to marbles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/fromfuture.py to fromfuture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/fromiterable.py to fromiterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/onerrorresumenext.py to onerrorresumenext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/using.py to using.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/combinelatest.py to combinelatest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/connectableobservable.py to connectableobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/groupedobservable.py to groupedobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/start.py to start.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/case.py to case.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/zip.py to zip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/startasync.py to startasync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/timer.py to timer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/empty.py to empty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/forkjoin.py to forkjoin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/catch.py to catch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/observable.py to observable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/generate.py to generate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/merge.py to merge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/generatewithrelativetime.py to generatewithrelativetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observable/returnvalue.py to returnvalue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/notification.py to notification.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer/scheduledobserver.py to scheduledobserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer/observeonobserver.py to observeonobserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer/autodetachobserver.py to autodetachobserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/observer/observer.py to observer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/count.py to count.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/first.py to first.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/sum.py to sum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/sample.py to sample.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/retry.py to retry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/isempty.py to isempty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/delaywithmapper.py to delaywithmapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/window.py to window.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/repeat.py to repeat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/connectable/refcount.py to refcount.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/connectable/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skiplast.py to skiplast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/withlatestfrom.py to withlatestfrom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takeuntil.py to takeuntil.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/publish.py to publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/maxby.py to maxby.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/publishvalue.py to publishvalue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/pairwise.py to pairwise.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/amb.py to amb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/concat.py to concat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/slice.py to slice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/replay.py to replay.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/contains.py to contains.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/timeinterval.py to timeinterval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skipwhile.py to skipwhile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/distinct.py to distinct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/windowwithtimeorcount.py to windowwithtimeorcount.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/todict.py to todict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/groupby.py to groupby.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takelastbuffer.py to takelastbuffer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/startswith.py to startswith.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/scan.py to scan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/materialize.py to materialize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/do.py to do.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/windowwithtime.py to windowwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/flatmap.py to flatmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/distinctuntilchanged.py to distinctuntilchanged.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/all.py to all.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skip.py to skip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/expand.py to expand.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/singleordefault.py to singleordefault.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skiplastwithtime.py to skiplastwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/bufferwithtimeorcount.py to bufferwithtimeorcount.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/some.py to some.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/pluck.py to pluck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/timestamp.py to timestamp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/tomarbles.py to tomarbles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/dematerialize.py to dematerialize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skipuntil.py to skipuntil.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/multicast.py to multicast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/buffer.py to buffer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/observeon.py to observeon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/onerrorresumenext.py to onerrorresumenext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/delay.py to delay.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/average.py to average.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/timeout.py to timeout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/combinelatest.py to combinelatest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/exclusive.py to exclusive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/take.py to take.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/ignoreelements.py to ignoreelements.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/minby.py to minby.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/lastordefault.py to lastordefault.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/groupbyuntil.py to groupbyuntil.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/toiterable.py to toiterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/finallyaction.py to finallyaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/throttlefirst.py to throttlefirst.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/sequenceequal.py to sequenceequal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/last.py to last.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/elementatordefault.py to elementatordefault.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/timeoutwithmapper.py to timeoutwithmapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takeuntilwithtime.py to takeuntilwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/min.py to min.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takewhile.py to takewhile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/debounce.py to debounce.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/zip.py to zip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/find.py to find.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skipwithtime.py to skipwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/firstordefault.py to firstordefault.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/tofuture.py to tofuture.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/skipuntilwithtime.py to skipuntilwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/defaultifempty.py to defaultifempty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/reduce.py to reduce.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/delaysubscription.py to delaysubscription.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/forkjoin.py to forkjoin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/catch.py to catch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/partition.py to partition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takelastwithtime.py to takelastwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takewithtime.py to takewithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/join.py to join.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/single.py to single.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/toset.py to toset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/windowwithcount.py to windowwithcount.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/max.py to max.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/takelast.py to takelast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/merge.py to merge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/switchlatest.py to switchlatest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/bufferwithtime.py to bufferwithtime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/asobservable.py to asobservable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/whiledo.py to whiledo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/dowhile.py to dowhile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/subscribeon.py to subscribeon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/core/operators/groupjoin.py to groupjoin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/currentthreadscheduler.py to currentthreadscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/virtualtimescheduler.py to virtualtimescheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/scheduler.py to scheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/trampoline.py to trampoline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/threadpoolscheduler.py to threadpoolscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/immediatescheduler.py to immediatescheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/catchscheduler.py to catchscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/historicalscheduler.py to historicalscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/ioloopscheduler.py to ioloopscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/twistedscheduler.py to twistedscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/asynciothreadsafescheduler.py to asynciothreadsafescheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/asyncioscheduler.py to asyncioscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/geventscheduler.py to geventscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/eventletscheduler.py to eventletscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloop/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/timeoutscheduler.py to timeoutscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/gtkscheduler.py to gtkscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/tkinterscheduler.py to tkinterscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/wxscheduler.py to wxscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/pygamescheduler.py to pygamescheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/mainloop/qtscheduler.py to qtscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/periodicscheduler.py to periodicscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/trampolinescheduler.py to trampolinescheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/newthreadscheduler.py to newthreadscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/eventloopscheduler.py to eventloopscheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/scheduler/scheduleditem.py to scheduleditem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/priorityqueue.py to priorityqueue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/concurrency.py to concurrency.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/internal/basic.py to basic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/operators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/innersubscription.py to innersubscription.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/replaysubject.py to replaysubject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/asyncsubject.py to asyncsubject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/subject.py to subject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/rx/subject/behaviorsubject.py to behaviorsubject.cpython-39.pyc writing byte-compilation script '/tmp/tmp7jsl9hxp.py' /usr/bin/python3 /tmp/tmp7jsl9hxp.py removing /tmp/tmp7jsl9hxp.py running install_egg_info running egg_info writing Rx.egg-info/PKG-INFO writing dependency_links to Rx.egg-info/dependency_links.txt writing top-level names to Rx.egg-info/top_level.txt reading manifest file 'Rx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Rx.egg-info/SOURCES.txt' Copying Rx.egg-info to /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/usr/lib/python3.9/site-packages/Rx-3.2.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64//usr/share/doc/python-Rx + '[' -d doc ']' ~/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 ~/build/BUILD/Rx-3.2.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-Rx-3.2.0-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/Rx-3.2.0 + popd + mv /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 3.2.0-1 --unique-debug-suffix -3.2.0-1.aarch64 --unique-debug-src-base python-Rx-3.2.0-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/Rx-3.2.0 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-Rx-3.2.0-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-Rx-3.2.0-1.noarch Provides: python-Rx python3-Rx = 3.2.0-1 python3.9dist(rx) = 3.2 python3dist(rx) = 3.2 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-Rx-help-3.2.0-1.noarch warning: Empty %files file /builddir/build/BUILD/Rx-3.2.0/doclist.lst Provides: python-Rx-help = 3.2.0-1 python3-Rx-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-Rx-3.2.0-1.aarch64 Wrote: /builddir/build/RPMS/python-Rx-help-3.2.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-Rx-3.2.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.06aPgX + umask 022 + cd /builddir/build/BUILD + cd Rx-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Rx-3.2.0-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0