Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec'], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-15210-21586/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-APScheduler-3.0.5-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec '], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-15210-21586/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-APScheduler.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CCkjEQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf APScheduler-3.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/APScheduler-3.0.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd APScheduler-3.0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf APScheduler.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YhYgPC + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/apscheduler copying apscheduler/util.py -> build/lib/apscheduler copying apscheduler/__init__.py -> build/lib/apscheduler copying apscheduler/events.py -> build/lib/apscheduler copying apscheduler/job.py -> build/lib/apscheduler creating build/lib/apscheduler/triggers copying apscheduler/triggers/interval.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/__init__.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/date.py -> build/lib/apscheduler/triggers copying apscheduler/triggers/base.py -> build/lib/apscheduler/triggers creating build/lib/apscheduler/jobstores copying apscheduler/jobstores/memory.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/__init__.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/mongodb.py -> build/lib/apscheduler/jobstores copying apscheduler/jobstores/base.py -> build/lib/apscheduler/jobstores creating build/lib/apscheduler/schedulers copying apscheduler/schedulers/tornado.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/twisted.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/__init__.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/asyncio.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/gevent.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/base.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/blocking.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/qt.py -> build/lib/apscheduler/schedulers copying apscheduler/schedulers/background.py -> build/lib/apscheduler/schedulers creating build/lib/apscheduler/executors copying apscheduler/executors/debug.py -> build/lib/apscheduler/executors copying apscheduler/executors/twisted.py -> build/lib/apscheduler/executors copying apscheduler/executors/__init__.py -> build/lib/apscheduler/executors copying apscheduler/executors/asyncio.py -> build/lib/apscheduler/executors copying apscheduler/executors/gevent.py -> build/lib/apscheduler/executors copying apscheduler/executors/base.py -> build/lib/apscheduler/executors copying apscheduler/executors/pool.py -> build/lib/apscheduler/executors creating 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 copying apscheduler/triggers/cron/fields.py -> build/lib/apscheduler/triggers/cron + /usr/bin/python setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/APScheduler-3.0.5/docs/_build creating /builddir/build/BUILD/APScheduler-3.0.5/docs/_build/doctrees creating /builddir/build/BUILD/APScheduler-3.0.5/docs/_build/html Running Sphinx v1.2.3 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : building [html]: targets for 32 source files that are out of date updating environment: 32 added, 0 changed, 0 removed reading sources... [ 3%] contributing reading sources... [ 6%] extending reading sources... [ 9%] index reading sources... [ 12%] migration reading sources... [ 15%] modules/events reading sources... [ 18%] modules/executors/asyncio reading sources... [ 21%] modules/executors/base reading sources... [ 25%] modules/executors/debug reading sources... [ 28%] modules/executors/gevent reading sources... [ 31%] modules/executors/pool reading sources... [ 34%] modules/executors/twisted reading sources... [ 37%] modules/job reading sources... [ 40%] modules/jobstores/base reading sources... [ 43%] modules/jobstores/memory reading sources... [ 46%] modules/jobstores/mongodb reading sources... [ 50%] modules/jobstores/redis reading sources... [ 53%] modules/jobstores/sqlalchemy reading sources... [ 56%] modules/schedulers reading sources... [ 59%] modules/schedulers/asyncio reading sources... [ 62%] modules/schedulers/background reading sources... [ 65%] modules/schedulers/base reading sources... [ 68%] modules/schedulers/blocking reading sources... [ 71%] modules/schedulers/gevent reading sources... [ 75%] modules/schedulers/qt reading sources... [ 78%] modules/schedulers/tornado reading sources... [ 81%] modules/schedulers/twisted reading sources... [ 84%] modules/triggers/base reading sources... [ 87%] modules/triggers/cron reading sources... [ 90%] modules/triggers/date reading sources... [ 93%] modules/triggers/interval reading sources... [ 96%] userguide reading sources... [100%] versionhistory /builddir/build/BUILD/APScheduler-3.0.5/docs/extending.rst:81: ERROR: Unexpected indentation. /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/gevent.rst:4: WARNING: autodoc: failed to import module u'apscheduler.executors.gevent'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/executors/gevent.py", line 10, in raise ImportError('GeventExecutor requires gevent installed') ImportError: GeventExecutor requires gevent installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/gevent.rst:9: WARNING: don't know which module to import for autodocumenting u'GeventExecutor' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/mongodb.rst:4: WARNING: autodoc: failed to import module u'apscheduler.jobstores.mongodb'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/jobstores/mongodb.py", line 18, in raise ImportError('MongoDBJobStore requires PyMongo installed') ImportError: MongoDBJobStore requires PyMongo installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/mongodb.rst:9: WARNING: don't know which module to import for autodocumenting u"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) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/redis.rst:4: WARNING: autodoc: failed to import module u'apscheduler.jobstores.redis'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/jobstores/redis.py", line 19, in raise ImportError('RedisJobStore requires redis installed') ImportError: RedisJobStore requires redis installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/redis.rst:9: WARNING: don't know which module to import for autodocumenting u"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.0.5/docs/modules/jobstores/redis.rst:2: WARNING: Duplicate explicit target name: "redis". /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/sqlalchemy.rst:4: WARNING: autodoc: failed to import module u'apscheduler.jobstores.sqlalchemy'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/jobstores/sqlalchemy.py", line 16, in raise ImportError('SQLAlchemyJobStore requires SQLAlchemy installed') ImportError: SQLAlchemyJobStore requires SQLAlchemy installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/sqlalchemy.rst:9: WARNING: don't know which module to import for autodocumenting u"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.0.5/docs/modules/jobstores/sqlalchemy.rst:2: WARNING: Duplicate explicit target name: "sqlalchemy". looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/asyncio.rst:4: WARNING: autodoc: failed to import module u'apscheduler.schedulers.asyncio'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/schedulers/asyncio.py", line 13, in raise ImportError('AsyncIOScheduler requires either Python 3.4 or the asyncio package installed') ImportError: AsyncIOScheduler requires either Python 3.4 or the asyncio package installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/asyncio.rst:9: WARNING: don't know which module to import for autodocumenting u'AsyncIOScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/asyncio.rst:2: WARNING: Duplicate explicit target name: "asyncio". /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/gevent.rst:4: WARNING: autodoc: failed to import module u'apscheduler.schedulers.gevent'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/schedulers/gevent.py", line 11, in raise ImportError('GeventScheduler requires gevent installed') ImportError: GeventScheduler requires gevent installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/gevent.rst:9: WARNING: don't know which module to import for autodocumenting u'GeventScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/gevent.rst:2: WARNING: Duplicate explicit target name: "gevent". /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/qt.rst:4: WARNING: autodoc: failed to import module u'apscheduler.schedulers.qt'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/schedulers/qt.py", line 14, in raise ImportError('QtScheduler requires either PyQt5, PyQt4 or PySide installed') ImportError: QtScheduler requires either PyQt5, PyQt4 or PySide installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/qt.rst:9: WARNING: don't know which module to import for autodocumenting u'QtScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/tornado.rst:4: WARNING: autodoc: failed to import module u'apscheduler.schedulers.tornado'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/schedulers/tornado.py", line 11, in raise ImportError('TornadoScheduler requires tornado installed') ImportError: TornadoScheduler requires tornado installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/tornado.rst:9: WARNING: don't know which module to import for autodocumenting u'TornadoScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/tornado.rst:2: WARNING: Duplicate explicit target name: "tornado". /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/twisted.rst:4: WARNING: autodoc: failed to import module u'apscheduler.schedulers.twisted'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/APScheduler-3.0.5/apscheduler/schedulers/twisted.py", line 10, in raise ImportError('TwistedScheduler requires Twisted installed') ImportError: TwistedScheduler requires Twisted installed /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/twisted.rst:9: WARNING: don't know which module to import for autodocumenting u'TwistedScheduler' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/twisted.rst:2: WARNING: Duplicate explicit target name: "twisted". done checking consistency... /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/events.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/asyncio.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/base.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/debug.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/gevent.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/pool.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/executors/twisted.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/job.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/base.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/memory.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/mongodb.rst:: WARNING: document isn't included in any toctree done preparing documents... /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/redis.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/jobstores/sqlalchemy.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/asyncio.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/background.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/base.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/blocking.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/gevent.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/qt.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/tornado.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/schedulers/twisted.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/triggers/base.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/triggers/cron.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/triggers/date.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/APScheduler-3.0.5/docs/modules/triggers/interval.rst:: WARNING: document isn't included in any toctree done writing output... [ 3%] contributing writing output... [ 6%] extending writing output... [ 9%] index writing output... [ 12%] migration writing output... [ 15%] modules/events writing output... [ 18%] modules/executors/asyncio writing output... [ 21%] modules/executors/base writing output... [ 25%] modules/executors/debug writing output... [ 28%] modules/executors/gevent writing output... [ 31%] modules/executors/pool writing output... [ 34%] modules/executors/twisted writing output... [ 37%] modules/job writing output... [ 40%] modules/jobstores/base writing output... [ 43%] modules/jobstores/memory writing output... [ 46%] modules/jobstores/mongodb writing output... [ 50%] modules/jobstores/redis writing output... [ 53%] modules/jobstores/sqlalchemy writing output... [ 56%] modules/schedulers writing output... [ 59%] modules/schedulers/asyncio writing output... [ 62%] modules/schedulers/background writing output... [ 65%] modules/schedulers/base writing output... [ 68%] modules/schedulers/blocking writing output... [ 71%] modules/schedulers/gevent writing output... [ 75%] modules/schedulers/qt writing output... [ 78%] modules/schedulers/tornado writing output... [ 81%] modules/schedulers/twisted writing output... [ 84%] modules/triggers/base writing output... [ 87%] modules/triggers/cron writing output... [ 90%] modules/triggers/date writing output... [ 93%] modules/triggers/interval writing output... [ 96%] userguide writing output... [100%] versionhistory writing additional files... genindex py-modindex search copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 52 warnings. + rm -rf docs/_build/html/.doctrees docs/_build/html/.buildinfo docs/_build/html/objects.inv + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.C62qVA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch + cd APScheduler-3.0.5 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/expressions.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/cron/fields.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron copying build/lib/apscheduler/triggers/interval.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/date.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/triggers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers copying build/lib/apscheduler/util.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler copying build/lib/apscheduler/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler copying build/lib/apscheduler/events.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/memory.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/sqlalchemy.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/redis.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/mongodb.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/jobstores/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores copying build/lib/apscheduler/job.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/tornado.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/blocking.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/qt.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers copying build/lib/apscheduler/schedulers/background.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers creating /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/debug.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/twisted.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/__init__.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/asyncio.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/gevent.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/base.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors copying build/lib/apscheduler/executors/pool.py -> /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron/expressions.py to expressions.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/cron/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/interval.py to interval.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/date.py to date.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/triggers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/memory.py to memory.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/sqlalchemy.py to sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/redis.py to redis.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/mongodb.py to mongodb.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/jobstores/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/tornado.py to tornado.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/twisted.py to twisted.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/asyncio.py to asyncio.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/gevent.py to gevent.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/blocking.py to blocking.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/qt.py to qt.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/schedulers/background.py to background.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/twisted.py to twisted.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/asyncio.py to asyncio.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/gevent.py to gevent.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/apscheduler/executors/pool.py to pool.pyc writing byte-compilation script '/tmp/tmp7msCsv.py' /usr/bin/python2 -O /tmp/tmp7msCsv.py removing /tmp/tmp7msCsv.py running install_egg_info running egg_info creating APScheduler.egg-info writing requirements to APScheduler.egg-info/requires.txt writing APScheduler.egg-info/PKG-INFO writing top-level names to APScheduler.egg-info/top_level.txt writing dependency_links to APScheduler.egg-info/dependency_links.txt writing entry points to APScheduler.egg-info/entry_points.txt writing manifest file 'APScheduler.egg-info/SOURCES.txt' reading manifest file 'APScheduler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'APScheduler.egg-info/SOURCES.txt' Copying APScheduler.egg-info to /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7/site-packages/APScheduler-3.0.5-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/APScheduler-3.0.5 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8ZcQqB + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + export TZ=UTC + TZ=UTC + /usr/bin/python2 -m pytest ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-2.8.7, py-1.4.30, pluggy-0.3.1 rootdir: /builddir/build/BUILD/APScheduler-3.0.5, inifile: setup.cfg collected 401 items tests/test_executors.py .......... tests/test_expressions.py .......................... tests/test_job.py ......................................... tests/test_jobstores.py .sss.sss.sss.sss.sss.sss.sss.sss..ssssss......ssssssssssssssssss.ssssss.sss.sss.sss.sss.sssss tests/test_schedulers.py .....................................................................................................sssssssssssssss tests/test_triggers.py ........................................ tests/test_util.py ...................................................ss....................ss =========================== short test summary info ============================ SKIP [3] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_schedulers.py:1041: could not import 'PySide.QtCore' SKIP [22] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:34: could not import 'apscheduler.jobstores.sqlalchemy' SKIP [3] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_schedulers.py:1015: could not import 'twisted.internet.selectreactor' SKIP [22] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:46: could not import 'apscheduler.jobstores.mongodb' SKIP [3] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_schedulers.py:990: could not import 'tornado.ioloop' SKIP [2] tests/test_util.py:186: Requires __qualname__ (Python 3.3+) SKIP [1] tests/test_util.py:279: Requires Python >= 3.4 SKIP [1] tests/test_util.py:286: Requires Python >= 3 SKIP [1] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:286: could not import 'apscheduler.jobstores.mongodb' SKIP [1] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:296: could not import 'apscheduler.jobstores.mongodb' SKIP [1] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:269: could not import 'apscheduler.jobstores.sqlalchemy' SKIP [3] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_schedulers.py:971: could not import 'apscheduler.schedulers.gevent' SKIP [3] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_schedulers.py:946: could not import 'apscheduler.schedulers.asyncio' SKIP [22] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:58: could not import 'apscheduler.jobstores.redis' SKIP [1] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:279: could not import 'apscheduler.jobstores.sqlalchemy' SKIP [1] /builddir/build/BUILD/APScheduler-3.0.5/tests/test_jobstores.py:302: could not import 'apscheduler.jobstores.mongodb' ==================== 311 passed, 90 skipped in 3.43 seconds ==================== + exit 0 Processing files: python2-APScheduler-3.0.5-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kfmPoK + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + DOCDIR=/builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python2-APScheduler-3.0.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python2-APScheduler-3.0.5 + cp -pr README.rst /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python2-APScheduler-3.0.5 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OkKboT + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/licenses/python2-APScheduler-3.0.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/licenses/python2-APScheduler-3.0.5 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/licenses/python2-APScheduler-3.0.5 + exit 0 Provides: python-APScheduler = 3.0.5-2.el7 python2-APScheduler = 3.0.5-2.el7 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) = 2.7 Obsoletes: python-APScheduler < 3.0.5-2.el7 Processing files: python-APScheduler-doc-3.0.5-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sDlUh5 + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + DOCDIR=/builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python-APScheduler-doc-3.0.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python-APScheduler-doc-3.0.5 + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch/usr/share/doc/python-APScheduler-doc-3.0.5 + exit 0 Provides: python-APScheduler-doc = 3.0.5-2.el7 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.0.5-2.el7.noarch Wrote: /builddir/build/RPMS/python2-APScheduler-3.0.5-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-APScheduler-doc-3.0.5-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.063cxH + umask 022 + cd /builddir/build/BUILD + cd APScheduler-3.0.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-APScheduler-3.0.5-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->