Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 269781 Details for
Bug 363457
dev-python/pyudev-0.9[test] should depend on dev-python/mock
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
pyudev-0.9:20110413-080513.log (text/plain), 9.58 KB, created by
Diego Elio Pettenò (RETIRED)
on 2011-04-13 10:30:50 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2011-04-13 10:30:50 UTC
Size:
9.58 KB
patch
obsolete
> * Package: dev-python/pyudev-0.9 > * Repository: gentoo > * Maintainer: sbriesen@gentoo.org python@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pyudev-0.9.tar.gz to /var/tmp/portage/dev-python/pyudev-0.9/work >>>> Source unpacked in /var/tmp/portage/dev-python/pyudev-0.9/work >>>> Preparing source in /var/tmp/portage/dev-python/pyudev-0.9/work/pyudev-0.9 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pyudev-0.9/work/pyudev-0.9 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pyudev-0.9/work/pyudev-0.9 ... > * Building of dev-python/pyudev-0.9 with CPython 2.7... >python2.7 setup.py build -b build-2.7 >running build >running build_py >creating build-2.7 >creating build-2.7/lib >creating build-2.7/lib/pyudev >copying pyudev/_util.py -> build-2.7/lib/pyudev >copying pyudev/core.py -> build-2.7/lib/pyudev >copying pyudev/_libudev.py -> build-2.7/lib/pyudev >copying pyudev/monitor.py -> build-2.7/lib/pyudev >copying pyudev/__init__.py -> build-2.7/lib/pyudev >warning: build_py: byte-compiling is disabled, skipping. > > * Building of dev-python/pyudev-0.9 with CPython 3.1... >python3.1 setup.py build -b build-3.1 >running build >running build_py >creating build-3.1 >creating build-3.1/lib >creating build-3.1/lib/pyudev >copying pyudev/_util.py -> build-3.1/lib/pyudev >copying pyudev/core.py -> build-3.1/lib/pyudev >copying pyudev/_libudev.py -> build-3.1/lib/pyudev >copying pyudev/monitor.py -> build-3.1/lib/pyudev >copying pyudev/__init__.py -> build-3.1/lib/pyudev >Fixing build-3.1/lib/pyudev/_util.py build-3.1/lib/pyudev/core.py build-3.1/lib/pyudev/_libudev.py build-3.1/lib/pyudev/monitor.py build-3.1/lib/pyudev/__init__.py >Skipping implicit fixer: buffer >Skipping implicit fixer: idioms >Skipping implicit fixer: set_literal >Skipping implicit fixer: ws_comma >Fixing build-3.1/lib/pyudev/_util.py build-3.1/lib/pyudev/core.py build-3.1/lib/pyudev/_libudev.py build-3.1/lib/pyudev/monitor.py build-3.1/lib/pyudev/__init__.py >Skipping implicit fixer: buffer >Skipping implicit fixer: idioms >Skipping implicit fixer: set_literal >Skipping implicit fixer: ws_comma >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. > * Testing of dev-python/pyudev-0.9 with CPython 2.7... >PYTHONPATH=build-2.7/lib py.test >Traceback (most recent call last): > File "/usr/bin/py.test-2.7", line 9, in <module> > load_entry_point('pytest==2.0.2', 'console_scripts', 'py.test')() > File "/usr/lib/python2.7/site-packages/_pytest/core.py", line 447, in main > pluginmanager=_pluginmanager, args=args) > File "/usr/lib/python2.7/site-packages/_pytest/core.py", line 402, in __call__ > return self._docall(methods, kwargs) > File "/usr/lib/python2.7/site-packages/_pytest/core.py", line 413, in _docall > res = mc.execute() > File "/usr/lib/python2.7/site-packages/_pytest/core.py", line 331, in execute > res = method(**kwargs) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 10, in pytest_cmdline_parse > config.parse(args) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 322, in parse > self._preparse(args) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 301, in _preparse > self._setinitialconftest(args) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 280, in _setinitialconftest > self._conftest.setinitial(args) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 160, in setinitial > self.getconftestmodules(x) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 181, in getconftestmodules > clist.append(self.importconftest(conftestpath)) > File "/usr/lib/python2.7/site-packages/_pytest/config.py", line 210, in importconftest > self._conftestpath2mod[conftestpath] = mod = conftestpath.pyimport() > File "/usr/lib/python2.7/site-packages/py/_path/local.py", line 529, in pyimport > mod = __import__(modname, None, None, ['__doc__']) > File "/var/tmp/portage/dev-python/pyudev-0.9/work/pyudev-0.9/tests/conftest.py", line 32, in <module> > import mock >ImportError: No module named mock > * ERROR: dev-python/pyudev-0.9 failed (test phase): > * Testing failed with CPython 2.7 in python_test_function() function > * > * Call stack: > * ebuild.sh, line 56: Called src_test > * environment, line 3594: Called distutils_src_test > * environment, line 1177: Called python_execute_py.test '-P' '$(_distutils_get_PYTHONPATH)' '--' > * environment, line 2291: Called python_execute_function 'python_test_function' > * environment, line 2175: Called die > * The specific snippet of code: > * die "${failure_message}"; > * > * If you need support, post the output of 'emerge --info =dev-python/pyudev-0.9', > * the complete build log and the output of 'emerge -pqv =dev-python/pyudev-0.9'. > * The complete build log is located at '/var/log/portage/build/dev-python/pyudev-0.9:20110413-080513.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyudev-0.9/temp/environment'. > * S: '/var/tmp/portage/dev-python/pyudev-0.9/work/pyudev-0.9' > >>>> Install pyudev-0.9 into /var/tmp/portage/dev-python/pyudev-0.9/image/ category dev-python > * Installation of dev-python/pyudev-0.9 with CPython 2.7... >python2.7 setup.py build -b build-2.7 install --no-compile --root=/var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7 >running build >running build_py >warning: build_py: byte-compiling is disabled, skipping. > >running install >running install_lib >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7 >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7 >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >copying build-2.7/lib/pyudev/_util.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >copying build-2.7/lib/pyudev/core.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >copying build-2.7/lib/pyudev/_libudev.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >copying build-2.7/lib/pyudev/monitor.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >copying build-2.7/lib/pyudev/__init__.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev >warning: install_lib: byte-compiling is disabled, skipping. > >running install_egg_info >running egg_info >writing pyudev.egg-info/PKG-INFO >writing top-level names to pyudev.egg-info/top_level.txt >writing dependency_links to pyudev.egg-info/dependency_links.txt >reading manifest file 'pyudev.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >no previously-included directories found matching 'doc/_build/' >writing manifest file 'pyudev.egg-info/SOURCES.txt' >Copying pyudev.egg-info to /var/tmp/portage/dev-python/pyudev-0.9/temp/images/2.7/usr/lib/python2.7/site-packages/pyudev-0.9-py2.7.egg-info >running install_scripts > * Installation of dev-python/pyudev-0.9 with CPython 3.1... >python3.1 setup.py build -b build-3.1 install --no-compile --root=/var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1 >running build >running build_py >warning: build_py: byte-compiling is disabled, skipping. > >running install >running install_lib >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1 >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1 >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages >creating /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >copying build-3.1/lib/pyudev/_util.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >copying build-3.1/lib/pyudev/core.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >copying build-3.1/lib/pyudev/_libudev.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >copying build-3.1/lib/pyudev/monitor.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >copying build-3.1/lib/pyudev/__init__.py -> /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev >warning: install_lib: byte-compiling is disabled, skipping. > >running install_egg_info >running egg_info >writing pyudev.egg-info/PKG-INFO >writing top-level names to pyudev.egg-info/top_level.txt >writing dependency_links to pyudev.egg-info/dependency_links.txt >reading manifest file 'pyudev.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >no previously-included directories found matching 'doc/_build/' >writing manifest file 'pyudev.egg-info/SOURCES.txt' >Copying pyudev.egg-info to /var/tmp/portage/dev-python/pyudev-0.9/temp/images/3.1/usr/lib/python3.1/site-packages/pyudev-0.9-py3.1.egg-info >running install_scripts >>>> Completed installing pyudev-0.9 into /var/tmp/portage/dev-python/pyudev-0.9/image/ > > * Compilation and optimization of Python modules for CPython 2.7 ... > [ ok ] > * Compilation and optimization of Python modules for CPython 3.1 ... > [ ok ]
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 363457
: 269781