Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 677593 Details for
Bug 759379
[TEST] dev-ros/ament_flake8-0.10.0 : ModuleNotFoundError: No module named msgpack
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-ros:ament_flake8-0.10.0:20201210-001121.log
dev-ros:ament_flake8-0.10.0:20201210-001121.log (text/plain), 6.93 KB, created by
Toralf Förster
on 2020-12-10 17:50:55 UTC
(
hide
)
Description:
dev-ros:ament_flake8-0.10.0:20201210-001121.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-12-10 17:50:55 UTC
Size:
6.93 KB
patch
obsolete
> * Package: dev-ros/ament_flake8-0.10.0 > * Repository: gentoo > * Maintainer: ros@gentoo.org > * 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 ament_lint-0.10.0.tar.gz to /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work >>>> Source unpacked in /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work >>>> Preparing source in /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8 ... > * python3_8: running distutils-r1_run_phase distutils-r1_python_compile >python3.8 setup.py build -j 1 >running build >running build_py >creating /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8 >copying ament_flake8/pytest_marker.py -> /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8 >copying ament_flake8/main.py -> /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8 >copying ament_flake8/legacy.py -> /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8 >copying ament_flake8/__init__.py -> /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8 >creating /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8/configuration >copying ament_flake8/configuration/ament_flake8.ini -> /var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8-python3_8/lib/ament_flake8/configuration >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-ros/ament_flake8-0.10.0 > * python3_8: running distutils-r1_run_phase python_test >Traceback (most recent call last): > File "/usr/lib/python-exec/python3.8/pytest", line 33, in <module> > sys.exit(load_entry_point('pytest==6.1.2', 'console_scripts', 'pytest')()) > 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 15, in <module> > import msgpack >ModuleNotFoundError: No module named 'msgpack' > * ERROR: dev-ros/ament_flake8-0.10.0::gentoo failed (test phase): > * Tests fail with python3.8 > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 2995: Called distutils-r1_src_test > * environment, line 1246: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 462: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2604: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2086: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2084: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 819: Called distutils-r1_run_phase 'python_test' > * environment, line 1183: Called python_test > * environment, line 2955: Called die > * The specific snippet of code: > * pytest -vv || die "Tests fail with ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=dev-ros/ament_flake8-0.10.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-ros/ament_flake8-0.10.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-ros:ament_flake8-0.10.0:20201210-001121.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-ros/ament_flake8-0.10.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-ros/ament_flake8-0.10.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8' > * S: '/var/tmp/portage/dev-ros/ament_flake8-0.10.0/work/ament_lint-0.10.0/ament_flake8'
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 759379
:
677590
| 677593 |
677596
|
677599
|
677602