==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-rx 3.2.0-8 (Mon Dec 23 05:52:47 2024)
==> Retrieving sources...
  -> Cloning RxPY git repo...
Cloning into bare repository '/home/leming/work/python-rx/RxPY'...
  -> Found python-rx-py311.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    RxPY ... Skipped
    python-rx-py311.patch ... Passed
==> Making package: python-rx 3.2.0-8 (Mon Dec 23 05:53:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (14) perl-error-0.17029-7  perl-mailtools-2.22-1  perl-timedate-2.33-7
              python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-wheel-0.45.0-3  git-2.47.1-1  python-setuptools-1:75.2.0-4

Total Installed Size:  49.71 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
[?25h==> Retrieving sources...
  -> Found python-rx-py311.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of RxPY git repo...
Cloning into 'RxPY'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file tests/test_scheduler/test_eventloop/test_asyncioscheduler.py
patching file tests/test_scheduler/test_eventloop/test_asynciothreadsafescheduler.py
patching file examples/asyncio/toasyncgenerator.py
patching file tests/test_observable/test_fromfuture.py
patching file tests/test_observable/test_start.py
patching file tests/test_scheduler/test_eventloop/test_asyncioscheduler.py
patching file tests/test_scheduler/test_eventloop/test_asynciothreadsafescheduler.py
==> Starting pkgver()...
==> Starting build()...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating build/lib/rx
copying rx/__init__.py -> build/lib/rx
creating build/lib/rx/internal
copying rx/internal/exceptions.py -> build/lib/rx/internal
copying rx/internal/priorityqueue.py -> build/lib/rx/internal
copying rx/internal/utils.py -> build/lib/rx/internal
copying rx/internal/__init__.py -> build/lib/rx/internal
copying rx/internal/basic.py -> build/lib/rx/internal
copying rx/internal/constants.py -> build/lib/rx/internal
copying rx/internal/concurrency.py -> build/lib/rx/internal
creating build/lib/rx/core
copying rx/core/run.py -> build/lib/rx/core
copying rx/core/pipe.py -> build/lib/rx/core
copying rx/core/__init__.py -> build/lib/rx/core
copying rx/core/notification.py -> build/lib/rx/core
copying rx/core/typing.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/asyncobserver.py -> build/lib/rx/core/abc
copying rx/core/abc/observable.py -> build/lib/rx/core/abc
copying rx/core/abc/periodicscheduler.py -> build/lib/rx/core/abc
copying rx/core/abc/asyncobservable.py -> build/lib/rx/core/abc
copying rx/core/abc/__init__.py -> build/lib/rx/core/abc
copying rx/core/abc/scheduler.py -> build/lib/rx/core/abc
copying rx/core/abc/subject.py -> build/lib/rx/core/abc
copying rx/core/abc/observer.py -> build/lib/rx/core/abc
copying rx/core/abc/startable.py -> build/lib/rx/core/abc
creating build/lib/rx/core/operators
copying rx/core/operators/skiplastwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/repeat.py -> build/lib/rx/core/operators
copying rx/core/operators/timeinterval.py -> build/lib/rx/core/operators
copying rx/core/operators/takewithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/some.py -> build/lib/rx/core/operators
copying rx/core/operators/delay.py -> build/lib/rx/core/operators
copying rx/core/operators/ignoreelements.py -> build/lib/rx/core/operators
copying rx/core/operators/publishvalue.py -> build/lib/rx/core/operators
copying rx/core/operators/single.py -> build/lib/rx/core/operators
copying rx/core/operators/lastordefault.py -> build/lib/rx/core/operators
copying rx/core/operators/subscribeon.py -> build/lib/rx/core/operators
copying rx/core/operators/skip.py -> build/lib/rx/core/operators
copying rx/core/operators/map.py -> build/lib/rx/core/operators
copying rx/core/operators/amb.py -> build/lib/rx/core/operators
copying rx/core/operators/pairwise.py -> build/lib/rx/core/operators
copying rx/core/operators/asobservable.py -> build/lib/rx/core/operators
copying rx/core/operators/statistics.py -> build/lib/rx/core/operators
copying rx/core/operators/takelastwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/multicast.py -> build/lib/rx/core/operators
copying rx/core/operators/todict.py -> build/lib/rx/core/operators
copying rx/core/operators/groupbyuntil.py -> build/lib/rx/core/operators
copying rx/core/operators/slice.py -> build/lib/rx/core/operators
copying rx/core/operators/dowhile.py -> build/lib/rx/core/operators
copying rx/core/operators/count.py -> build/lib/rx/core/operators
copying rx/core/operators/skipuntilwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/skipwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/withlatestfrom.py -> build/lib/rx/core/operators
copying rx/core/operators/filter.py -> build/lib/rx/core/operators
copying rx/core/operators/reduce.py -> build/lib/rx/core/operators
copying rx/core/operators/bufferwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/singleordefault.py -> build/lib/rx/core/operators
copying rx/core/operators/switchlatest.py -> build/lib/rx/core/operators
copying rx/core/operators/minby.py -> build/lib/rx/core/operators
copying rx/core/operators/flatmap.py -> build/lib/rx/core/operators
copying rx/core/operators/pluck.py -> build/lib/rx/core/operators
copying rx/core/operators/last.py -> build/lib/rx/core/operators
copying rx/core/operators/max.py -> build/lib/rx/core/operators
copying rx/core/operators/finallyaction.py -> build/lib/rx/core/operators
copying rx/core/operators/__init__.py -> build/lib/rx/core/operators
copying rx/core/operators/take.py -> build/lib/rx/core/operators
copying rx/core/operators/distinctuntilchanged.py -> build/lib/rx/core/operators
copying rx/core/operators/toset.py -> build/lib/rx/core/operators
copying rx/core/operators/scan.py -> build/lib/rx/core/operators
copying rx/core/operators/contains.py -> build/lib/rx/core/operators
copying rx/core/operators/sum.py -> build/lib/rx/core/operators
copying rx/core/operators/observeon.py -> build/lib/rx/core/operators
copying rx/core/operators/find.py -> build/lib/rx/core/operators
copying rx/core/operators/first.py -> build/lib/rx/core/operators
copying rx/core/operators/join.py -> build/lib/rx/core/operators
copying rx/core/operators/tofuture.py -> build/lib/rx/core/operators
copying rx/core/operators/skipuntil.py -> build/lib/rx/core/operators
copying rx/core/operators/sequenceequal.py -> build/lib/rx/core/operators
copying rx/core/operators/skiplast.py -> build/lib/rx/core/operators
copying rx/core/operators/tomarbles.py -> build/lib/rx/core/operators
copying rx/core/operators/isempty.py -> build/lib/rx/core/operators
copying rx/core/operators/whiledo.py -> build/lib/rx/core/operators
copying rx/core/operators/combinelatest.py -> build/lib/rx/core/operators
copying rx/core/operators/windowwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/takeuntilwithtime.py -> build/lib/rx/core/operators
copying rx/core/operators/timeoutwithmapper.py -> build/lib/rx/core/operators
copying rx/core/operators/windowwithcount.py -> build/lib/rx/core/operators
copying rx/core/operators/debounce.py -> build/lib/rx/core/operators
copying rx/core/operators/skipwhile.py -> build/lib/rx/core/operators
copying rx/core/operators/takeuntil.py -> build/lib/rx/core/operators
copying rx/core/operators/window.py -> build/lib/rx/core/operators
copying rx/core/operators/delaysubscription.py -> build/lib/rx/core/operators
copying rx/core/operators/takewhile.py -> build/lib/rx/core/operators
copying rx/core/operators/forkjoin.py -> build/lib/rx/core/operators
copying rx/core/operators/toiterable.py -> build/lib/rx/core/operators
copying rx/core/operators/takelast.py -> build/lib/rx/core/operators
copying rx/core/operators/elementatordefault.py -> build/lib/rx/core/operators
copying rx/core/operators/throttlefirst.py -> build/lib/rx/core/operators
copying rx/core/operators/onerrorresumenext.py -> build/lib/rx/core/operators
copying rx/core/operators/delaywithmapper.py -> build/lib/rx/core/operators
copying rx/core/operators/concat.py -> build/lib/rx/core/operators
copying rx/core/operators/startswith.py -> build/lib/rx/core/operators
copying rx/core/operators/all.py -> build/lib/rx/core/operators
copying rx/core/operators/do.py -> build/lib/rx/core/operators
copying rx/core/operators/windowwithtimeorcount.py -> build/lib/rx/core/operators
copying rx/core/operators/min.py -> build/lib/rx/core/operators
copying rx/core/operators/materialize.py -> build/lib/rx/core/operators
copying rx/core/operators/replay.py -> build/lib/rx/core/operators
copying rx/core/operators/publish.py -> build/lib/rx/core/operators
copying rx/core/operators/dematerialize.py -> build/lib/rx/core/operators
copying rx/core/operators/average.py -> build/lib/rx/core/operators
copying rx/core/operators/merge.py -> build/lib/rx/core/operators
copying rx/core/operators/maxby.py -> build/lib/rx/core/operators
copying rx/core/operators/timeout.py -> build/lib/rx/core/operators
copying rx/core/operators/timestamp.py -> build/lib/rx/core/operators
copying rx/core/operators/catch.py -> build/lib/rx/core/operators
copying rx/core/operators/firstordefault.py -> build/lib/rx/core/operators
copying rx/core/operators/buffer.py -> build/lib/rx/core/operators
copying rx/core/operators/bufferwithtimeorcount.py -> build/lib/rx/core/operators
copying rx/core/operators/zip.py -> build/lib/rx/core/operators
copying rx/core/operators/retry.py -> build/lib/rx/core/operators
copying rx/core/operators/takelastbuffer.py -> build/lib/rx/core/operators
copying rx/core/operators/sample.py -> build/lib/rx/core/operators
copying rx/core/operators/defaultifempty.py -> build/lib/rx/core/operators
copying rx/core/operators/groupby.py -> build/lib/rx/core/operators
copying rx/core/operators/expand.py -> build/lib/rx/core/operators
copying rx/core/operators/groupjoin.py -> build/lib/rx/core/operators
copying rx/core/operators/partition.py -> build/lib/rx/core/operators
copying rx/core/operators/distinct.py -> build/lib/rx/core/operators
copying rx/core/operators/exclusive.py -> build/lib/rx/core/operators
creating build/lib/rx/core/operators/connectable
copying rx/core/operators/connectable/__init__.py -> build/lib/rx/core/operators/connectable
copying rx/core/operators/connectable/refcount.py -> build/lib/rx/core/operators/connectable
creating build/lib/rx/core/observable
copying rx/core/observable/groupedobservable.py -> build/lib/rx/core/observable
copying rx/core/observable/repeat.py -> build/lib/rx/core/observable
copying rx/core/observable/timer.py -> build/lib/rx/core/observable
copying rx/core/observable/start.py -> build/lib/rx/core/observable
copying rx/core/observable/generatewithrelativetime.py -> build/lib/rx/core/observable
copying rx/core/observable/observable.py -> build/lib/rx/core/observable
copying rx/core/observable/ifthen.py -> build/lib/rx/core/observable
copying rx/core/observable/amb.py -> build/lib/rx/core/observable
copying rx/core/observable/startasync.py -> build/lib/rx/core/observable
copying rx/core/observable/never.py -> build/lib/rx/core/observable
copying rx/core/observable/empty.py -> build/lib/rx/core/observable
copying rx/core/observable/withlatestfrom.py -> build/lib/rx/core/observable
copying rx/core/observable/using.py -> build/lib/rx/core/observable
copying rx/core/observable/generate.py -> build/lib/rx/core/observable
copying rx/core/observable/fromcallback.py -> build/lib/rx/core/observable
copying rx/core/observable/fromiterable.py -> build/lib/rx/core/observable
copying rx/core/observable/returnvalue.py -> build/lib/rx/core/observable
copying rx/core/observable/marbles.py -> build/lib/rx/core/observable
copying rx/core/observable/connectableobservable.py -> build/lib/rx/core/observable
copying rx/core/observable/throw.py -> build/lib/rx/core/observable
copying rx/core/observable/__init__.py -> build/lib/rx/core/observable
copying rx/core/observable/toasync.py -> build/lib/rx/core/observable
copying rx/core/observable/combinelatest.py -> build/lib/rx/core/observable
copying rx/core/observable/range.py -> build/lib/rx/core/observable
copying rx/core/observable/fromfuture.py -> build/lib/rx/core/observable
copying rx/core/observable/forkjoin.py -> build/lib/rx/core/observable
copying rx/core/observable/onerrorresumenext.py -> build/lib/rx/core/observable
copying rx/core/observable/concat.py -> build/lib/rx/core/observable
copying rx/core/observable/merge.py -> build/lib/rx/core/observable
copying rx/core/observable/catch.py -> build/lib/rx/core/observable
copying rx/core/observable/defer.py -> build/lib/rx/core/observable
copying rx/core/observable/interval.py -> build/lib/rx/core/observable
copying rx/core/observable/zip.py -> build/lib/rx/core/observable
copying rx/core/observable/case.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/__init__.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/observer.py -> build/lib/rx/core/observer
creating build/lib/rx/scheduler
copying rx/scheduler/eventloopscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/scheduleditem.py -> build/lib/rx/scheduler
copying rx/scheduler/timeoutscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/historicalscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/threadpoolscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/newthreadscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/catchscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/trampoline.py -> build/lib/rx/scheduler
copying rx/scheduler/periodicscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/__init__.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/immediatescheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/currentthreadscheduler.py -> build/lib/rx/scheduler
copying rx/scheduler/trampolinescheduler.py -> build/lib/rx/scheduler
creating build/lib/rx/scheduler/eventloop
copying rx/scheduler/eventloop/twistedscheduler.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/__init__.py -> build/lib/rx/scheduler/eventloop
copying rx/scheduler/eventloop/asynciothreadsafescheduler.py -> build/lib/rx/scheduler/eventloop
copying rx/scheduler/eventloop/eventletscheduler.py -> build/lib/rx/scheduler/eventloop
copying rx/scheduler/eventloop/ioloopscheduler.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/qtscheduler.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/__init__.py -> build/lib/rx/scheduler/mainloop
copying rx/scheduler/mainloop/pygamescheduler.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/compositedisposable.py -> build/lib/rx/disposable
copying rx/disposable/refcountdisposable.py -> build/lib/rx/disposable
copying rx/disposable/multipleassignmentdisposable.py -> build/lib/rx/disposable
copying rx/disposable/booleandisposable.py -> build/lib/rx/disposable
copying rx/disposable/__init__.py -> build/lib/rx/disposable
copying rx/disposable/scheduleddisposable.py -> build/lib/rx/disposable
copying rx/disposable/singleassignmentdisposable.py -> build/lib/rx/disposable
copying rx/disposable/serialdisposable.py -> build/lib/rx/disposable
creating build/lib/rx/subject
copying rx/subject/replaysubject.py -> build/lib/rx/subject
copying rx/subject/__init__.py -> build/lib/rx/subject
copying rx/subject/behaviorsubject.py -> build/lib/rx/subject
copying rx/subject/subject.py -> build/lib/rx/subject
copying rx/subject/innersubscription.py -> build/lib/rx/subject
copying rx/subject/asyncsubject.py -> build/lib/rx/subject
creating build/lib/rx/testing
copying rx/testing/hotobservable.py -> build/lib/rx/testing
copying rx/testing/coldobservable.py -> build/lib/rx/testing
copying rx/testing/mockobserver.py -> build/lib/rx/testing
copying rx/testing/marbles.py -> build/lib/rx/testing
copying rx/testing/recorded.py -> build/lib/rx/testing
copying rx/testing/__init__.py -> build/lib/rx/testing
copying rx/testing/testscheduler.py -> build/lib/rx/testing
copying rx/testing/subscription.py -> build/lib/rx/testing
copying rx/testing/reactivetest.py -> build/lib/rx/testing
copying rx/testing/mockdisposable.py -> build/lib/rx/testing
running egg_info
creating Rx.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
writing manifest file 'Rx.egg-info/SOURCES.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
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
copying build/lib/rx/core/run.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
copying build/lib/rx/core/pipe.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/groupedobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/repeat.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/timer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/start.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/generatewithrelativetime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/observable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/ifthen.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/amb.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/startasync.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/never.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/empty.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/withlatestfrom.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/using.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/generate.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/fromcallback.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/fromiterable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/returnvalue.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/marbles.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/connectableobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/throw.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/toasync.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/combinelatest.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/range.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/fromfuture.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/forkjoin.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/onerrorresumenext.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/concat.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/merge.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/catch.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/defer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/interval.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/zip.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
copying build/lib/rx/core/observable/case.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skiplastwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/repeat.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/timeinterval.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takewithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/some.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/delay.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/ignoreelements.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/publishvalue.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/single.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/lastordefault.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/subscribeon.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skip.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/map.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/amb.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/pairwise.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/asobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/statistics.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takelastwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/multicast.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/todict.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/groupbyuntil.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/slice.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/dowhile.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/count.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skipuntilwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skipwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/withlatestfrom.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/filter.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/reduce.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/bufferwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/singleordefault.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/switchlatest.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/minby.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/flatmap.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/pluck.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/connectable
copying build/lib/rx/core/operators/connectable/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/connectable
copying build/lib/rx/core/operators/connectable/refcount.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/connectable
copying build/lib/rx/core/operators/last.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/max.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/finallyaction.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/take.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/distinctuntilchanged.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/toset.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/scan.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/contains.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/sum.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/observeon.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/find.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/first.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/join.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/tofuture.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skipuntil.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/sequenceequal.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skiplast.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/tomarbles.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/isempty.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/whiledo.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/combinelatest.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/windowwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takeuntilwithtime.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/timeoutwithmapper.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/windowwithcount.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/debounce.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/skipwhile.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takeuntil.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/window.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/delaysubscription.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takewhile.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/forkjoin.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/toiterable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takelast.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/elementatordefault.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/throttlefirst.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/onerrorresumenext.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/delaywithmapper.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/concat.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/startswith.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/all.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/do.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/windowwithtimeorcount.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/min.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/materialize.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/replay.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/publish.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/dematerialize.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/average.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/merge.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/maxby.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/timeout.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/timestamp.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/catch.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/firstordefault.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/buffer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/bufferwithtimeorcount.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/zip.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/retry.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/takelastbuffer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/sample.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/defaultifempty.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/groupby.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/expand.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/groupjoin.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/partition.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/distinct.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/operators/exclusive.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators
copying build/lib/rx/core/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
copying build/lib/rx/core/notification.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
copying build/lib/rx/core/typing.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
copying build/lib/rx/core/observer/scheduledobserver.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
copying build/lib/rx/core/observer/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
copying build/lib/rx/core/observer/observeonobserver.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
copying build/lib/rx/core/observer/autodetachobserver.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
copying build/lib/rx/core/observer/observer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/disposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/asyncobserver.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/observable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/periodicscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/asyncobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/scheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/subject.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/observer.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
copying build/lib/rx/core/abc/startable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/hotobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/coldobservable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/mockobserver.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/marbles.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/recorded.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/testscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/subscription.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/reactivetest.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
copying build/lib/rx/testing/mockdisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/disposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/compositedisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/refcountdisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/multipleassignmentdisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/booleandisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/scheduleddisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/singleassignmentdisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
copying build/lib/rx/disposable/serialdisposable.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/operators
copying build/lib/rx/operators/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/operators
copying build/lib/rx/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/replaysubject.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/behaviorsubject.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/subject.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/innersubscription.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
copying build/lib/rx/subject/asyncsubject.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/exceptions.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/priorityqueue.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/utils.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/basic.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/constants.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/internal/concurrency.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal
copying build/lib/rx/py.typed -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/eventloopscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/scheduleditem.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/gtkscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/qtscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/tkinterscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/wxscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/mainloop/pygamescheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop
copying build/lib/rx/scheduler/timeoutscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/historicalscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/threadpoolscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/newthreadscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/catchscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/trampoline.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/periodicscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/virtualtimescheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/scheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
creating /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/twistedscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/asyncioscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/geventscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/__init__.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/asynciothreadsafescheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/eventletscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/eventloop/ioloopscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop
copying build/lib/rx/scheduler/immediatescheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/currentthreadscheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
copying build/lib/rx/scheduler/trampolinescheduler.py -> /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/run.py to run.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/pipe.py to pipe.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/groupedobservable.py to groupedobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/repeat.py to repeat.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/timer.py to timer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/start.py to start.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/generatewithrelativetime.py to generatewithrelativetime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/observable.py to observable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/ifthen.py to ifthen.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/amb.py to amb.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/startasync.py to startasync.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/never.py to never.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/empty.py to empty.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/withlatestfrom.py to withlatestfrom.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/using.py to using.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/generate.py to generate.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/fromcallback.py to fromcallback.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/fromiterable.py to fromiterable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/returnvalue.py to returnvalue.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/marbles.py to marbles.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/connectableobservable.py to connectableobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/throw.py to throw.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/toasync.py to toasync.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/combinelatest.py to combinelatest.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/range.py to range.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/fromfuture.py to fromfuture.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/forkjoin.py to forkjoin.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/onerrorresumenext.py to onerrorresumenext.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/concat.py to concat.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/merge.py to merge.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/catch.py to catch.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/defer.py to defer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/interval.py to interval.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/zip.py to zip.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observable/case.py to case.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skiplastwithtime.py to skiplastwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/repeat.py to repeat.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/timeinterval.py to timeinterval.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takewithtime.py to takewithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/some.py to some.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/delay.py to delay.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/ignoreelements.py to ignoreelements.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/publishvalue.py to publishvalue.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/single.py to single.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/lastordefault.py to lastordefault.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/subscribeon.py to subscribeon.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skip.py to skip.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/map.py to map.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/amb.py to amb.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/pairwise.py to pairwise.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/asobservable.py to asobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/statistics.py to statistics.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takelastwithtime.py to takelastwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/multicast.py to multicast.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/todict.py to todict.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/groupbyuntil.py to groupbyuntil.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/slice.py to slice.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/dowhile.py to dowhile.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/count.py to count.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skipuntilwithtime.py to skipuntilwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skipwithtime.py to skipwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/withlatestfrom.py to withlatestfrom.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/filter.py to filter.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/reduce.py to reduce.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/bufferwithtime.py to bufferwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/singleordefault.py to singleordefault.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/switchlatest.py to switchlatest.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/minby.py to minby.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/flatmap.py to flatmap.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/pluck.py to pluck.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/connectable/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/connectable/refcount.py to refcount.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/last.py to last.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/max.py to max.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/finallyaction.py to finallyaction.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/take.py to take.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/distinctuntilchanged.py to distinctuntilchanged.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/toset.py to toset.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/scan.py to scan.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/contains.py to contains.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/sum.py to sum.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/observeon.py to observeon.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/find.py to find.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/first.py to first.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/join.py to join.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/tofuture.py to tofuture.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skipuntil.py to skipuntil.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/sequenceequal.py to sequenceequal.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skiplast.py to skiplast.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/tomarbles.py to tomarbles.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/isempty.py to isempty.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/whiledo.py to whiledo.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/combinelatest.py to combinelatest.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/windowwithtime.py to windowwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takeuntilwithtime.py to takeuntilwithtime.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/timeoutwithmapper.py to timeoutwithmapper.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/windowwithcount.py to windowwithcount.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/debounce.py to debounce.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/skipwhile.py to skipwhile.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takeuntil.py to takeuntil.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/window.py to window.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/delaysubscription.py to delaysubscription.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takewhile.py to takewhile.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/forkjoin.py to forkjoin.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/toiterable.py to toiterable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takelast.py to takelast.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/elementatordefault.py to elementatordefault.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/throttlefirst.py to throttlefirst.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/onerrorresumenext.py to onerrorresumenext.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/delaywithmapper.py to delaywithmapper.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/concat.py to concat.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/startswith.py to startswith.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/all.py to all.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/do.py to do.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/windowwithtimeorcount.py to windowwithtimeorcount.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/min.py to min.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/materialize.py to materialize.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/replay.py to replay.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/publish.py to publish.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/dematerialize.py to dematerialize.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/average.py to average.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/merge.py to merge.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/maxby.py to maxby.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/timeout.py to timeout.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/timestamp.py to timestamp.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/catch.py to catch.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/firstordefault.py to firstordefault.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/buffer.py to buffer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/bufferwithtimeorcount.py to bufferwithtimeorcount.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/zip.py to zip.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/retry.py to retry.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/takelastbuffer.py to takelastbuffer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/sample.py to sample.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/defaultifempty.py to defaultifempty.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/groupby.py to groupby.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/expand.py to expand.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/groupjoin.py to groupjoin.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/partition.py to partition.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/distinct.py to distinct.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/operators/exclusive.py to exclusive.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/notification.py to notification.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/typing.py to typing.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer/scheduledobserver.py to scheduledobserver.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer/observeonobserver.py to observeonobserver.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer/autodetachobserver.py to autodetachobserver.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/observer/observer.py to observer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/disposable.py to disposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/asyncobserver.py to asyncobserver.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/observable.py to observable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/periodicscheduler.py to periodicscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/asyncobservable.py to asyncobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/scheduler.py to scheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/subject.py to subject.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/observer.py to observer.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/core/abc/startable.py to startable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/hotobservable.py to hotobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/coldobservable.py to coldobservable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/mockobserver.py to mockobserver.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/marbles.py to marbles.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/recorded.py to recorded.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/testscheduler.py to testscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/subscription.py to subscription.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/reactivetest.py to reactivetest.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/testing/mockdisposable.py to mockdisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/disposable.py to disposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/compositedisposable.py to compositedisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/refcountdisposable.py to refcountdisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/multipleassignmentdisposable.py to multipleassignmentdisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/booleandisposable.py to booleandisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/scheduleddisposable.py to scheduleddisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/singleassignmentdisposable.py to singleassignmentdisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/disposable/serialdisposable.py to serialdisposable.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/operators/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/replaysubject.py to replaysubject.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/behaviorsubject.py to behaviorsubject.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/subject.py to subject.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/innersubscription.py to innersubscription.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/subject/asyncsubject.py to asyncsubject.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/exceptions.py to exceptions.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/priorityqueue.py to priorityqueue.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/utils.py to utils.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/basic.py to basic.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/constants.py to constants.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/internal/concurrency.py to concurrency.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloopscheduler.py to eventloopscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/scheduleditem.py to scheduleditem.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/gtkscheduler.py to gtkscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/qtscheduler.py to qtscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/tkinterscheduler.py to tkinterscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/wxscheduler.py to wxscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/mainloop/pygamescheduler.py to pygamescheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/timeoutscheduler.py to timeoutscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/historicalscheduler.py to historicalscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/threadpoolscheduler.py to threadpoolscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/newthreadscheduler.py to newthreadscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/catchscheduler.py to catchscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/trampoline.py to trampoline.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/periodicscheduler.py to periodicscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/virtualtimescheduler.py to virtualtimescheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/scheduler.py to scheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/twistedscheduler.py to twistedscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/asyncioscheduler.py to asyncioscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/geventscheduler.py to geventscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/asynciothreadsafescheduler.py to asynciothreadsafescheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/eventletscheduler.py to eventletscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/eventloop/ioloopscheduler.py to ioloopscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/immediatescheduler.py to immediatescheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/currentthreadscheduler.py to currentthreadscheduler.cpython-313.pyc
byte-compiling /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/rx/scheduler/trampolinescheduler.py to trampolinescheduler.cpython-313.pyc
writing byte-compilation script '/tmp/tmp91521t5a.py'
/usr/bin/python /tmp/tmp91521t5a.py
removing /tmp/tmp91521t5a.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 /build/python-rx/pkg/python-rx/usr/lib/python3.13/site-packages/Rx-3.2.0-py3.13.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-rx"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-rx 3.2.0-8 (Mon Dec 23 05:53:49 2024)
==> Cleaning up...