Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 502440 Details for
Bug 636498
dev-python/pytest-catchlog-1.2.2 : argparse.ArgumentError: argument --log-format: conflicting option string(s): --log-format
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pytest-catchlog-1.2.2:20171103-221453.log
dev-python:pytest-catchlog-1.2.2:20171103-221453.log (text/plain), 6.58 KB, created by
Toralf Förster
on 2017-11-04 10:30:04 UTC
(
hide
)
Description:
dev-python:pytest-catchlog-1.2.2:20171103-221453.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-11-04 10:30:04 UTC
Size:
6.58 KB
patch
obsolete
> * Package: dev-python/pytest-catchlog-1.2.2 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pytest-catchlog-1.2.2.zip to /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work >>>> Source unpacked in /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work >>>> Preparing source in /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python2.7 setup.py build >running build >running build_py >copying pytest_catchlog.py -> /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2-python2_7/lib >warning: build_py: byte-compiling is disabled, skipping. > > * python3_4: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.4 setup.py build >running build >running build_py >copying pytest_catchlog.py -> /var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2-python3_4/lib >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/pytest-catchlog-1.2.2 > * python2_7: running distutils-r1_run_phase python_test >Traceback (most recent call last): > File "/usr/lib/python-exec/python2.7/py.test", line 11, in <module> > load_entry_point('pytest==3.2.2', 'console_scripts', 'py.test')() > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 49, in main > config = _prepareconfig(args, plugins) > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 168, in _prepareconfig > pluginmanager=pluginmanager, args=args) > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__ > return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec > return self._inner_hookexec(hook, methods, kwargs) > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda> > _MultiCall(methods, kwargs, hook.spec_opts).execute() > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 613, in execute > return _wrapped_call(hook_impl.function(*args), self.execute) > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 250, in _wrapped_call > wrap_controller.send(call_outcome) > File "/usr/lib64/python2.7/site-packages/_pytest/helpconfig.py", line 68, in pytest_cmdline_parse > config = outcome.get_result() > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 280, in get_result > _reraise(*ex) # noqa > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 265, in __init__ > self.result = func() > File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute > res = hook_impl.function(*args) > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 957, in pytest_cmdline_parse > self.parse(args) > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 1121, in parse > self._preparse(args, addopts=addopts) > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 1086, in _preparse > self.known_args_namespace = ns = self._parser.parse_known_args(args, namespace=self.option.copy()) > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 571, in parse_known_args > return self.parse_known_and_unknown_args(args, namespace=namespace)[0] > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 577, in parse_known_and_unknown_args > optparser = self._getparser() > File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 556, in _getparser > arggroup.add_argument(*n, **a) > File "/usr/lib64/python2.7/argparse.py", line 1308, in add_argument > return self._add_action(action) > File "/usr/lib64/python2.7/argparse.py", line 1509, in _add_action > action = super(_ArgumentGroup, self)._add_action(action) > File "/usr/lib64/python2.7/argparse.py", line 1322, in _add_action > self._check_conflict(action) > File "/usr/lib64/python2.7/argparse.py", line 1460, in _check_conflict > conflict_handler(action, confl_optionals) > File "/usr/lib64/python2.7/argparse.py", line 1467, in _handle_conflict_error > raise ArgumentError(action, message % conflict_string) >argparse.ArgumentError: argument --log-format: conflicting option string(s): --log-format > * ERROR: dev-python/pytest-catchlog-1.2.2::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2706: Called distutils-r1_src_test > * environment, line 882: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 328: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2230: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1536: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1534: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 552: Called distutils-r1_run_phase 'python_test' > * environment, line 813: Called python_test > * environment, line 2586: Called die > * The specific snippet of code: > * PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die > * > * If you need support, post the output of `emerge --info '=dev-python/pytest-catchlog-1.2.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pytest-catchlog-1.2.2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pytest-catchlog-1.2.2:20171103-221453.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pytest-catchlog-1.2.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pytest-catchlog-1.2.2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2' > * S: '/var/tmp/portage/dev-python/pytest-catchlog-1.2.2/work/pytest-catchlog-1.2.2'
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 636498
:
502438
| 502440 |
502442
|
502444
|
502446
|
502448