Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-watchdog.spec'], chrootPath='/var/lib/mock/876500-epel-7-x86_64-1554176973.695283/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8268026339374c28af2bfe348628683f', '-D', '/var/lib/mock/876500-epel-7-x86_64-1554176973.695283/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-watchdog.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': 'en_US.UTF-8'} and shell False BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-watchdog-0.8.3-6.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-watchdog.spec'], chrootPath='/var/lib/mock/876500-epel-7-x86_64-1554176973.695283/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '5f4ad7765db34b42b673d16813aa9643', '-D', '/var/lib/mock/876500-epel-7-x86_64-1554176973.695283/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-watchdog.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.i6cr1n + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf watchdog-0.8.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/watchdog-0.8.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd watchdog-0.8.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find src -name '*.py' + xargs sed -i -e '/^#!\//, 1d' + chmod -x README.rst + rm -rf watchdog.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WClI2T + umask 022 + cd /builddir/build/BUILD + cd watchdog-0.8.3 + 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/watchdog copying src/watchdog/watchmedo.py -> build/lib/watchdog copying src/watchdog/events.py -> build/lib/watchdog copying src/watchdog/__init__.py -> build/lib/watchdog copying src/watchdog/version.py -> build/lib/watchdog creating build/lib/watchdog/tricks copying src/watchdog/tricks/__init__.py -> build/lib/watchdog/tricks creating build/lib/watchdog/utils copying src/watchdog/utils/unicode_paths.py -> build/lib/watchdog/utils copying src/watchdog/utils/compat.py -> build/lib/watchdog/utils copying src/watchdog/utils/bricks.py -> build/lib/watchdog/utils copying src/watchdog/utils/delayed_queue.py -> build/lib/watchdog/utils copying src/watchdog/utils/echo.py -> build/lib/watchdog/utils copying src/watchdog/utils/dirsnapshot.py -> build/lib/watchdog/utils copying src/watchdog/utils/importlib2.py -> build/lib/watchdog/utils copying src/watchdog/utils/platform.py -> build/lib/watchdog/utils copying src/watchdog/utils/event_backport.py -> build/lib/watchdog/utils copying src/watchdog/utils/__init__.py -> build/lib/watchdog/utils copying src/watchdog/utils/win32stat.py -> build/lib/watchdog/utils copying src/watchdog/utils/decorators.py -> build/lib/watchdog/utils creating build/lib/watchdog/observers copying src/watchdog/observers/read_directory_changes.py -> build/lib/watchdog/observers copying src/watchdog/observers/api.py -> build/lib/watchdog/observers copying src/watchdog/observers/kqueue.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify_buffer.py -> build/lib/watchdog/observers copying src/watchdog/observers/fsevents.py -> build/lib/watchdog/observers copying src/watchdog/observers/winapi.py -> build/lib/watchdog/observers copying src/watchdog/observers/polling.py -> build/lib/watchdog/observers copying src/watchdog/observers/fsevents2.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify_c.py -> build/lib/watchdog/observers copying src/watchdog/observers/__init__.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify.py -> build/lib/watchdog/observers running egg_info writing requirements to src/watchdog.egg-info/requires.txt writing src/watchdog.egg-info/PKG-INFO writing top-level names to src/watchdog.egg-info/top_level.txt writing dependency_links to src/watchdog.egg-info/dependency_links.txt writing entry points to src/watchdog.egg-info/entry_points.txt reading manifest file 'src/watchdog.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching '*.h' under directory 'src' writing manifest file 'src/watchdog.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.26w0zu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 + cd watchdog-0.8.3 + 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-watchdog-0.8.3-6.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/inotify.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/__init__.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/inotify_c.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/fsevents2.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/polling.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/winapi.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/fsevents.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/inotify_buffer.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/kqueue.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/api.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers copying build/lib/watchdog/observers/read_directory_changes.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/decorators.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/win32stat.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/__init__.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/event_backport.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/platform.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/importlib2.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/dirsnapshot.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/echo.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/delayed_queue.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/bricks.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/compat.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils copying build/lib/watchdog/utils/unicode_paths.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils creating /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/tricks copying build/lib/watchdog/tricks/__init__.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/tricks copying build/lib/watchdog/version.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog copying build/lib/watchdog/__init__.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog copying build/lib/watchdog/events.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog copying build/lib/watchdog/watchmedo.py -> /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/inotify.py to inotify.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/inotify_c.py to inotify_c.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/fsevents2.py to fsevents2.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/polling.py to polling.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/winapi.py to winapi.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/fsevents.py to fsevents.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/inotify_buffer.py to inotify_buffer.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/kqueue.py to kqueue.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/observers/read_directory_changes.py to read_directory_changes.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/win32stat.py to win32stat.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/event_backport.py to event_backport.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/platform.py to platform.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/importlib2.py to importlib2.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/dirsnapshot.py to dirsnapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/echo.py to echo.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/delayed_queue.py to delayed_queue.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/bricks.py to bricks.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/utils/unicode_paths.py to unicode_paths.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/tricks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog/watchmedo.py to watchmedo.pyc writing byte-compilation script '/tmp/tmpfr9Apm.py' /usr/bin/python2 -O /tmp/tmpfr9Apm.py removing /tmp/tmpfr9Apm.py running install_egg_info running egg_info writing requirements to src/watchdog.egg-info/requires.txt writing src/watchdog.egg-info/PKG-INFO writing top-level names to src/watchdog.egg-info/top_level.txt writing dependency_links to src/watchdog.egg-info/dependency_links.txt writing entry points to src/watchdog.egg-info/entry_points.txt reading manifest file 'src/watchdog.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching '*.h' under directory 'src' writing manifest file 'src/watchdog.egg-info/SOURCES.txt' Copying src/watchdog.egg-info to /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/lib/python2.7/site-packages/watchdog-0.8.3-py2.7.egg-info running install_scripts Installing watchmedo script to /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/bin + pushd /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/bin ~/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/bin ~/build/BUILD/watchdog-0.8.3 + mv watchmedo watchmedo-2.7 + ln -s watchmedo-2.7 watchmedo-2 + ln -s watchmedo-2.7 watchmedo + popd ~/build/BUILD/watchdog-0.8.3 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/watchdog-0.8.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: 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-watchdog-0.8.3-6.el7.x86_64/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.AWrXL7 + umask 022 + cd /builddir/build/BUILD + cd watchdog-0.8.3 + /usr/bin/python2 setup.py test running test running egg_info writing requirements to src/watchdog.egg-info/requires.txt writing src/watchdog.egg-info/PKG-INFO writing top-level names to src/watchdog.egg-info/top_level.txt writing dependency_links to src/watchdog.egg-info/dependency_links.txt writing entry points to src/watchdog.egg-info/entry_points.txt reading manifest file 'src/watchdog.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching '*.h' under directory 'src' writing manifest file 'src/watchdog.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-3.1.1, py-1.4.32, pluggy-0.4.0 rootdir: /builddir/build/BUILD/watchdog-0.8.3, inifile: plugins: timeout-1.0.0, cov-1.6 collected 60 items tests/test_delayed_queue.py . tests/test_emitter.py .......s.. tests/test_inotify_buffer.py ..... tests/test_observer.py ..... tests/test_skip_repeats_queue.py .... tests/test_snapshot_diff.py ....... tests/legacy/test_watchdog_events.py ..................... tests/legacy/test_watchdog_observers_api.py ...... tests/legacy/test_watchdog_observers_polling.py . --------------- coverage: platform linux2, python 2.7.5-final-0 ---------------- Name Stmts Miss Cover Missing ----------------------------------------------------------------------------- src/watchdog/__init__ 0 0 100% src/watchdog/events 197 29 85% 125, 128, 146, 174, 195, 209, 223, 235, 255, 272, 287, 301, 466-467, 505, 588-596, 610-614 src/watchdog/observers/__init__ 28 21 25% 63-91 src/watchdog/observers/api 139 1 99% 245 src/watchdog/observers/fsevents 62 62 0% 18-171 src/watchdog/observers/fsevents2 121 121 0% 17-240 src/watchdog/observers/inotify 68 9 87% 140-141, 150-151, 156-157, 159-160, 184 src/watchdog/observers/inotify_buffer 34 0 100% src/watchdog/observers/inotify_c 263 63 76% 35-39, 45-48, 55, 176, 193, 198, 208, 212, 240-241, 250-253, 274-291, 297-299, 306, 316-319, 340-345, 363, 370, 385, 400-406, 483, 487, 491, 539, 542, 545, 548 src/watchdog/observers/kqueue 228 228 0% 18-725 src/watchdog/observers/polling 49 5 90% 82, 86, 122, 137-138 src/watchdog/observers/read_directory_changes 55 55 0% 19-133 src/watchdog/observers/winapi 158 158 0% 38-348 src/watchdog/tricks/__init__ 78 78 0% 19-173 src/watchdog/utils/__init__ 55 19 65% 42-43, 73, 77, 116-120, 141-156 src/watchdog/utils/bricks 82 46 44% 153-154, 157-163, 166-168, 192-196, 199, 202, 205-208, 211-214, 217-221, 224-228, 231-235, 238-240, 243-245, 248 src/watchdog/utils/compat 9 1 89% 27 src/watchdog/utils/decorators 65 65 0% 4-197 src/watchdog/utils/delayed_queue 49 0 100% src/watchdog/utils/dirsnapshot 110 10 91% 213-220, 225-226, 278, 287, 290, 293 src/watchdog/utils/echo 56 56 0% 9-145 src/watchdog/utils/event_backport 26 26 0% 4-40 src/watchdog/utils/importlib2 17 17 0% 24-40 src/watchdog/utils/platform 25 6 76% 30, 32, 35-38, 48 src/watchdog/utils/unicode_paths 28 11 61% 32-35, 48-51, 59-62 src/watchdog/utils/win32stat 49 49 0% 17-119 src/watchdog/version 6 6 0% 21-27 src/watchdog/watchmedo 205 205 0% 18-569 ----------------------------------------------------------------------------- TOTAL 2262 1347 40% =============================== warnings summary =============================== None pytest_funcarg__cov: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 59 passed, 1 skipped, 1 warnings in 16.96 seconds =============== + exit 0 Processing files: python2-watchdog-0.8.3-6.el7.noarch BUILDSTDERR: warning: File not found by glob: /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/bin/watchmedo-*3* Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GERSAO + umask 022 + cd /builddir/build/BUILD + cd watchdog-0.8.3 + DOCDIR=/builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/doc/python2-watchdog-0.8.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/doc/python2-watchdog-0.8.3 + cp -pr README.rst /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/doc/python2-watchdog-0.8.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Cohusv + umask 022 + cd /builddir/build/BUILD + cd watchdog-0.8.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/licenses/python2-watchdog-0.8.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/licenses/python2-watchdog-0.8.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64/usr/share/licenses/python2-watchdog-0.8.3 + exit 0 Provides: python-watchdog = 0.8.3-6.el7 python2-watchdog = 0.8.3-6.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: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-watchdog < 0.8.3-6.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 Wrote: /builddir/build/RPMS/python2-watchdog-0.8.3-6.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sRdvV1 + umask 022 + cd /builddir/build/BUILD + cd watchdog-0.8.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-watchdog-0.8.3-6.el7.x86_64 + exit 0 Child return code was: 0