Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 678019 Details for
Bug 759517
[TEST] app-arch/vimball-0.5.1 : ModuleNotFoundError: No module named salt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-arch:vimball-0.5.1:20201211-204715.log
app-arch:vimball-0.5.1:20201211-204715.log (text/plain), 6.54 KB, created by
Toralf Förster
on 2020-12-11 21:09:28 UTC
(
hide
)
Description:
app-arch:vimball-0.5.1:20201211-204715.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-12-11 21:09:28 UTC
Size:
6.54 KB
patch
obsolete
> * Package: app-arch/vimball-0.5.1 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_8 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking vimball-0.5.1.tar.gz to /var/tmp/portage/app-arch/vimball-0.5.1/work >>>> Source unpacked in /var/tmp/portage/app-arch/vimball-0.5.1/work >>>> Preparing source in /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1 ... > * python3_8: running distutils-r1_run_phase distutils-r1_python_compile >python3.8 setup.py build -j 1 >Warning: 'classifiers' should be a list, got type 'tuple' >running build >running build_py >creating /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1-python3_8/lib/vimball >copying vimball/_version.py -> /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1-python3_8/lib/vimball >copying vimball/__init__.py -> /var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1-python3_8/lib/vimball >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: app-arch/vimball-0.5.1 > * python3_8: running distutils-r1_run_phase python_test >python3.8 setup.py test >Warning: 'classifiers' should be a list, got type 'tuple' >running test >Traceback (most recent call last): > File "/usr/lib/python3.8/site-packages/pytestsalt/utils/log_server_tornado.py", line 18, in <module> > from salt.ext.tornado import gen >ModuleNotFoundError: No module named 'salt' > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/lib/python-exec/python3.8/py.test", line 33, in <module> > sys.exit(load_entry_point('pytest==6.1.2', 'console_scripts', 'py.test')()) > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 187, in console_main > code = main() > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 143, in main > config = _prepareconfig(args, plugins) > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 318, in _prepareconfig > config = pluginmanager.hook.pytest_cmdline_parse( > File "/usr/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__ > return self._hookexec(self, self.get_hookimpls(), kwargs) > File "/usr/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec > return self._inner_hookexec(hook, methods, kwargs) > File "/usr/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda> > self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( > File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 203, in _multicall > gen.send(outcome) > File "/usr/lib/python3.8/site-packages/_pytest/helpconfig.py", line 100, in pytest_cmdline_parse > config = outcome.get_result() # type: Config > File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result > raise ex[1].with_traceback(ex[2]) > File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall > res = hook_impl.function(*args) > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1003, in pytest_cmdline_parse > self.parse(args) > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1280, in parse > self._preparse(args, addopts=addopts) > File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1172, in _preparse > self.pluginmanager.load_setuptools_entrypoints("pytest11") > File "/usr/lib/python3.8/site-packages/pluggy/manager.py", line 299, in load_setuptools_entrypoints > plugin = ep.load() > File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load > module = import_module(match.group('module')) > File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1014, in _gcd_import > File "<frozen importlib._bootstrap>", line 991, in _find_and_load > File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 671, in _load_unlocked > File "/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py", line 171, in exec_module > exec(co, module.__dict__) > File "/usr/lib/python3.8/site-packages/pytestsalt/fixtures/log.py", line 22, in <module> > from pytestsalt.utils.log_server_tornado import log_server_tornado as salt_log_server > File "/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py", line 171, in exec_module > exec(co, module.__dict__) > File "/usr/lib/python3.8/site-packages/pytestsalt/utils/log_server_tornado.py", line 23, in <module> > from tornado import gen >ModuleNotFoundError: No module named 'tornado' > * ERROR: app-arch/vimball-0.5.1::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 2987: Called distutils-r1_src_test > * environment, line 1238: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 454: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2596: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2078: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2076: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 811: Called distutils-r1_run_phase 'python_test' > * environment, line 1175: Called python_test > * environment, line 2947: Called esetup.py 'test' > * environment, line 1622: Called die > * The specific snippet of code: > * "${@}" || die "${die_args[@]}"; > * > * If you need support, post the output of `emerge --info '=app-arch/vimball-0.5.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-arch/vimball-0.5.1::gentoo'`. > * The complete build log is located at '/var/log/portage/app-arch:vimball-0.5.1:20201211-204715.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/vimball-0.5.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-arch/vimball-0.5.1/temp/environment'. > * Working directory: '/var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1' > * S: '/var/tmp/portage/app-arch/vimball-0.5.1/work/vimball-0.5.1'
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 759517
:
678016
| 678019 |
678025
|
678028
|
678031
|
678034