Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-q.spec'], env={'TERM': 'vt100', 'LANG': 'fr_FR.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir'}gid=135timeout=0user='mockbuild'printOutput=TruechrootPath='/var/lib/mock/epel-7-hyperkitty-x86_64/root'nspawn_args=[]uid=1000shell=Falselogger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-q.spec'] with env {'TERM': 'vt100', 'LANG': 'fr_FR.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir'} and shell False sh: /usr/bin/python2: Aucun fichier ou dossier de ce type sh: /usr/bin/python2: Aucun fichier ou dossier de ce type attention : Ne peut canoniser le nom d'hôte : abompard.home.bompard.org Construction pour plate-formes cibles: x86_64 Construction pour cible x86_64 Écrit : /builddir/build/SRPMS/python-django-q-0.7.18-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-q.spec'], env={'TERM': 'vt100', 'LANG': 'fr_FR.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir'}gid=135timeout=0user='mockbuild'printOutput=TruechrootPath='/var/lib/mock/epel-7-hyperkitty-x86_64/root'nspawn_args=[]uid=1000shell=Falselogger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-q.spec'] with env {'TERM': 'vt100', 'LANG': 'fr_FR.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir'} and shell False Construction pour plate-formes cibles: x86_64 Construction pour cible x86_64 Exécution_de(%prep) : /bin/sh -e /var/tmp/rpm-tmp.ylOXVo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-q-0.7.18 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-q-0.7.18.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-q-0.7.18 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Exécution_de(%build) : /bin/sh -e /var/tmp/rpm-tmp.oOO9Nr + umask 022 + cd /builddir/build/BUILD + cd django-q-0.7.18 + 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' /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/django_q copying django_q/admin.py -> build/lib/django_q copying django_q/__init__.py -> build/lib/django_q copying django_q/signing.py -> build/lib/django_q copying django_q/signals.py -> build/lib/django_q copying django_q/models.py -> build/lib/django_q copying django_q/monitor.py -> build/lib/django_q copying django_q/status.py -> build/lib/django_q copying django_q/apps.py -> build/lib/django_q copying django_q/cluster.py -> build/lib/django_q copying django_q/humanhash.py -> build/lib/django_q copying django_q/tasks.py -> build/lib/django_q copying django_q/conf.py -> build/lib/django_q running egg_info writing requirements to django_q.egg-info/requires.txt writing django_q.egg-info/PKG-INFO writing top-level names to django_q.egg-info/top_level.txt writing dependency_links to django_q.egg-info/dependency_links.txt reading manifest file 'django_q.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_q.egg-info/SOURCES.txt' creating build/lib/django_q/brokers copying django_q/brokers/__init__.py -> build/lib/django_q/brokers copying django_q/brokers/aws_sqs.py -> build/lib/django_q/brokers copying django_q/brokers/disque.py -> build/lib/django_q/brokers copying django_q/brokers/ironmq.py -> build/lib/django_q/brokers copying django_q/brokers/mongo.py -> build/lib/django_q/brokers copying django_q/brokers/orm.py -> build/lib/django_q/brokers copying django_q/brokers/redis_broker.py -> build/lib/django_q/brokers creating build/lib/django_q/management copying django_q/management/__init__.py -> build/lib/django_q/management creating build/lib/django_q/management/commands copying django_q/management/commands/__init__.py -> build/lib/django_q/management/commands copying django_q/management/commands/qcluster.py -> build/lib/django_q/management/commands copying django_q/management/commands/qinfo.py -> build/lib/django_q/management/commands copying django_q/management/commands/qmonitor.py -> build/lib/django_q/management/commands creating build/lib/django_q/migrations copying django_q/migrations/0001_initial.py -> build/lib/django_q/migrations copying django_q/migrations/0002_auto_20150630_1624.py -> build/lib/django_q/migrations copying django_q/migrations/0003_auto_20150708_1326.py -> build/lib/django_q/migrations copying django_q/migrations/0004_auto_20150710_1043.py -> build/lib/django_q/migrations copying django_q/migrations/0005_auto_20150718_1506.py -> build/lib/django_q/migrations copying django_q/migrations/0006_auto_20150805_1817.py -> build/lib/django_q/migrations copying django_q/migrations/0007_ormq.py -> build/lib/django_q/migrations copying django_q/migrations/0008_auto_20160224_1026.py -> build/lib/django_q/migrations copying django_q/migrations/__init__.py -> build/lib/django_q/migrations + sleep 1 + exit 0 Exécution_de(%install) : /bin/sh -e /var/tmp/rpm-tmp.OAKxZx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 + cd django-q-0.7.18 + 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-django-q-0.7.18-1.el7.centos.x86_64 /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_requires' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/admin.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/__init__.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/signing.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/signals.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/models.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/monitor.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/status.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/__init__.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/ironmq.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/aws_sqs.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/disque.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/orm.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/redis_broker.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/brokers/mongo.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers copying build/lib/django_q/apps.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/cluster.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management copying build/lib/django_q/management/__init__.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands copying build/lib/django_q/management/commands/qcluster.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands copying build/lib/django_q/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands copying build/lib/django_q/management/commands/qinfo.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands copying build/lib/django_q/management/commands/qmonitor.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands copying build/lib/django_q/humanhash.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q copying build/lib/django_q/tasks.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q creating /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0007_ormq.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0003_auto_20150708_1326.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0002_auto_20150630_1624.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0004_auto_20150710_1043.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0006_auto_20150805_1817.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0005_auto_20150718_1506.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/migrations/0008_auto_20160224_1026.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations copying build/lib/django_q/conf.py -> /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/admin.py to admin.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/signing.py to signing.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/monitor.py to monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/ironmq.py to ironmq.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/aws_sqs.py to aws_sqs.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/disque.py to disque.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/orm.py to orm.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/redis_broker.py to redis_broker.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/brokers/mongo.py to mongo.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/apps.py to apps.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands/qcluster.py to qcluster.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands/qinfo.py to qinfo.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/management/commands/qmonitor.py to qmonitor.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/humanhash.py to humanhash.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/tasks.py to tasks.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0007_ormq.py to 0007_ormq.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0003_auto_20150708_1326.py to 0003_auto_20150708_1326.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0002_auto_20150630_1624.py to 0002_auto_20150630_1624.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0004_auto_20150710_1043.py to 0004_auto_20150710_1043.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0006_auto_20150805_1817.py to 0006_auto_20150805_1817.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0005_auto_20150718_1506.py to 0005_auto_20150718_1506.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0001_initial.py to 0001_initial.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/migrations/0008_auto_20160224_1026.py to 0008_auto_20160224_1026.pyc byte-compiling /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q/conf.py to conf.pyc writing byte-compilation script '/tmp/tmpaielfu.py' /usr/bin/python2 -O /tmp/tmpaielfu.py removing /tmp/tmpaielfu.py running install_egg_info running egg_info writing requirements to django_q.egg-info/requires.txt writing django_q.egg-info/PKG-INFO writing top-level names to django_q.egg-info/top_level.txt writing dependency_links to django_q.egg-info/dependency_links.txt reading manifest file 'django_q.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_q.egg-info/SOURCES.txt' Copying django_q.egg-info to /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/django_q-0.7.18-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 110000000 /builddir/build/BUILD/django-q-0.7.18 /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-django-q-0.7.18-1.el7.centos.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 Exécution_de(%check) : /bin/sh -e /var/tmp/rpm-tmp.uQroGF + umask 022 + cd /builddir/build/BUILD + cd django-q-0.7.18 + exit 0 Traitement des fichiers : python-django-q-0.7.18-1.el7.centos.noarch Exécution_de(%doc) : /bin/sh -e /var/tmp/rpm-tmp.arFEnN + umask 022 + cd /builddir/build/BUILD + cd django-q-0.7.18 + DOCDIR=/builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/doc/python-django-q-0.7.18 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/doc/python-django-q-0.7.18 + cp -pr README.rst /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/doc/python-django-q-0.7.18 + exit 0 Exécution_de(%license) : /bin/sh -e /var/tmp/rpm-tmp.A9Dz5U + umask 022 + cd /builddir/build/BUILD + cd django-q-0.7.18 + LICENSEDIR=/builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/licenses/python-django-q-0.7.18 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/licenses/python-django-q-0.7.18 + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64/usr/share/licenses/python-django-q-0.7.18 + exit 0 Provides: python-django-q = 0.7.18-1.el7.centos 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 Vérification des fichiers non empaquetés : /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 attention : Ne peut canoniser le nom d'hôte : abompard.home.bompard.org Écrit : /builddir/build/RPMS/python-django-q-0.7.18-1.el7.centos.noarch.rpm Exécution_de(%clean) : /bin/sh -e /var/tmp/rpm-tmp.2jOrTe + umask 022 + cd /builddir/build/BUILD + cd django-q-0.7.18 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-q-0.7.18-1.el7.centos.x86_64 + exit 0 Child return code was: 0