Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 512984 Details for
Bug 643252
dev-python/python-hpilo-4.0 : [TEST] ImportError: Failed to import test module: tests.test_users
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:python-hpilo-4.0:20180103-011046.log
dev-python:python-hpilo-4.0:20180103-011046.log (text/plain), 14.04 KB, created by
Toralf Förster
on 2018-01-03 15:31:23 UTC
(
hide
)
Description:
dev-python:python-hpilo-4.0:20180103-011046.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-01-03 15:31:23 UTC
Size:
14.04 KB
patch
obsolete
> * Package: dev-python/python-hpilo-4.0 > * Repository: gentoo > * Maintainer: python@gentoo.org nicolasbock@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking python-hpilo-4.0.tar.gz to /var/tmp/portage/dev-python/python-hpilo-4.0/work >>>> Source unpacked in /var/tmp/portage/dev-python/python-hpilo-4.0/work >>>> Preparing source in /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python2.7 setup.py build >running build >running build_py >copying hpilo.py -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python2_7/lib >copying hpilo_fw.py -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python2_7/lib >warning: build_py: byte-compiling is disabled, skipping. > >running build_scripts >creating /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python2_7/scripts >copying and adjusting hpilo_cli -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python2_7/scripts >changing mode of /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python2_7/scripts/hpilo_cli from 644 to 755 > * python3_5: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.5 setup.py build >running build >running build_py >copying hpilo.py -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python3_5/lib >copying hpilo_fw.py -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python3_5/lib >warning: build_py: byte-compiling is disabled, skipping. > >running build_scripts >creating /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python3_5/scripts >copying and adjusting hpilo_cli -> /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python3_5/scripts >changing mode of /var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0-python3_5/scripts/hpilo_cli from 644 to 755 >>>> Source compiled. >>>> Test phase: dev-python/python-hpilo-4.0 > * python2_7: running distutils-r1_run_phase python_test >EEEEEEEEEEE >====================================================================== >ERROR: tests.test_users (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_users >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 "tests/test_users.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_uid (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_uid >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 "tests/test_uid.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_snmp (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_snmp >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 "tests/test_snmp.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_responses (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_responses >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 "tests/test_responses.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_requests (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_requests >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 "tests/test_requests.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_network_settings (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_network_settings >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 "tests/test_network_settings.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_logs (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_logs >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 "tests/test_logs.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_languages (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_languages >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 "tests/test_languages.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_global_settings (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_global_settings >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 "tests/test_global_settings.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_delayed (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_delayed >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 "tests/test_delayed.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >====================================================================== >ERROR: tests.test_boot (unittest.loader.ModuleImportFailure) >---------------------------------------------------------------------- >ImportError: Failed to import test module: tests.test_boot >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 "tests/test_boot.py", line 3, in <module> > from utils import * > File "tests/utils.py", line 62, in <module> > class IloTestCase(unittest.TestCase): > File "tests/utils.py", line 37, in __new__ > login = config.get('ilo', 'login') > File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get > raise NoSectionError(section) >NoSectionError: No section: 'ilo' > > >---------------------------------------------------------------------- >Ran 11 tests in 0.001s > >FAILED (errors=11) > * ERROR: dev-python/python-hpilo-4.0::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2695: Called distutils-r1_src_test > * environment, line 871: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 317: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2219: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1525: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1523: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 541: Called distutils-r1_run_phase 'python_test' > * environment, line 802: Called python_test > * environment, line 2575: Called die > * The specific snippet of code: > * ${EPYTHON} -m unittest discover || die > * > * If you need support, post the output of `emerge --info '=dev-python/python-hpilo-4.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/python-hpilo-4.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:python-hpilo-4.0:20180103-011046.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/python-hpilo-4.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/python-hpilo-4.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0' > * S: '/var/tmp/portage/dev-python/python-hpilo-4.0/work/python-hpilo-4.0'
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 643252
:
512982
| 512984 |
512986
|
512988
|
512990
|
512992
|
512994