Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 905125 Details for
Bug 1106722
python-anykeystore: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 17.08 KB, created by
Dennis Gilmore
on 2014-06-09 17:18:05 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 17:18:05 UTC
Size:
17.08 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'], False, '/var/lib/mock/f21-build-2138373-392928/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a35c10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >warning: Could not canonicalize hostname: arm04-builder04.arm.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-anykeystore-0.2-6.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'], False, '/var/lib/mock/f21-build-2138373-392928/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a35c10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.23LZ3S >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf anykeystore-0.2 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/anykeystore-0.2.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd anykeystore-0.2 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4yuiNF >+ umask 022 >+ cd /builddir/build/BUILD >+ cd anykeystore-0.2 >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/anykeystore >copying anykeystore/interfaces.py -> build/lib/anykeystore >copying anykeystore/exceptions.py -> build/lib/anykeystore >copying anykeystore/store.py -> build/lib/anykeystore >copying anykeystore/__init__.py -> build/lib/anykeystore >copying anykeystore/utils.py -> build/lib/anykeystore >copying anykeystore/compat.py -> build/lib/anykeystore >creating build/lib/anykeystore/backends >copying anykeystore/backends/redis.py -> build/lib/anykeystore/backends >copying anykeystore/backends/memory.py -> build/lib/anykeystore/backends >copying anykeystore/backends/sqla.py -> build/lib/anykeystore/backends >copying anykeystore/backends/mongodb.py -> build/lib/anykeystore/backends >copying anykeystore/backends/__init__.py -> build/lib/anykeystore/backends >copying anykeystore/backends/memcached.py -> build/lib/anykeystore/backends >creating build/lib/anykeystore/tests >copying anykeystore/tests/test_utils.py -> build/lib/anykeystore/tests >copying anykeystore/tests/test_store.py -> build/lib/anykeystore/tests >copying anykeystore/tests/__init__.py -> build/lib/anykeystore/tests >creating build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/test_mongodb.py -> build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/test_memory.py -> build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/test_memcached.py -> build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/__init__.py -> build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/test_sqla.py -> build/lib/anykeystore/tests/test_backends >copying anykeystore/tests/test_backends/test_redis.py -> build/lib/anykeystore/tests/test_backends >creating build/lib/anykeystore/tests/integration >copying anykeystore/tests/integration/tests.py -> build/lib/anykeystore/tests/integration >copying anykeystore/tests/integration/__init__.py -> build/lib/anykeystore/tests/integration >running egg_info >writing anykeystore.egg-info/PKG-INFO >writing top-level names to anykeystore.egg-info/top_level.txt >writing dependency_links to anykeystore.egg-info/dependency_links.txt >writing entry points to anykeystore.egg-info/entry_points.txt >reading manifest file 'anykeystore.egg-info/SOURCES.txt' >writing manifest file 'anykeystore.egg-info/SOURCES.txt' >copying anykeystore/tests/integration/testing.ini -> build/lib/anykeystore/tests/integration >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.19ag7R >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch >++ dirname /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch >+ cd anykeystore-0.2 >+ /usr/bin/python setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/redis.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/memory.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/sqla.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/mongodb.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/__init__.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/backends/memcached.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends >copying build/lib/anykeystore/interfaces.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >copying build/lib/anykeystore/exceptions.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >copying build/lib/anykeystore/store.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >copying build/lib/anykeystore/__init__.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests >copying build/lib/anykeystore/tests/test_utils.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests >copying build/lib/anykeystore/tests/test_store.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests >copying build/lib/anykeystore/tests/__init__.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/test_mongodb.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/test_memory.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/test_memcached.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/__init__.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/test_sqla.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >copying build/lib/anykeystore/tests/test_backends/test_redis.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends >creating /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration >copying build/lib/anykeystore/tests/integration/tests.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration >copying build/lib/anykeystore/tests/integration/__init__.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration >copying build/lib/anykeystore/tests/integration/testing.ini -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration >copying build/lib/anykeystore/utils.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >copying build/lib/anykeystore/compat.py -> /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/redis.py to redis.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/memory.py to memory.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/sqla.py to sqla.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/mongodb.py to mongodb.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/backends/memcached.py to memcached.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/interfaces.py to interfaces.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/exceptions.py to exceptions.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/store.py to store.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_utils.py to test_utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_store.py to test_store.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/test_mongodb.py to test_mongodb.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/test_memory.py to test_memory.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/test_memcached.py to test_memcached.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/test_sqla.py to test_sqla.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/test_backends/test_redis.py to test_redis.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration/tests.py to tests.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/tests/integration/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/utils.py to utils.pyc >byte-compiling /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore/compat.py to compat.pyc >writing byte-compilation script '/tmp/tmpsRzPJU.py' >/usr/bin/python -O /tmp/tmpsRzPJU.py >removing /tmp/tmpsRzPJU.py >running install_egg_info >running egg_info >writing anykeystore.egg-info/PKG-INFO >writing top-level names to anykeystore.egg-info/top_level.txt >writing dependency_links to anykeystore.egg-info/dependency_links.txt >writing entry points to anykeystore.egg-info/entry_points.txt >reading manifest file 'anykeystore.egg-info/SOURCES.txt' >writing manifest file 'anykeystore.egg-info/SOURCES.txt' >Copying anykeystore.egg-info to /builddir/build/BUILDROOT/python-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7/site-packages/anykeystore-0.2-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/anykeystore-0.2 >/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/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-anykeystore-0.2-6.fc21.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OylZio >+ umask 022 >+ cd /builddir/build/BUILD >+ cd anykeystore-0.2 >+ /usr/bin/python setup.py test >running test >Searching for unittest2 >Reading https://pypi.python.org/simple/unittest2/ >Download error on https://pypi.python.org/simple/unittest2/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found! >Scanning index of all packages (this may take a while) >Reading https://pypi.python.org/simple/ >Couldn't find index page for 'unittest2' (maybe misspelled?) >Download error on https://pypi.python.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found! >No local packages or download links found for unittest2 >error: Could not find suitable distribution for Requirement.parse('unittest2') >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.OylZio (%check) > Bad exit status from /var/tmp/rpm-tmp.OylZio (%check) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-anykeystore.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106722
: 905125 |
905126
|
905127