Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec'], chrootPath='/var/lib/mock/f31-build-21063407-1623072/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=201600uid=1000gid=425user='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=1592265600 Wrote: /builddir/build/SRPMS/python-APScheduler-3.5.3-4.fc31.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/f31-build-21063407-1623072/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=201600uid=1000gid=425user='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=1592265600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cGepkS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf APScheduler-3.5.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/APScheduler-3.5.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd APScheduler-3.5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-use-pytest.param-in-parametrize-decorator.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf APScheduler.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rf8f3R + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/apscheduler copying apscheduler/util.py -> build/lib/apscheduler copying apscheduler/events.py -> build/lib/apscheduler copying apscheduler/job.py -> build/lib/apscheduler copying apscheduler/__init__.py -> build/lib/apscheduler creating build/lib/apscheduler/executors copying apscheduler/executors/base_py3.py -> build/lib/apscheduler/executors copying apscheduler/executors/debug.py -> build/lib/apscheduler/executors copying apscheduler/executors/asyncio.py -> build/lib/apscheduler/executors copying apscheduler/executors/base.py -> build/lib/apscheduler/executors copying apscheduler/executors/gevent.py -> build/lib/apscheduler/executors copying apscheduler/executors/pool.py -> build/lib/apscheduler/executors copying apscheduler/executors/__init__.py -> build/lib/apscheduler/executors copying apscheduler/executors/tornado.py -> build/lib/apscheduler/executors copying apscheduler/executors/twisted.py -> build/lib/apscheduler/executors creating 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 copying apscheduler/triggers/interval.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/combining.py -> build/lib/apscheduler/triggers creating 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/memory.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/base.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/zookeeper.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/__init__.py -> build/lib/apscheduler/jobstores creating build/lib/apscheduler/schedulers copying apscheduler/schedulers/qt.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/blocking.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/background.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/asyncio.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/base.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/gevent.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/__init__.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/tornado.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/twisted.py -> build/lib/apscheduler/schedulers 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 + /usr/bin/python3 setup.py build_sphinx running build_sphinx Running Sphinx v2.1.2 making output directory... done loading intersphinx inventory from https://docs.python.org/objects.inv... loading intersphinx inventory from http://docs.sqlalchemy.org/en/latest/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://docs.python.org/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.sqlalchemy.org/en/latest/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.sqlalchemy.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [html]: targets for 36 source files that are out of date updating environment: 36 added, 0 changed, 0 removed reading sources... [ 2%] contributing reading sources... [ 5%] extending reading sources... [ 8%] faq reading sources... [ 11%] index reading sources... [ 13%] migration reading sources... [ 16%] modules/events reading sources... [ 19%] modules/executors/asyncio reading sources... [ 22%] modules/executors/base reading sources... [ 25%] modules/executors/debug reading sources... [ 27%] modules/executors/gevent reading sources... [ 30%] modules/executors/pool reading sources... [ 33%] modules/executors/twisted reading sources... [ 36%] modules/job reading sources... [ 38%] modules/jobstores/base reading sources... [ 41%] modules/jobstores/memory reading sources... [ 44%] modules/jobstores/mongodb reading sources... [ 47%] modules/jobstores/redis reading sources... [ 50%] modules/jobstores/rethinkdb reading sources... [ 52%] modules/jobstores/sqlalchemy reading sources... [ 55%] modules/jobstores/zookeeper reading sources... [ 58%] modules/schedulers reading sources... [ 61%] modules/schedulers/asyncio reading sources... [ 63%] modules/schedulers/background reading sources... [ 66%] modules/schedulers/base reading sources... [ 69%] modules/schedulers/blocking reading sources... [ 72%] modules/schedulers/gevent reading sources... [ 75%] modules/schedulers/qt reading sources... [ 77%] modules/schedulers/tornado reading sources... [ 80%] modules/schedulers/twisted reading sources... [ 83%] modules/triggers/base reading sources... [ 86%] modules/triggers/combining reading sources... [ 88%] modules/triggers/cron reading sources... [ 91%] modules/triggers/date reading sources... [ 94%] modules/triggers/interval reading sources... [ 97%] userguide reading sources... [100%] versionhistory WARNING: autodoc: failed to import module 'gevent' from module 'apscheduler.executors'; the following exception was raised: GeventExecutor requires gevent installed WARNING: don't know which module to import for autodocumenting 'GeventExecutor' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: autodoc: failed to import module 'mongodb' from module 'apscheduler.jobstores'; the following exception was raised: MongoDBJobStore requires PyMongo installed WARNING: don't know which module to import for autodocumenting "MongoDBJobStore(database='apscheduler', collection='jobs', client=None, pickle_protocol=pickle.HIGHEST_PROTOCOL, **connect_args)" (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) WARNING: autodoc: failed to import module 'redis' from module 'apscheduler.jobstores'; the following exception was raised: RedisJobStore requires redis installed WARNING: don't know which module to import for autodocumenting "RedisJobStore(db=0, jobs_key='apscheduler.jobs', run_times_key='apscheduler.run_times', pickle_protocol=pickle.HIGHEST_PROTOCOL, **connect_args)" (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/redis.rst:2: WARNING: Duplicate explicit target name: "redis". WARNING: autodoc: failed to import module 'rethinkdb' from module 'apscheduler.jobstores'; the following exception was raised: RethinkDBJobStore requires rethinkdb installed WARNING: don't know which module to import for autodocumenting "RethinkDBJobStore(database='apscheduler', table='jobs', client=None, pickle_protocol=pickle.HIGHEST_PROTOCOL, **connect_args)" (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/rethinkdb.rst:2: WARNING: Duplicate explicit target name: "rethinkdb". WARNING: autodoc: failed to import module 'sqlalchemy' from module 'apscheduler.jobstores'; the following exception was raised: SQLAlchemyJobStore requires SQLAlchemy installed WARNING: don't know which module to import for autodocumenting "SQLAlchemyJobStore(url=None, engine=None, tablename='apscheduler_jobs', metadata=None, pickle_protocol=pickle.HIGHEST_PROTOCOL)" (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/sqlalchemy.rst:2: WARNING: Duplicate explicit target name: "sqlalchemy". WARNING: autodoc: failed to import module 'zookeeper' from module 'apscheduler.jobstores'; the following exception was raised: No module named 'kazoo' WARNING: don't know which module to import for autodocumenting "ZooKeeperJobStore(path='/apscheduler', client=None, close_connection_on_exit=False, pickle_protocol=pickle.HIGHEST_PROTOCOL, **connect_args)" (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/asyncio.rst:2: WARNING: Duplicate explicit target name: "asyncio". /builddir/build/BUILD/APScheduler-3.5.3/apscheduler/schedulers/base.py:docstring of apscheduler.schedulers.base.BaseScheduler.add_job:14: WARNING: Enumerated list ends without a blank line; unexpected unindent. /builddir/build/BUILD/APScheduler-3.5.3/apscheduler/schedulers/base.py:docstring of apscheduler.schedulers.base.BaseScheduler.add_job:15: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/APScheduler-3.5.3/apscheduler/schedulers/base.py:docstring of apscheduler.schedulers.base.BaseScheduler.scheduled_job:5: WARNING: Explicit markup ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'gevent' from module 'apscheduler.schedulers'; the following exception was raised: GeventScheduler requires gevent installed WARNING: don't know which module to import for autodocumenting 'GeventScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/gevent.rst:2: WARNING: Duplicate explicit target name: "gevent". WARNING: autodoc: failed to import module 'qt' from module 'apscheduler.schedulers'; the following exception was raised: QtScheduler requires either PyQt5, PyQt4 or PySide installed WARNING: don't know which module to import for autodocumenting 'QtScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/tornado.rst:2: WARNING: Duplicate explicit target name: "tornado". WARNING: autodoc: failed to import module 'twisted' from module 'apscheduler.schedulers'; the following exception was raised: TwistedScheduler requires Twisted installed WARNING: don't know which module to import for autodocumenting 'TwistedScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/twisted.rst:2: WARNING: Duplicate explicit target name: "twisted". done checking consistency... /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/events.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/asyncio.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/base.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/debug.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/gevent.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/pool.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/executors/twisted.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/job.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/base.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/memory.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/mongodb.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/redis.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/rethinkdb.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/sqlalchemy.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/jobstores/zookeeper.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/asyncio.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/background.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/base.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/blocking.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/gevent.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/qt.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/tornado.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/schedulers/twisted.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/triggers/base.rst: WARNING: document isn't included in any toctree done /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/triggers/combining.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/triggers/cron.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/triggers/date.rst: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.5.3/docs/modules/triggers/interval.rst: WARNING: document isn't included in any toctree preparing documents... done writing output... [ 2%] contributing writing output... [ 5%] extending writing output... [ 8%] faq writing output... [ 11%] index writing output... [ 13%] migration writing output... [ 16%] modules/events writing output... [ 19%] modules/executors/asyncio writing output... [ 22%] modules/executors/base writing output... [ 25%] modules/executors/debug writing output... [ 27%] modules/executors/gevent writing output... [ 30%] modules/executors/pool writing output... [ 33%] modules/executors/twisted writing output... [ 36%] modules/job writing output... [ 38%] modules/jobstores/base writing output... [ 41%] modules/jobstores/memory writing output... [ 44%] modules/jobstores/mongodb writing output... [ 47%] modules/jobstores/redis writing output... [ 50%] modules/jobstores/rethinkdb writing output... [ 52%] modules/jobstores/sqlalchemy writing output... [ 55%] modules/jobstores/zookeeper writing output... [ 58%] modules/schedulers writing output... [ 61%] modules/schedulers/asyncio writing output... [ 63%] modules/schedulers/background writing output... [ 66%] modules/schedulers/base writing output... [ 69%] modules/schedulers/blocking writing output... [ 72%] modules/schedulers/gevent writing output... [ 75%] modules/schedulers/qt writing output... [ 77%] modules/schedulers/tornado writing output... [ 80%] modules/schedulers/twisted writing output... [ 83%] modules/triggers/base writing output... [ 86%] modules/triggers/combining writing output... [ 88%] modules/triggers/cron writing output... [ 91%] modules/triggers/date writing output... [ 94%] modules/triggers/interval writing output... [ 97%] userguide writing output... [100%] versionhistory generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 59 warnings. The HTML pages are in docs/_build/html. + rm -rf docs/_build/html/.doctrees docs/_build/html/.buildinfo docs/_build/html/objects.inv + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ozsnsT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch ++ dirname /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch + cd APScheduler-3.5.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/base_py3.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/debug.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/pool.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/tornado.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors copying build/lib/apscheduler/util.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler copying build/lib/apscheduler/events.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler copying build/lib/apscheduler/job.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/date.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/fields.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/expressions.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/interval.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/combining.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/sqlalchemy.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/redis.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/memory.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/rethinkdb.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/mongodb.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/zookeeper.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/qt.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/blocking.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/background.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/tornado.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/base_py3.py to base_py3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/debug.py to debug.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/asyncio.py to asyncio.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/gevent.py to gevent.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/pool.py to pool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/tornado.py to tornado.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/executors/twisted.py to twisted.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/events.py to events.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/job.py to job.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/date.py to date.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron/fields.py to fields.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron/expressions.py to expressions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/cron/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/interval.py to interval.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/triggers/combining.py to combining.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/sqlalchemy.py to sqlalchemy.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/redis.py to redis.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/memory.py to memory.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/rethinkdb.py to rethinkdb.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/mongodb.py to mongodb.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/zookeeper.py to zookeeper.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/jobstores/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/qt.py to qt.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/blocking.py to blocking.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/background.py to background.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/asyncio.py to asyncio.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/gevent.py to gevent.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/tornado.py to tornado.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/apscheduler/schedulers/twisted.py to twisted.cpython-37.pyc writing byte-compilation script '/tmp/tmppkl6oz_n.py' /usr/bin/python3 /tmp/tmppkl6oz_n.py removing /tmp/tmppkl6oz_n.py running install_egg_info running egg_info creating APScheduler.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 writing manifest file 'APScheduler.egg-info/SOURCES.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.5.3-4.fc31.noarch/usr/lib/python3.7/site-packages/APScheduler-3.5.3-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 3.5.3-4.fc31 --unique-debug-suffix -3.5.3-4.fc31.noarch --unique-debug-src-base python-APScheduler-3.5.3-4.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/APScheduler-3.5.3 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/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Ruyg9Q + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + export TZ=UTC + TZ=UTC + /usr/bin/python3 -m pytest -k 'not (TestIntervalTrigger and test_repr) and not test_create_trigger_bad_plugin_type' ============================= test session starts ============================== platform linux -- Python 3.7.7, pytest-4.6.11, py-1.8.0, pluggy-0.12.0 rootdir: /builddir/build/BUILD/APScheduler-3.5.3, inifile: setup.cfg, testpaths: tests plugins: asyncio-0.10.0, tornado-0.8.0, cov-2.8.1 collected 510 items / 2 deselected / 508 selected tests/test_executors.py ........... [ 2%] tests/test_executors_py35.py ..... [ 3%] tests/test_expressions.py .......................... [ 8%] tests/test_job.py ......................................... [ 16%] tests/test_jobstores.py .sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss [ 25%] .sssss.sssss..ssssssssss......ssssssssssssssssssssssssssssss.ssssssssss. [ 39%] sssss.sssss.sssss.ssss.ssssssss [ 46%] tests/test_schedulers.py ............................................... [ 55%] ............................................sss...ssssss [ 66%] tests/test_triggers.py ................................................. [ 75%] .............................................. [ 85%] tests/test_util.py ..................................................... [ 95%] .............ss........ [100%] =============================== warnings summary =============================== tests/test_triggers.py:386 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:386: DeprecationWarning: invalid escape sequence \* (dict(day='*/31'), "Error validating expression '\*/31': the step value \(31\) is higher " tests/test_triggers.py:387 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:387: DeprecationWarning: invalid escape sequence \( "than the total range of the expression \(30\)"), tests/test_triggers.py:388 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:388: DeprecationWarning: invalid escape sequence \( (dict(day='4-6/3'), "Error validating expression '4-6/3': the step value \(3\) is higher " tests/test_triggers.py:389 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:389: DeprecationWarning: invalid escape sequence \( "than the total range of the expression \(2\)"), tests/test_triggers.py:390 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:390: DeprecationWarning: invalid escape sequence \( (dict(hour='0-24'), "Error validating expression '0-24': the last value \(24\) is higher " tests/test_triggers.py:391 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:391: DeprecationWarning: invalid escape sequence \( "than the maximum value \(23\)"), tests/test_triggers.py:392 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:392: DeprecationWarning: invalid escape sequence \( (dict(day='0-3'), "Error validating expression '0-3': the first value \(0\) is lower than " tests/test_triggers.py:393 /builddir/build/BUILD/APScheduler-3.5.3/tests/test_triggers.py:393: DeprecationWarning: invalid escape sequence \( "the minimum value \(1\)") -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.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 35 5 86% 10-12, 54-56 apscheduler/executors/base.py 74 2 97% 135-136 apscheduler/executors/base_py3.py 28 3 89% 22-25 apscheduler/executors/debug.py 9 2 78% 17-18 apscheduler/executors/gevent.py 14 14 0% 1-29 apscheduler/executors/pool.py 25 0 100% apscheduler/executors/tornado.py 30 6 80% 13-15, 42-43, 50 apscheduler/executors/twisted.py 12 12 0% 1-24 apscheduler/job.py 139 2 99% 234, 242 apscheduler/jobstores/__init__.py 0 0 100% apscheduler/jobstores/base.py 39 8 79% 29, 59-65 apscheduler/jobstores/memory.py 70 1 99% 58 apscheduler/jobstores/mongodb.py 82 73 11% 15-141 apscheduler/jobstores/redis.py 99 88 11% 22-146 apscheduler/jobstores/rethinkdb.py 88 80 9% 18-153 apscheduler/jobstores/sqlalchemy.py 85 77 9% 15-154 apscheduler/jobstores/zookeeper.py 118 113 4% 9-179 apscheduler/schedulers/__init__.py 6 2 67% 5, 12 apscheduler/schedulers/asyncio.py 36 0 100% apscheduler/schedulers/background.py 20 0 100% apscheduler/schedulers/base.py 444 33 93% 252-256, 302-306, 488, 553, 668, 678, 714, 719, 738, 743, 803-811, 836, 898, 934-935, 946-954, 1009-1010 apscheduler/schedulers/blocking.py 21 0 100% apscheduler/schedulers/gevent.py 23 18 22% 8-35 apscheduler/schedulers/qt.py 23 23 0% 1-42 apscheduler/schedulers/tornado.py 36 0 100% apscheduler/schedulers/twisted.py 35 35 0% 1-62 apscheduler/triggers/__init__.py 0 0 100% apscheduler/triggers/base.py 14 0 100% apscheduler/triggers/combining.py 43 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 9 84% 40, 81, 84, 99-105 apscheduler/util.py 194 21 89% 21-22, 32, 35, 38, 228, 233, 239, 291-292, 307-310, 336-338, 360, 363-366 ------------------------------------------------------------------------ TOTAL 2342 646 72% =========================== short test summary info ============================ SKIPPED [24] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:39: could not import 'apscheduler.jobstores.sqlalchemy': SQLAlchemyJobStore requires SQLAlchemy installed SKIPPED [24] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:59: could not import 'apscheduler.jobstores.mongodb': MongoDBJobStore requires PyMongo installed SKIPPED [24] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:69: could not import 'apscheduler.jobstores.redis': RedisJobStore requires redis installed SKIPPED [23] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:49: could not import 'apscheduler.jobstores.rethinkdb': RethinkDBJobStore requires rethinkdb installed SKIPPED [24] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:79: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo' SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:318: could not import 'apscheduler.jobstores.sqlalchemy': SQLAlchemyJobStore requires SQLAlchemy installed SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:328: could not import 'apscheduler.jobstores.sqlalchemy': SQLAlchemyJobStore requires SQLAlchemy installed SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:335: could not import 'apscheduler.jobstores.mongodb': MongoDBJobStore requires PyMongo installed SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:346: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo' SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:361: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo' SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:374: could not import 'apscheduler.jobstores.mongodb': MongoDBJobStore requires PyMongo installed SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:380: could not import 'apscheduler.jobstores.mongodb': MongoDBJobStore requires PyMongo installed SKIPPED [1] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_jobstores.py:386: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo' SKIPPED [3] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_schedulers.py:975: could not import 'apscheduler.schedulers.gevent': GeventScheduler requires gevent installed SKIPPED [3] /builddir/build/BUILD/APScheduler-3.5.3/tests/test_schedulers.py:1017: could not import 'twisted.internet.selectreactor': No module named 'twisted' SKIPPED [3] tests/test_schedulers.py: unconditional skip SKIPPED [2] tests/test_util.py:274: Requires Python < 3 ====== 370 passed, 138 skipped, 2 deselected, 8 warnings in 9.53 seconds ======= + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-APScheduler-3.5.3-4.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ofOiBU + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + DOCDIR=/builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.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.5.3-4.fc31.noarch/usr/share/doc/python3-APScheduler + cp -pr README.rst /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/share/doc/python3-APScheduler + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XgxmzR + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.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.5.3-4.fc31.noarch/usr/share/licenses/python3-APScheduler + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/share/licenses/python3-APScheduler + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-APScheduler = 3.5.3-4.fc31 python3-APScheduler = 3.5.3-4.fc31 python3.7dist(apscheduler) = 3.5.3 python3dist(apscheduler) = 3.5.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 python3.7dist(pytz) python3.7dist(setuptools) >= 0.7 python3.7dist(six) >= 1.4 python3.7dist(tzlocal) >= 1.2 Obsoletes: python-APScheduler < 3.5.3-4.fc31 Processing files: python-APScheduler-doc-3.5.3-4.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DdwwqT + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + DOCDIR=/builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/share/doc/python-APScheduler-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/share/doc/python-APScheduler-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch/usr/share/doc/python-APScheduler-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-APScheduler-doc = 3.5.3-4.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch Wrote: /builddir/build/RPMS/python3-APScheduler-3.5.3-4.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python-APScheduler-doc-3.5.3-4.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ISwhqS + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.5.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.5.3-4.fc31.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0