* Package: dev-python/bcrypt-3.1.4 * Repository: gentoo * Maintainer: python@gentoo.org openstack@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking bcrypt-3.1.4.tar.gz to /var/tmp/portage/dev-python/bcrypt-3.1.4/work >>> Source unpacked in /var/tmp/portage/dev-python/bcrypt-3.1.4/work >>> Preparing source in /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile python2.7 setup.py build running build running build_py creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/lib/bcrypt copying src/bcrypt/__about__.py -> /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/lib/bcrypt copying src/bcrypt/__init__.py -> /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/lib/bcrypt warning: build_py: byte-compiling is disabled, skipping. running build_ext generating cffi module '/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/_bcrypt.c' creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7 building '_bcrypt' extension creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4/work creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/_bcrypt.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/_bcrypt.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/blf.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/blf.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/bcrypt.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/bcrypt.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/bcrypt_pbkdf.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/bcrypt_pbkdf.o In file included from src/_csrc/bcrypt_pbkdf.c:24:0: src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/sha2.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/sha2.o In file included from src/_csrc/sha2.c:38:0: src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/timingsafe_bcmp.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/timingsafe_bcmp.o x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/_bcrypt.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/blf.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/bcrypt.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/bcrypt_pbkdf.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/sha2.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/src/_csrc/timingsafe_bcmp.o -L/usr/lib64 -lpython2.7 -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/lib/bcrypt/_bcrypt.so * python3_5: running distutils-r1_run_phase distutils-r1_python_compile python3.5 setup.py build running build running build_py creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/lib/bcrypt copying src/bcrypt/__about__.py -> /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/lib/bcrypt copying src/bcrypt/__init__.py -> /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/lib/bcrypt warning: build_py: byte-compiling is disabled, skipping. running build_ext generating cffi module '/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/_bcrypt.c' creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5 building '_bcrypt' extension creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4/work creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5 creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src creating /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/_bcrypt.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/_bcrypt.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c src/_csrc/blf.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/blf.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c src/_csrc/bcrypt.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/bcrypt.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c src/_csrc/bcrypt_pbkdf.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/bcrypt_pbkdf.o In file included from src/_csrc/bcrypt_pbkdf.c:24:0: src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c src/_csrc/sha2.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/sha2.o In file included from src/_csrc/sha2.c:38:0: src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__string__,2,3))); ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -Isrc/_csrc -I/usr/include/python3.5m -c src/_csrc/timingsafe_bcmp.c -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/timingsafe_bcmp.o x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/_bcrypt.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/blf.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/bcrypt.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/bcrypt_pbkdf.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/sha2.o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/temp.linux-x86_64-3.5/src/_csrc/timingsafe_bcmp.o -L/usr/lib64 -lpython3.5m -o /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python3_5/lib/bcrypt/_bcrypt.abi3.so >>> Source compiled. >>> Test phase: dev-python/bcrypt-3.1.4 * python2_7: running distutils-r1_run_phase python_test python2.7 setup.py test running test running egg_info writing requirements to src/bcrypt.egg-info/requires.txt writing src/bcrypt.egg-info/PKG-INFO writing top-level names to src/bcrypt.egg-info/top_level.txt writing dependency_links to src/bcrypt.egg-info/dependency_links.txt reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'tasks.py' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'wheel-scripts' warning: no previously-included files found matching 'Jenkinsfile' warning: no previously-included files found matching '.jenkins' warning: no previously-included files matching '*' found under directory '.jenkins' warning: no previously-included files matching '*' found under directory 'wheel-scripts' no previously-included directories found matching '.travis' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' running build_ext generating cffi module '/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/temp.linux-x86_64-2.7/_bcrypt.c' already up-to-date copying /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4-python2_7/lib/bcrypt/_bcrypt.so -> src/bcrypt ============================= test session starts ============================== platform linux2 -- Python 2.7.14, pytest-3.4.1, py-1.5.3, pluggy-0.6.0 rootdir: /var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4, inifile: plugins: xprocess-0.12.1, xdist-1.20.1, virtualenv-1.2.11, timeout-1.2.1, shutil-1.2.11, mock-1.6.3, isort-0.1.0, forked-0.2, expect-1.1.0, cov-2.5.1, catchlog-1.2.2, arraydiff-0.1, flaky-3.4.0, case-1.5.3, backports.unittest-mock-1.3 collected 0 items / 1 errors ===Flaky Test Report=== ===End Flaky Test Report=== ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_bcrypt.py _____________________ /usr/lib64/python2.7/site-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/lib64/python2.7/site-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/lib64/python2.7/site-packages/pluggy/__init__.py:216: in firstresult=hook.spec_opts.get('firstresult'), /usr/lib64/python2.7/site-packages/_pytest/python.py:200: in pytest_pycollect_makeitem res = list(collector._genfunctions(name, obj)) /usr/lib64/python2.7/site-packages/_pytest/python.py:378: in _genfunctions self.ihook.pytest_generate_tests(metafunc=metafunc) /usr/lib64/python2.7/site-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/lib64/python2.7/site-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/lib64/python2.7/site-packages/pluggy/__init__.py:216: in firstresult=hook.spec_opts.get('firstresult'), /usr/lib64/python2.7/site-packages/_pytest/python.py:125: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs) /usr/lib64/python2.7/site-packages/_pytest/python.py:831: in parametrize ids = idmaker(argnames, parameters, idfn, ids, self.config) /usr/lib64/python2.7/site-packages/_pytest/python.py:962: in idmaker for valindex, parameterset in enumerate(parametersets)] /usr/lib64/python2.7/site-packages/_pytest/python.py:954: in _idvalset for val, argname in zip(parameterset.values, argnames)] /usr/lib64/python2.7/site-packages/_pytest/python.py:937: in _idval return ascii_escaped(val) /usr/lib64/python2.7/site-packages/_pytest/compat.py:184: in ascii_escaped return val.encode('ascii') E UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128) =============================== warnings summary =============================== None pytest-catchlog plugin has been merged into the core, please remove it from your requirements. -- Docs: http://doc.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 1.07 seconds ====================== * ERROR: dev-python/bcrypt-3.1.4::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2697: Called distutils-r1_src_test * environment, line 953: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 415: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2232: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1607: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1605: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 627: Called distutils-r1_run_phase 'python_test' * environment, line 884: Called python_test * environment, line 2599: Called esetup.py 'test' * environment, line 1152: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/bcrypt-3.1.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/bcrypt-3.1.4::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:bcrypt-3.1.4:20180526-063311.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/bcrypt-3.1.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/bcrypt-3.1.4/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4' * S: '/var/tmp/portage/dev-python/bcrypt-3.1.4/work/bcrypt-3.1.4'