Created attachment 528522 [details] dev-python/html5lib-1.0.1:20180425-165533.log >>> Test phase: dev-python/html5lib-1.0.1 * python2_7: running distutils-r1_run_phase python_test ============================================= test session starts ============================================== platform linux2 -- Python 2.7.14, pytest-3.2.2, py-1.5.3, pluggy-0.4.0 -- /usr/bin/python2.7 cachedir: .cache rootdir: /var/tmp/portage/dev-python/html5lib-1.0.1/work/html5lib-1.0.1, inifile: pytest.ini plugins: xprocess-0.12.1, xdist-1.20.1, virtualenv-1.2.11, subtesthack-0.1.1, shutil-1.2.11, relaxed-1.1.0, localserver-0.3.7, isort-0.1.0, forked-0.2, flake8-0.8.1, expect-1.1.0, cov-2.5.1, hypothesis-3.50.1, flaky-3.4.0, betamax-0.8.0, backports.unittest-mock-1.3 collecting ... collected 31760 items / 5 errors ===Flaky Test Report=== ===End Flaky Test Report=== =========================================== short test summary info ============================================ ERROR setup.py ERROR html5lib/tests/test_encoding.py ERROR html5lib/tests/tokenizertotree.py ERROR html5lib/treeadapters/genshi.py ERROR html5lib/treewalkers/genshi.py ==================================================== ERRORS ==================================================== __________________________________________ ERROR collecting setup.py ___________________________________________ setup.py:123: in <module> "all:platform_python_implementation == 'CPython'": ["datrie", "lxml"], /usr/lib64/python2.7/site-packages/setuptools/__init__.py:129: in setup return distutils.core.setup(**attrs) /usr/lib64/python2.7/distutils/core.py:139: in setup raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg E SystemExit: usage: py.test [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] E or: py.test --help [cmd1 cmd2 ...] E or: py.test --help-commands E or: py.test cmd --help E E error: no commands supplied _______________________________ ERROR collecting html5lib/tests/test_encoding.py _______________________________ /usr/lib64/python2.7/site-packages/_pytest/runner.py:196: in __init__ self.result = func() /usr/lib64/python2.7/site-packages/_pytest/runner.py:375: in <lambda> lambda: list(collector.collect()), /usr/lib64/python2.7/site-packages/_pytest/python.py:389: in collect return super(Module, self).collect() /usr/lib64/python2.7/site-packages/_pytest/python.py:330: in collect res = self.makeitem(name, obj) /usr/lib64/python2.7/site-packages/_pytest/python.py:342: in makeitem collector=self, name=name, obj=obj) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:745: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:613: in execute return _wrapped_call(hook_impl.function(*args), self.execute) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:250: in _wrapped_call wrap_controller.send(call_outcome) /usr/lib64/python2.7/site-packages/_pytest/python.py:188: in pytest_pycollect_makeitem res = list(collector._genfunctions(name, obj)) /usr/lib64/python2.7/site-packages/_pytest/python.py:362: in _genfunctions self.ihook.pytest_generate_tests(metafunc=metafunc) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:745: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() /usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py:614: in execute res = hook_impl.function(*args) /usr/lib64/python2.7/site-packages/_pytest/python.py:113: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs) /usr/lib64/python2.7/site-packages/_pytest/python.py:833: in parametrize ids = idmaker(argnames, parameters, idfn, ids, self.config) /usr/lib64/python2.7/site-packages/_pytest/python.py:958: in idmaker for valindex, parameterset in enumerate(parametersets)] /usr/lib64/python2.7/site-packages/_pytest/python.py:950: in _idvalset for val, argname in zip(parameterset.values, argnames)] /usr/lib64/python2.7/site-packages/_pytest/python.py:933: 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 character u'\ufeff' in position 0: ordinal not in range(128) ______________________________ ERROR collecting html5lib/tests/tokenizertotree.py ______________________________ ImportError while importing test module '/var/tmp/portage/dev-python/html5lib-1.0.1/work/html5lib-1.0.1/html5lib/tests/tokenizertotree.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: html5lib/tests/tokenizertotree.py:10: in <module> from . import test_tokenizer E ImportError: cannot import name test_tokenizer _______________________________ ERROR collecting html5lib/treeadapters/genshi.py _______________________________ ImportError while importing test module '/var/tmp/portage/dev-python/html5lib-1.0.1/work/html5lib-1.0.1/html5lib/treeadapters/genshi.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: html5lib/treeadapters/genshi.py:3: in <module> from genshi.core import QName, Attrs E ImportError: No module named genshi.core _______________________________ ERROR collecting html5lib/treewalkers/genshi.py ________________________________ ImportError while importing test module '/var/tmp/portage/dev-python/html5lib-1.0.1/work/html5lib-1.0.1/html5lib/treewalkers/genshi.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: html5lib/treewalkers/genshi.py:3: in <module> from genshi.core import QName E ImportError: No module named genshi.core =============================================== warnings summary =============================================== html5lib/constants.py::DataLossWarning cannot collect test class 'DataLossWarning' because it has a __init__ constructor html5lib/html5parser.py::HTMLParser cannot collect test class 'HTMLParser' because it has a __init__ constructor html5lib/html5parser.py::ParseError cannot collect test class 'ParseError' because it has a __init__ constructor html5lib/serializer.py::HTMLSerializer cannot collect test class 'HTMLSerializer' because it has a __init__ constructor html5lib/serializer.py::SerializeError cannot collect test class 'SerializeError' because it has a __init__ constructor html5lib/filters/alphabeticalattributes.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/base.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/inject_meta_charset.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/lint.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/optionaltags.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/sanitizer.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/filters/whitespace.py::Filter cannot collect test class 'Filter' because it has a __init__ constructor html5lib/tests/sanitizer.py::SanitizerFile cannot collect test class 'SanitizerFile' because it has a __init__ constructor html5lib/tests/sanitizer.py::SanitizerTest cannot collect test class 'SanitizerTest' because it has a __init__ constructor html5lib/tests/support.py::DefaultDict cannot collect test class 'DefaultDict' because it has a __init__ constructor html5lib/tests/support.py::TestData cannot collect test class 'TestData' because it has a __init__ constructor html5lib/tests/support.py::TracingSaxHandler cannot collect test class 'TracingSaxHandler' because it has a __init__ constructor html5lib/tests/test_sanitizer.py::test_sanitizer yield tests are deprecated, and scheduled to be removed in pytest 4.0 html5lib/tests/test_serializer.py::test_serializer yield tests are deprecated, and scheduled to be removed in pytest 4.0 html5lib/tests/test_treewalkers.py::test_treewalker_six_mix yield tests are deprecated, and scheduled to be removed in pytest 4.0 html5lib/tests/tokenizer.py::TokenizerTestParser cannot collect test class 'TokenizerTestParser' because it has a __init__ constructor html5lib/tests/tokenizer.py::TokenizerFile cannot collect test class 'TokenizerFile' because it has a __init__ constructor html5lib/tests/tokenizer.py::TokenizerTestCollector cannot collect test class 'TokenizerTestCollector' because it has a __init__ constructor html5lib/tests/tokenizer.py::TokenizerTest cannot collect test class 'TokenizerTest' because it has a __init__ constructor html5lib/tests/tree_construction.py::TreeConstructionFile cannot collect test class 'TreeConstructionFile' because it has a __init__ constructor html5lib/tests/tree_construction.py::TreeConstructionTest cannot collect test class 'TreeConstructionTest' because it has a __init__ constructor html5lib/tests/tree_construction.py::ParserTest cannot collect test class 'ParserTest' because it has a __init__ constructor html5lib/tests/tree_construction.py::TreeWalkerTest cannot collect test class 'TreeWalkerTest' because it has a __init__ constructor html5lib/treebuilders/base.py::Node cannot collect test class 'Node' because it has a __init__ constructor html5lib/treebuilders/base.py::ActiveFormattingElements cannot collect test class 'ActiveFormattingElements' because it has a __init__ constructor html5lib/treebuilders/base.py::TreeBuilder cannot collect test class 'TreeBuilder' because it has a __init__ constructor html5lib/treebuilders/etree_lxml.py::DocumentType cannot collect test class 'DocumentType' because it has a __init__ constructor html5lib/treebuilders/etree_lxml.py::Document cannot collect test class 'Document' because it has a __init__ constructor html5lib/treebuilders/etree_lxml.py::TreeBuilder cannot collect test class 'TreeBuilder' because it has a __init__ constructor html5lib/treewalkers/base.py::TreeWalker cannot collect test class 'TreeWalker' because it has a __init__ constructor html5lib/treewalkers/base.py::NonRecursiveTreeWalker cannot collect test class 'NonRecursiveTreeWalker' because it has a __init__ constructor html5lib/treewalkers/dom.py::TreeWalker cannot collect test class 'TreeWalker' because it has a __init__ constructor html5lib/treewalkers/etree_lxml.py::Root cannot collect test class 'Root' because it has a __init__ constructor html5lib/treewalkers/etree_lxml.py::Doctype cannot collect test class 'Doctype' because it has a __init__ constructor html5lib/treewalkers/etree_lxml.py::FragmentRoot cannot collect test class 'FragmentRoot' because it has a __init__ constructor html5lib/treewalkers/etree_lxml.py::FragmentWrapper cannot collect test class 'FragmentWrapper' because it has a __init__ constructor html5lib/treewalkers/etree_lxml.py::TreeWalker cannot collect test class 'TreeWalker' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ===================================== 42 warnings, 5 error in 6.72 seconds ===================================== * ERROR: dev-python/html5lib-1.0.1::gentoo failed (test phase): * Tests fail with python2.7 * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2642: Called distutils-r1_src_test * environment, line 892: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 354: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2188: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1546: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1544: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 566: Called distutils-r1_run_phase 'python_test' * environment, line 823: Called python_test * environment, line 2544: Called die * The specific snippet of code: * py.test -v || die "Tests fail with ${EPYTHON}"
eroen@occam ~ $ emerge --info '=dev-python/html5lib-1.0.1::gentoo' Portage 2.3.31 (python 3.6.5-final-0, default/linux/amd64/17.0/hardened, gcc-7.2.0, glibc-2.26-r6, 4.15.3-gentoo-o0 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.15.3-gentoo-o0-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.4.1 KiB Mem: 8001560 total, 2058588 free KiB Swap: 16777212 total, 16510204 free Timestamp of repository gentoo: Wed, 25 Apr 2018 12:30:01 +0000 Head commit of repository gentoo: ff4c35b19e0a245f2ef2069e2008ee634caf27cf Timestamp of repository eroen: Sun, 30 Oct 2016 21:58:42 +0000 Head commit of repository sapher: 9ef31d0bf6a902342746fb03a445d4f8b7ddabef Head commit of repository wiktorb: 722797c27affae074c3d7b0a628cad1bdff2041c Head commit of repository gentoo-snappy: 0ea79c799ebe1bc6cd924b9dd707b710eea24e83 Head commit of repository stuff: 1c22be6266482fc21474cfe7e0c3b60baf838ec4 sh bash 4.4_p19 ld GNU ld (Gentoo 2.29.1 p2) 2.29.1 ccache version 3.3.4 [disabled] app-shells/bash: 4.4_p19::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.26.2::gentoo dev-lang/python: 2.7.14-r2::gentoo, 3.4.8-r1::gentoo, 3.5.5-r1::gentoo, 3.6.5-r1::gentoo dev-util/ccache: 3.3.4-r1::gentoo dev-util/cmake: 3.11.1::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.4.1-r2::gentoo sys-apps/openrc: 0.35.5::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.14.1-r2::gentoo, 1.15.1-r2::gentoo, 1.16.1-r1::gentoo sys-devel/binutils: 2.29.1-r1::gentoo, 2.30-r1::gentoo sys-devel/gcc: 6.4.0-r1::gentoo, 7.2.0-r1::gentoo, 7.3.0-r1::gentoo sys-devel/gcc-config: 1.9.1::gentoo sys-devel/libtool: 2.4.6-r5::gentoo sys-devel/make: 4.2.1-r3::gentoo sys-kernel/linux-headers: 4.16-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.26-r6::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: --exclude ChangeLog* --exclude /metadata/cache/ --stats --delay-updates -c crossdev location: /var/lib/portage/crossdev masters: gentoo gamerlay eroen eroen location: /usr/local/portage masters: gentoo priority: 0 sapher location: /var/lib/overlays/sapher sync-type: git sync-uri: https://github.com/apinsard/sapher-overlay.git masters: gentoo wiktorb location: /var/lib/overlays/wiktorb sync-type: git sync-uri: https://github.com/wiktor-b/overlay.git masters: gentoo dotnet location: /var/lib/layman/dotnet masters: gentoo priority: 50 enlightenment location: /var/lib/layman/enlightenment masters: gentoo priority: 50 flora location: /var/lib/layman/flora masters: gentoo priority: 50 gamerlay location: /var/lib/layman/gamerlay masters: gentoo priority: 50 gentoo-snappy location: /usr/local/portage/gentoo-snappy sync-type: git sync-uri: https://github.com/zyga/gentoo-snappy.git masters: gentoo priority: 50 glc location: /var/lib/layman/glc masters: gentoo priority: 50 hardened-development location: /var/lib/layman/hardened-development masters: gentoo priority: 50 haskell location: /var/lib/layman/haskell masters: gentoo priority: 50 hasufell location: /var/lib/layman/hasufell masters: gentoo priority: 50 java location: /var/lib/layman/java masters: gentoo priority: 50 laurentb location: /var/lib/layman/laurentb masters: gentoo priority: 50 roslin location: /var/lib/layman/roslin masters: gentoo priority: 50 stuff location: /var/lib/layman/stuff sync-type: git sync-uri: https://github.com/istitov/stuff.git masters: gentoo priority: 50 sunrise location: /var/lib/layman/sunrise masters: gentoo priority: 50 toolchain location: /var/lib/layman/toolchain masters: gentoo priority: 50 v-fox location: /var/lib/layman/v-fox masters: gentoo priority: 50 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=corei7-avx -pipe -Og -g -gdwarf-4" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=corei7-avx -pipe -Og -g -gdwarf-4" DISTDIR="/var/distfiles" EMERGE_DEFAULT_OPTS="--jobs=1 --autounmask --quiet-build --nospinner --verbose-conflicts --verbose-slot-rebuilds" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs binpkg-multi-instance cgroup collision-protect compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles installsources ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install preserve-libs protect-owned sandbox sfperms split-log splitdebug strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="" LANG="en_GB.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" LINGUAS="en gb us en_US en_GB eng jbo no nb nn no_NO nb_NO nn_NO nor" MAKEOPTS="-j4 -l10" PKGDIR="/var/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude ChangeLog* --exclude /metadata/cache/ --stats --delay-updates -c" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl alsa amd64 apng audio audiofile avresample avx bash-completion bdf bluray bzip2 cairo caps cb cdda cdparanoia cdr cjk corefonts crypt cups curl cxx ddate declarative detex device-mapper dga dia djvu dts dvd dvi2tty dvipdfm ebook egl exif fam ffmpeg fftw fits flac fontconfig g3dvl gallium gbm gcrypt gif gimp git glamor glib glibc-omitfp gmp gnuplot gnutls gold gpm graphics graphviz gs gstreamer gtk gtk3 hardened highlight hscolour iconv icu id3tag idn imagemagick imlib inotify iproute2 ipv6 jbig jpeg jpeg2k jpg json kde kde4 kpathsea latex lcms libffi libssh2 libv4l luatex lvm lvm2 lzma lzo man metric mikmod mkv mms mmx mng mp3 mpeg mpg123 multilib multimedia musepack ncurses netlink nptl nut ocr odbc offensive ogg opengl openmp openvg optimization optimized-qmake opus pam pango pcre pdf pgf phonon pie png postscript private-headers pstricks pth publishers python3 qt3support qt4 raw readline samba sbsms scanner science sdl seccomp smp sna sndfile speex spell sqlite sse sse2 sse3 sse4 sse41 sse4_1 sse4_2 ssh ssl ssp ssse3 svg t1lib tesseract theora threads tiff tls truetype udev unicode usb v4l v4l2 vaapi video vorbis vpx webp wmf x264 xanim xattr xcb xcomposite xetex xft xinerama xkb xml xmlpatterns xorg xosd xpm xrandr xtpax xv xvid xvmc xz zlib zsh-completion" ABI_X86="32 64" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2 avx sse3 ssse3 sse4_1 aes avx mmxext popcnt sse3 sse4_1 sse4_2 ssse3" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en en-US en-GB eng" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AArch64 ARM BPF X86" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" POSTGRES_TARGETS="postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6" QEMU_SOFTMMU_TARGETS="x86_64 i386" RUBY_TARGETS="ruby22" SANE_BACKENDS="plustek" USERLAND="GNU" VIDEO_CARDS="intel i965 ilo" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, ENV_UNSET, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS eroen@occam ~ $ emerge -pqv '=dev-python/html5lib-1.0.1::gentoo' [ebuild U ] dev-python/html5lib-1.0.1 [0.999999999] USE="{test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6 -pypy -pypy3" !!! The following installed packages are masked: - x11-proto/printproto-1.0.5-r1::gentoo (masked by: package.mask) /usr/portage/profiles/package.mask: # Matt Turner <mattst88@gentoo.org> (21 Apr 2018) # Protocol headers and client library for the long dead Xprint extension. # Removal in 30 days. Bug #649076. - x11-libs/libXp-1.0.3::gentoo (masked by: package.mask) - sci-electronics/qucs-9999::eroen (masked by: package.mask) /usr/portage/profiles/package.mask: # Andreas Sturmlechner <asturm@gentoo.org> (03 Apr 2018) # Build issues, depends on dead Qt4, no port to Qt5 (or far from ready). # Masked for removal in 30 days. Bugs #620474, #624740, #648668 For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook.
I can't easily reproduce the failure. eroen, I think your going to have to work a little bit on your side to isolate the cause if we ever wa. I see a lot of pytest plugins loaded. Some pytest plugins are known to be disruptive.
I found this is caused by dev-python/pytest-relaxed-1.1.0 being installed. Uninstalling that, or upgrading to 1.1.4 makes these errors go away. (AFAICT the newer version is not fixed, rather it is *completely* broken)
oh, pytest-relaxed... I should have spotted it specifically. It's not the first time we have problems with it. https://wiki.gentoo.org/wiki/Project:Python/Tests#pytest-relaxed The the patched version of pytest-relaxed is stabilized, we shouldn't have that kind of problems popping up anymore. Closing as WONTFIX because it will fix itself soon.