Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-109543-861658/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1632355200 Wrote: /builddir/build/SRPMS/python-APScheduler-3.8.0-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-109543-861658/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1632355200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0y6zjs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf APScheduler-3.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/APScheduler-3.8.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd APScheduler-3.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm tests/test_jobstores.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gSdriW + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.8.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/apscheduler copying apscheduler/events.py -> build/lib/apscheduler copying apscheduler/job.py -> build/lib/apscheduler copying apscheduler/util.py -> build/lib/apscheduler copying apscheduler/__init__.py -> build/lib/apscheduler creating build/lib/apscheduler/triggers copying apscheduler/triggers/combining.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/interval.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/base.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/date.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/__init__.py -> build/lib/apscheduler/triggers creating build/lib/apscheduler/schedulers copying apscheduler/schedulers/background.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/gevent.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/blocking.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/tornado.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/base.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/asyncio.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/qt.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/__init__.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/twisted.py -> build/lib/apscheduler/schedulers creating build/lib/apscheduler/executors copying apscheduler/executors/gevent.py -> build/lib/apscheduler/executors copying apscheduler/executors/base_py3.py -> build/lib/apscheduler/executors copying apscheduler/executors/pool.py -> build/lib/apscheduler/executors copying apscheduler/executors/debug.py -> build/lib/apscheduler/executors copying apscheduler/executors/tornado.py -> build/lib/apscheduler/executors copying apscheduler/executors/base.py -> build/lib/apscheduler/executors copying apscheduler/executors/asyncio.py -> build/lib/apscheduler/executors copying apscheduler/executors/__init__.py -> build/lib/apscheduler/executors copying apscheduler/executors/twisted.py -> build/lib/apscheduler/executors creating build/lib/apscheduler/jobstores copying apscheduler/jobstores/memory.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/rethinkdb.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/mongodb.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/sqlalchemy.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/redis.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/zookeeper.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/base.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/__init__.py -> build/lib/apscheduler/jobstores creating build/lib/apscheduler/triggers/cron copying apscheduler/triggers/cron/fields.py -> build/lib/apscheduler/triggers/cron copying apscheduler/triggers/cron/expressions.py -> build/lib/apscheduler/triggers/cron copying apscheduler/triggers/cron/__init__.py -> build/lib/apscheduler/triggers/cron + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2tQGOL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch + cd APScheduler-3.8.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch --prefix /usr running install running install_lib creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler copying build/lib/apscheduler/events.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler copying build/lib/apscheduler/job.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/combining.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/interval.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/fields.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/expressions.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/date.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/background.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/blocking.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/tornado.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/qt.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers copying build/lib/apscheduler/util.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler copying build/lib/apscheduler/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/base_py3.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/pool.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/debug.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/tornado.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors creating /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/memory.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/rethinkdb.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/mongodb.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/sqlalchemy.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/redis.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/zookeeper.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/events.py to events.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/job.py to job.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/combining.py to combining.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/interval.py to interval.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/expressions.py to expressions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/date.py to date.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/triggers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/background.py to background.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/gevent.py to gevent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/blocking.py to blocking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/tornado.py to tornado.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/asyncio.py to asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/qt.py to qt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/schedulers/twisted.py to twisted.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/gevent.py to gevent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/base_py3.py to base_py3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/pool.py to pool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/tornado.py to tornado.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/asyncio.py to asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/executors/twisted.py to twisted.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/memory.py to memory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/rethinkdb.py to rethinkdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/mongodb.py to mongodb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/sqlalchemy.py to sqlalchemy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/redis.py to redis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/zookeeper.py to zookeeper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/apscheduler/jobstores/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp_s_k0nbg.py' /usr/bin/python3 /tmp/tmp_s_k0nbg.py removing /tmp/tmp_s_k0nbg.py running install_egg_info running egg_info writing APScheduler.egg-info/PKG-INFO writing dependency_links to APScheduler.egg-info/dependency_links.txt writing entry points to APScheduler.egg-info/entry_points.txt writing requirements to APScheduler.egg-info/requires.txt writing top-level names to APScheduler.egg-info/top_level.txt reading manifest file 'APScheduler.egg-info/SOURCES.txt' writing manifest file 'APScheduler.egg-info/SOURCES.txt' Copying APScheduler.egg-info to /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9/site-packages/APScheduler-3.8.0-py3.9.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.8.0-1.el9s --unique-debug-suffix -3.8.0-1.el9s.noarch --unique-debug-src-base python-APScheduler-3.8.0-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/APScheduler-3.8.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FBm3Pw + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.8.0 + export TZ=UTC + TZ=UTC + /usr/bin/python3 -m pytest -s tests ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/APScheduler-3.8.0, configfile: setup.cfg, testpaths: tests plugins: asyncio-0.14.0, cov-2.11.1, tornado-0.8.1 collected 365 items tests/test_executors.py ............ tests/test_executors_py35.py ...... tests/test_expressions.py .......................... tests/test_job.py .......................................... tests/test_schedulers.py ......................................................................................................sss tests/test_triggers.py .............................................................................................. tests/test_util.py ..................................................................ss......... tests/test_util_py35.py ... ----------- coverage: platform linux, python 3.9.7-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------------------------------ apscheduler/__init__.py 8 2 75% 5-6 apscheduler/events.py 43 1 98% 47 apscheduler/executors/__init__.py 0 0 100% apscheduler/executors/asyncio.py 34 4 88% 10-11, 53-55 apscheduler/executors/base.py 75 2 97% 135-136 apscheduler/executors/base_py3.py 30 3 90% 23-26 apscheduler/executors/debug.py 9 2 78% 17-18 apscheduler/executors/gevent.py 14 14 0% 1-29 apscheduler/executors/pool.py 37 2 95% 8-9 apscheduler/executors/tornado.py 30 6 80% 13-15, 42-43, 50 apscheduler/executors/twisted.py 12 12 0% 1-24 apscheduler/job.py 144 4 97% 13-14, 238, 247 apscheduler/jobstores/__init__.py 0 0 100% apscheduler/jobstores/base.py 47 9 81% 29, 59-65, 143 apscheduler/jobstores/memory.py 70 6 91% 21, 51, 58, 98, 102, 104 apscheduler/jobstores/mongodb.py 83 83 0% 1-141 apscheduler/jobstores/redis.py 99 99 0% 1-150 apscheduler/jobstores/rethinkdb.py 90 90 0% 1-155 apscheduler/jobstores/sqlalchemy.py 85 85 0% 1-154 apscheduler/jobstores/zookeeper.py 117 117 0% 1-178 apscheduler/schedulers/__init__.py 6 2 67% 5, 12 apscheduler/schedulers/asyncio.py 42 1 98% 43 apscheduler/schedulers/background.py 21 0 100% apscheduler/schedulers/base.py 450 34 92% 31-32, 261-265, 311-315, 497, 562, 676, 686, 722, 727, 746, 751, 811-819, 844, 942-943, 954-962, 1017-1018 apscheduler/schedulers/blocking.py 22 0 100% apscheduler/schedulers/gevent.py 23 2 91% 34-35 apscheduler/schedulers/qt.py 24 24 0% 1-47 apscheduler/schedulers/tornado.py 38 0 100% apscheduler/schedulers/twisted.py 37 4 89% 51-52, 61-62 apscheduler/triggers/__init__.py 0 0 100% apscheduler/triggers/base.py 12 0 100% apscheduler/triggers/combining.py 42 1 98% 22 apscheduler/triggers/cron/__init__.py 128 4 97% 100, 211, 214, 235 apscheduler/triggers/cron/expressions.py 170 9 95% 135-136, 141-142, 154-157, 227 apscheduler/triggers/cron/fields.py 68 0 100% apscheduler/triggers/date.py 25 2 92% 38, 41 apscheduler/triggers/interval.py 58 5 91% 40, 81, 84, 101, 103 apscheduler/util.py 216 30 86% 22-23, 27-32, 42, 45, 48, 238, 243, 249, 279, 282, 312-313, 328-331, 359-362, 384, 387-390 ------------------------------------------------------------------------ TOTAL 2409 659 73% =========================== short test summary info ============================ SKIPPED [3] tests/test_schedulers.py: unconditional skip SKIPPED [2] tests/test_util.py:277: Requires Python < 3 ======================== 360 passed, 5 skipped in 6.39s ======================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-APScheduler-3.8.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ua6isl + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/doc/python3-APScheduler + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/doc/python3-APScheduler + cp -pr README.rst /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/doc/python3-APScheduler + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WF05ba + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/licenses/python3-APScheduler + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/licenses/python3-APScheduler + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch/usr/share/licenses/python3-APScheduler + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-APScheduler = 3.8.0-1.el9s python3-APScheduler = 3.8.0-1.el9s python3.9-APScheduler = 3.8.0-1.el9s python3.9dist(apscheduler) = 3.8 python3dist(apscheduler) = 3.8 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: (python3.9dist(tzlocal) >= 2 with python3.9dist(tzlocal) < 3) python(abi) = 3.9 python3.9dist(pytz) python3.9dist(setuptools) >= 0.7 python3.9dist(six) >= 1.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-APScheduler-3.8.0-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xjAYk5 + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.8.0-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0