Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 538584 Details for
Bug 660532
dev-python/e4u-0.1_rc5 : [TEST] ImportError: Failed to import test module: test.test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:e4u-0.1_rc5:20180706-004647.log
dev-python:e4u-0.1_rc5:20180706-004647.log (text/plain), 5.61 KB, created by
Toralf Förster
on 2018-07-06 18:30:46 UTC
(
hide
)
Description:
dev-python:e4u-0.1_rc5:20180706-004647.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-07-06 18:30:46 UTC
Size:
5.61 KB
patch
obsolete
> * Package: dev-python/e4u-0.1_rc5 > * Repository: gentoo > * Maintainer: ck+gentoo@bl4ckb0x.de proxy-maint@gentoo.org > * Upstream: https://github.com/lambdalisue/e4u/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking e4u-0.1rc5.tar.gz to /var/tmp/portage/dev-python/e4u-0.1_rc5/work >>>> Source unpacked in /var/tmp/portage/dev-python/e4u-0.1_rc5/work >>>> Preparing source in /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5 ... > * Applying change-emoji4unicode-url.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >python2.7 setup.py build >running build >running build_py >creating /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/loader.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/__init__.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/utils.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/thumbnails.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/symbol.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >copying e4u/code.py -> /var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5-python2_7/lib/e4u >running egg_info >creating e4u.egg-info >writing requirements to e4u.egg-info/requires.txt >writing e4u.egg-info/PKG-INFO >writing top-level names to e4u.egg-info/top_level.txt >writing dependency_links to e4u.egg-info/dependency_links.txt >writing manifest file 'e4u.egg-info/SOURCES.txt' >reading manifest file 'e4u.egg-info/SOURCES.txt' >writing manifest file 'e4u.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/e4u-0.1_rc5 > * python2_7: running distutils-r1_run_phase python_test >python2.7 setup.py test >running test >running egg_info >writing requirements to e4u.egg-info/requires.txt >writing e4u.egg-info/PKG-INFO >writing top-level names to e4u.egg-info/top_level.txt >writing dependency_links to e4u.egg-info/dependency_links.txt >reading manifest file 'e4u.egg-info/SOURCES.txt' >writing manifest file 'e4u.egg-info/SOURCES.txt' >running build_ext >test.test (unittest.loader.ModuleImportFailure) ... ERROR > >====================================================================== >ERROR: test.test (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: test.test >Traceback (most recent call last): > File "/usr/lib64/python2.7/unittest/loader.py", line 254, in _find_tests > module = self._get_module_from_name(name) > File "/usr/lib64/python2.7/unittest/loader.py", line 232, in _get_module_from_name > __import__(name) > File "/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5/test/test.py", line 10, in <module> > e4u.load() > File "/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5/e4u/__init__.py", line 19, in load > reload(filename, url, loader_class) > File "/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5/e4u/__init__.py", line 29, in reload > _loader.load(filename, url) > File "/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5/e4u/loader.py", line 37, in load > xml = open(filename, 'r').read() >IOError: [Errno 2] No such file or directory: '/usr/share/e4u/emoji4unicode.xml' > > >---------------------------------------------------------------------- >Ran 1 test in 0.000s > >FAILED (errors=1) >Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0> >error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0> > * ERROR: dev-python/e4u-0.1_rc5::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2638: Called distutils-r1_src_test > * environment, line 884: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 334: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2165: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1538: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1536: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 558: Called distutils-r1_run_phase 'python_test' > * environment, line 815: Called python_test > * environment, line 2540: Called esetup.py 'test' > * environment, line 1083: Called die > * The specific snippet of code: > * "${@}" || die "${die_args[@]}"; > * > * If you need support, post the output of `emerge --info '=dev-python/e4u-0.1_rc5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/e4u-0.1_rc5::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:e4u-0.1_rc5:20180706-004647.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/e4u-0.1_rc5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/e4u-0.1_rc5/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5' > * S: '/var/tmp/portage/dev-python/e4u-0.1_rc5/work/e4u-0.1rc5'
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 660532
:
538582
| 538584 |
538586
|
538588
|
538590
|
538592