* Package: dev-python/llfuse-1.3 * 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 llfuse-1.3.tar.bz2 to /var/tmp/portage/dev-python/llfuse-1.3/work >>> Source unpacked in /var/tmp/portage/dev-python/llfuse-1.3/work >>> Preparing source in /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3 ... * Applying llfuse-1.3-cflags.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build running build running build_ext building 'llfuse' extension creating /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7/src x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -I/usr/include/python2.7 -c src/llfuse.c -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3" -Wno-unused-function -Wno-unused-parameter -fno-strict-aliasing x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -I/usr/include/python2.7 -c src/lock.c -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7/src/lock.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3" -Wno-unused-function -Wno-unused-parameter -fno-strict-aliasing x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native -Wall /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7/src/llfuse.o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/temp.linux-x86_64-2.7/src/lock.o -L/usr/lib64 -lpython2.7 -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python2_7/lib/llfuse.so -lfuse -pthread -lpthread -lrt * python3_4: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.4 setup.py build running build running build_ext building 'llfuse' extension creating /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4 creating /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4/src x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -I/usr/include/python3.4m -c src/llfuse.c -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4/src/llfuse.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3" -Wno-unused-function -Wno-unused-parameter x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -I/usr/include/python3.4m -c src/lock.c -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4/src/lock.o -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION="1.3" -Wno-unused-function -Wno-unused-parameter x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native -Wall /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4/src/llfuse.o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/temp.linux-x86_64-3.4/src/lock.o -L/usr/lib64 -lpython3.4m -o /var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3-python3_4/lib/llfuse.cpython-34m.so -lfuse -pthread -lpthread -lrt >>> Source compiled. >>> Test phase: dev-python/llfuse-1.3 * 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/llfuse-1.3::gentoo failed (test phase): * Tests failed under python2.7 * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2718: Called distutils-r1_src_test * environment, line 888: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 322: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2236: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1542: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1540: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 558: Called distutils-r1_run_phase 'python_test' * environment, line 819: Called python_test * environment, line 2598: Called die * The specific snippet of code: * py.test -v || die "Tests failed under ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/llfuse-1.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/llfuse-1.3::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:llfuse-1.3:20171103-100358.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/llfuse-1.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/llfuse-1.3/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3' * S: '/var/tmp/portage/dev-python/llfuse-1.3/work/llfuse-1.3'