Mock Version: 1.2.21 Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hidapi.spec'], env={'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}timeout=172800user='mockbuild'printOutput=Falseuid=1000chrootPath='/var/lib/mock/f25-build-6736424-661525/root'shell=Falselogger=gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hidapi.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-hidapi-0.7.99.post20-1.fc25.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-hidapi.spec'], env={'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=425user='mockbuild'printOutput=Falseshell=FalsechrootPath='/var/lib/mock/f25-build-6736424-661525/root'uid=1000private_network=Truelogger=timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-hidapi.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Si36al + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hidapi-0.7.99.post20 + /usr/bin/gzip -dc /builddir/build/SOURCES/hidapi-0.7.99.post20.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hidapi-0.7.99.post20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/rm -fr hidapi hidapi.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.00FBM3 + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' --with-system-hidapi running build running build_ext cythoning hid.pyx to hid.c building 'hid' extension creating build creating build/temp.linux-x86_64-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o hid.c: In function '__pyx_pf_3hid_6device_open': hid.c:1492:45: warning: passing argument 1 of 'PyUnicodeUCS4_AsWideChar' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from hid.c:4: /usr/include/python2.7/unicodeobject.h:246:31: note: expected 'PyUnicodeObject * {aka struct *}' but argument is of type 'PyObject * {aka struct _object *}' # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar ^ /usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro 'PyUnicode_AsWideChar' PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar( ^~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-x86_64-2.7 gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic build/temp.linux-x86_64-2.7/hid.o -L/usr/lib64 -lusb-1.0 -ludev -lrt -lhidapi-libusb -lpython2.7 -o build/lib.linux-x86_64-2.7/hid.so skipping 'hid.c' Cython extension (up-to-date) building 'hidraw' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hidapi -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o hid.c: In function '__pyx_pf_3hid_6device_open': hid.c:1492:45: warning: passing argument 1 of 'PyUnicodeUCS4_AsWideChar' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:85:0, from hid.c:4: /usr/include/python2.7/unicodeobject.h:246:31: note: expected 'PyUnicodeObject * {aka struct *}' but argument is of type 'PyObject * {aka struct _object *}' # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar ^ /usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro 'PyUnicode_AsWideChar' PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar( ^~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic build/temp.linux-x86_64-2.7/hid.o -L/usr/lib64 -ludev -lrt -lhidapi-hidraw -lpython2.7 -o build/lib.linux-x86_64-2.7/hidraw.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' --with-system-hidapi running build running build_ext skipping 'hid.c' Cython extension (up-to-date) building 'hid' extension creating build/temp.linux-x86_64-3.5 gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python3.5m -c hid.c -o build/temp.linux-x86_64-3.5/hid.o creating build/lib.linux-x86_64-3.5 gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic build/temp.linux-x86_64-3.5/hid.o -L/usr/lib64 -lusb-1.0 -ludev -lrt -lhidapi-libusb -lpython3.5m -o build/lib.linux-x86_64-3.5/hid.cpython-35m-x86_64-linux-gnu.so skipping 'hid.c' Cython extension (up-to-date) building 'hidraw' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hidapi -I/usr/include/python3.5m -c hid.c -o build/temp.linux-x86_64-3.5/hid.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic build/temp.linux-x86_64-3.5/hid.o -L/usr/lib64 -ludev -lrt -lhidapi-hidraw -lpython3.5m -o build/lib.linux-x86_64-3.5/hidraw.cpython-35m-x86_64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UtAuj7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 ++ dirname /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 + cd hidapi-0.7.99.post20 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 --with-system-hidapi running install running install_lib creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/hidraw.so -> /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/hid.so -> /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages writing byte-compilation script '/tmp/tmpFDOrjt.py' /usr/bin/python2 -O /tmp/tmpFDOrjt.py removing /tmp/tmpFDOrjt.py running install_egg_info running egg_info creating hidapi.egg-info writing requirements to hidapi.egg-info/requires.txt writing hidapi.egg-info/PKG-INFO writing top-level names to hidapi.egg-info/top_level.txt writing dependency_links to hidapi.egg-info/dependency_links.txt writing manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'hidapi/hidapi/hidapi.h' warning: no files found matching 'hidapi/libusb/hid.c' warning: no files found matching 'hidapi/linux/hid.c' warning: no files found matching 'hidapi/mac/hid.c' warning: no files found matching 'hidapi/windows/hid.c' writing manifest file 'hidapi.egg-info/SOURCES.txt' Copying hidapi.egg-info to /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages/hidapi-0.7.99.post20-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 --with-system-hidapi running install running install_lib creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5 creating /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages copying build/lib.linux-x86_64-3.5/hidraw.cpython-35m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages copying build/lib.linux-x86_64-3.5/hid.cpython-35m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages writing byte-compilation script '/tmp/tmp688qpa9x.py' /usr/bin/python3 -O /tmp/tmp688qpa9x.py removing /tmp/tmp688qpa9x.py running install_egg_info running egg_info writing requirements to hidapi.egg-info/requires.txt writing dependency_links to hidapi.egg-info/dependency_links.txt writing hidapi.egg-info/PKG-INFO writing top-level names to hidapi.egg-info/top_level.txt reading manifest file 'hidapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'hidapi/hidapi/hidapi.h' warning: no files found matching 'hidapi/libusb/hid.c' warning: no files found matching 'hidapi/linux/hid.c' warning: no files found matching 'hidapi/mac/hid.c' warning: no files found matching 'hidapi/windows/hid.c' writing manifest file 'hidapi.egg-info/SOURCES.txt' Copying hidapi.egg-info to /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages/hidapi-0.7.99.post20-py3.5.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 110000000 /builddir/build/BUILD/hidapi-0.7.99.post20 extracting debug info from /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages/hidraw.so extracting debug info from /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages/hid.so extracting debug info from /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages/hidraw.cpython-35m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages/hid.cpython-35m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 411 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/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-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5 using /usr/bin/python3.5 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib/debug/usr/lib64/python3.5 using /usr/bin/python3.5 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qsYShf + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + PYTHONPATH_TMP= + export PYTHONPATH=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python2.7/site-packages + /usr/bin/python2 tests.py . ---------------------------------------------------------------------- Ran 1 test in 0.015s OK + export PYTHONPATH=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/lib64/python3.5/site-packages + /usr/bin/python3 tests.py . ---------------------------------------------------------------------- Ran 1 test in 0.013s OK + export PYTHONPATH= + PYTHONPATH= + unset PYTHONPATH_TMP + exit 0 Processing files: python2-hidapi-0.7.99.post20-1.fc25.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f5O5zn + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + DOCDIR=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python2-hidapi + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python2-hidapi + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python2-hidapi + cp -pr README.rst /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python2-hidapi + cp -pr try.py /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python2-hidapi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YqlXTv + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + LICENSEDIR=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python2-hidapi + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python2-hidapi + cp -pr LICENSE-bsd.txt LICENSE-gpl3.txt LICENSE-orig.txt LICENSE.txt /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python2-hidapi + exit 0 Provides: python-hidapi = 0.7.99.post20-1.fc25 python-hidapi(x86-64) = 0.7.99.post20-1.fc25 python2-hidapi = 0.7.99.post20-1.fc25 python2-hidapi(x86-64) = 0.7.99.post20-1.fc25 python2.7dist(hidapi) = 0.7.99.post20 python2dist(hidapi) = 0.7.99.post20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libhidapi-hidraw.so.0()(64bit) libhidapi-libusb.so.0()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) librt.so.1()(64bit) libudev.so.1()(64bit) libusb-1.0.so.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-hidapi < 0.7.99.post20-1.fc25 Processing files: python3-hidapi-0.7.99.post20-1.fc25.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Qpy9yG + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + DOCDIR=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python3-hidapi + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python3-hidapi + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python3-hidapi + cp -pr README.rst /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python3-hidapi + cp -pr try.py /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/doc/python3-hidapi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BETBfR + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + LICENSEDIR=/builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python3-hidapi + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python3-hidapi + cp -pr LICENSE-bsd.txt LICENSE-gpl3.txt LICENSE-orig.txt LICENSE.txt /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64/usr/share/licenses/python3-hidapi + exit 0 Provides: python3-hidapi = 0.7.99.post20-1.fc25 python3-hidapi(x86-64) = 0.7.99.post20-1.fc25 python3.5dist(hidapi) = 0.7.99.post20 python3dist(hidapi) = 0.7.99.post20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libhidapi-hidraw.so.0()(64bit) libhidapi-libusb.so.0()(64bit) libpthread.so.0()(64bit) libpython3.5m.so.1.0()(64bit) librt.so.1()(64bit) libudev.so.1()(64bit) libusb-1.0.so.0()(64bit) python(abi) = 3.5 rtld(GNU_HASH) Processing files: python-hidapi-debuginfo-0.7.99.post20-1.fc25.x86_64 Provides: python-hidapi-debuginfo = 0.7.99.post20-1.fc25 python-hidapi-debuginfo(x86-64) = 0.7.99.post20-1.fc25 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-hidapi-0.7.99.post20-1.fc25.x86_64 Wrote: /builddir/build/RPMS/python2-hidapi-0.7.99.post20-1.fc25.x86_64.rpm Wrote: /builddir/build/RPMS/python3-hidapi-0.7.99.post20-1.fc25.x86_64.rpm Wrote: /builddir/build/RPMS/python-hidapi-debuginfo-0.7.99.post20-1.fc25.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fhJvs4 + umask 022 + cd /builddir/build/BUILD + cd hidapi-0.7.99.post20 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hidapi-0.7.99.post20-1.fc25.x86_64 + exit 0 Child return code was: 0