Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858815 - dev-python/sphinxcontrib-htmlhelp-2.0.0-r1 fails tests
Summary: dev-python/sphinxcontrib-htmlhelp-2.0.0-r1 fails tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-07-18 15:08 UTC by Paolo Pedroni
Modified: 2023-05-29 20:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sphinxcontrib-htmlhelp-2.0.0-r1:20220718-143320.log.gz (sphinxcontrib-htmlhelp-2.0.0-r1:20220718-143320.log.gz,12.61 KB, application/gzip)
2022-07-18 15:08 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2022-07-18 15:08:05 UTC
Created attachment 792167 [details]
sphinxcontrib-htmlhelp-2.0.0-r1:20220718-143320.log.gz

>>> Test phase: dev-python/sphinxcontrib-htmlhelp-2.0.0-r1
 * python3_10: running distutils-r1_run_phase python_test
python3.10 -m pytest -vv -ra -l -Wdefault --color=yes -o console_output_style=count -p no:cov -p no:flake8 -p no:flakes -p no:pylint -p no:markdown /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/work/sphinxcontrib-htmlhelp-2.0.0/tests
======================================================= test session starts ========================================================
platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 -- /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/work/sphinxcontrib-htmlhelp-2.0.0-python3_10/install/usr/bin/python3.10
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/temp/.hypothesis/examples')
rootdir: /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/work/sphinxcontrib-htmlhelp-2.0.0
plugins: xprocess-0.19.0, flaky-3.7.0, expect-1.1.0, hypothesis-6.46.11, timeout-2.1.0, localserver-0.6.0, asyncio-0.18.3, forked-1.4.0, freezegun-0.4.2, httpbin-1.0.2, mock-3.7.0, xdist-2.5.0, subtests-0.8.0, trio-0.7.0, anyio-3.6.1, toolbox-0.4, pkgcore-0.12.10
asyncio: mode=legacy
collecting ... collected 7 items

../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_build_htmlhelp FAILED                                       [1/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_default_htmlhelp_file_suffix PASSED                         [2/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_htmlhelp_file_suffix PASSED                                 [3/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_default_htmlhelp_basename PASSED                            [4/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_chm PASSED                                                  [5/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_htmlhelp_hhc FAILED                                         [6/7]
../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_chm_htmlescape PASSED                                       [7/7]

============================================================= FAILURES =============================================================
_______________________________________________________ test_build_htmlhelp ________________________________________________________

app = <SphinxTestApp buildername='htmlhelp'>, status = <_io.StringIO object at 0x7fecbfd7d090>
warning = <_io.StringIO object at 0x7fecbfd7d120>

    @pytest.mark.sphinx('htmlhelp', testroot='basic')
    def test_build_htmlhelp(app, status, warning):
        app.build()
    
>       hhp = (app.outdir / 'pythondoc.hhp').text()
E       AttributeError: 'path' object has no attribute 'text'

app        = <SphinxTestApp buildername='htmlhelp'>
status     = <_io.StringIO object at 0x7fecbfd7d090>
warning    = <_io.StringIO object at 0x7fecbfd7d120>

../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py:24: AttributeError
----------------------------------------------------- Captured stdout teardown -----------------------------------------------------
# testroot: root
# builder: htmlhelp
# srcdir: /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/temp/pytest-of-portage/pytest-0/basic
# outdir: /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/temp/pytest-of-portage/pytest-0/basic/_build/htmlhelp
# status: 
Running Sphinx v5.0.2
building [mo]: targets for 0 po files that are out of date
building [htmlhelp]: targets for 1 source files that are out of date
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index                                                                                                    
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index                                                                                                     
generating indices... genindex done
writing additional pages... done
copying static files... done
copying extra files... done
copying stopword list... done
writing project file... done
writing TOC file... done
writing index file...
build succeeded.

You can now run HTML Help Workshop with the .htp file in pytest-of-portage/pytest-0/basic/_build/htmlhelp.

# warning: 

________________________________________________________ test_htmlhelp_hhc _________________________________________________________

app = <SphinxTestApp buildername='htmlhelp'>

    @pytest.mark.sphinx('htmlhelp', testroot='hhc')
    def test_htmlhelp_hhc(app):
        app.build()
    
        def assert_sitemap(node, name, filename):
            assert node.tag == 'object'
            assert len(node) == 2
            assert node[0].tag == 'param'
            assert node[0].attrib == {'name': 'Name',  'value': name}
            assert node[1].tag == 'param'
            assert node[1].attrib == {'name': 'Local', 'value': filename}
    
        # .hhc file
>       hhc = (app.outdir / 'pythondoc.hhc').text()
E       AttributeError: 'path' object has no attribute 'text'

app        = <SphinxTestApp buildername='htmlhelp'>
assert_sitemap = <function test_htmlhelp_hhc.<locals>.assert_sitemap at 0x7fecbf7bd510>

../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py:87: AttributeError
----------------------------------------------------- Captured stdout teardown -----------------------------------------------------
# testroot: root
# builder: htmlhelp
# srcdir: /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/temp/pytest-of-portage/pytest-0/hhc
# outdir: /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/temp/pytest-of-portage/pytest-0/hhc/_build/htmlhelp
# status: 
Running Sphinx v5.0.2
building [mo]: targets for 0 po files that are out of date
building [htmlhelp]: targets for 4 source files that are out of date
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [100%] index                                                                                                    
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index                                                                                                     
generating indices... genindex py-modindex done
writing additional pages... done
copying static files... done
copying extra files... done
copying stopword list... done
writing project file... done
writing TOC file... done
writing index file...
build succeeded.

You can now run HTML Help Workshop with the .htp file in pytest-of-portage/pytest-0/hhc/_build/htmlhelp.

# warning: 

========================================================= warnings summary =========================================================
../../../../../../usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191
  /usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
    config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)

tests/test_htmlhelp.py::test_build_htmlhelp
tests/test_htmlhelp.py::test_chm
tests/test_htmlhelp.py::test_htmlhelp_hhc
  /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/work/sphinxcontrib-htmlhelp-2.0.0-python3_10/install/usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/__init__.py:190: PendingDeprecationWarning: nodes.Node.traverse() is obsoleted by Node.findall().
    for node in doctree.traverse(nodes.reference):

tests/test_htmlhelp.py::test_build_htmlhelp
tests/test_htmlhelp.py::test_chm
tests/test_htmlhelp.py::test_htmlhelp_hhc
  /var/tmp/portage/dev-python/sphinxcontrib-htmlhelp-2.0.0-r1/work/sphinxcontrib-htmlhelp-2.0.0-python3_10/install/usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/__init__.py:253: PendingDeprecationWarning: nodes.Node.traverse() is obsoleted by Node.findall().
    for node in toctree.traverse(matcher):  # type: addnodes.compact_paragraph

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
===================================================== short test summary info ======================================================
FAILED ../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_build_htmlhelp - AttributeError: 'path' object has no at...
FAILED ../work/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py::test_htmlhelp_hhc - AttributeError: 'path' object has no attr...
============================================= 2 failed, 5 passed, 7 warnings in 0.51s ==============================================
pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
 * ERROR: dev-python/sphinxcontrib-htmlhelp-2.0.0-r1::gentoo failed (test phase):
 *   pytest failed with python3.10
Comment 1 Paolo Pedroni 2022-07-18 15:09:23 UTC
# emerge --info =dev-python/sphinxcontrib-htmlhelp-2.0.0-r1
Portage 3.0.30 (python 3.10.5-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-11.3.0, glibc-2.34-r13, 5.18.10-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.18.10-gentoo-x86_64-AMD_Ryzen_7_5700G_with_Radeon_Graphics-with-glibc2.34
KiB Mem:    65121068 total,  21358828 free
KiB Swap:   67108860 total,  66917372 free
Timestamp of repository gentoo: Mon, 18 Jul 2022 08:45:01 +0000
Head commit of repository gentoo: 0bcf4941145004296ef49e39d2e69fac3d2dbbc6
sh dash 0.5.11.5
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
distcc 3.4 x86_64-pc-linux-gnu [disabled]
ccache version 4.5.1 [disabled]
app-misc/pax-utils:        1.3.4::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.1-r3::gentoo
dev-lang/python:           3.10.5::gentoo
dev-lang/rust:             1.60.0::gentoo
dev-util/ccache:           4.5.1::gentoo
dev-util/cmake:            3.22.4::gentoo
dev-util/meson:            0.62.2::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          251.2::gentoo
sys-devel/autoconf:        2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.37_p1-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           14.0.4::gentoo
sys-devel/gcc:             11.3.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.4::gentoo
sys-devel/llvm:            14.0.4::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r13::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
AR="/usr/bin/gcc-ar"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=16"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /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"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=16"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=16"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=16"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ https://mirror.init7.net/gentoo/ http://mirror.leaseweb.com/gentoo/ http://mirror.netcologne.de/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=16"
LINGUAS="it it_IT"
MAKEOPTS="-j16 -l16"
NM="/usr/bin/gcc-nm"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
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"
RANLIB="/usr/bin/gcc-ranlib"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk gui guile handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm-sensors lua lz4 lzma lzo mad magic mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl offensive ogg openal opengl openmp pam pango pcre pdf plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis wavpack wayland webp widgets win32codecs wmf wxwidgets x264 xattr xcb xine xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2020" ALSA_CARDS="hda-intel virmidi" 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 sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

dev-python/sphinxcontrib-htmlhelp-2.0.0-r1::gentoo was built with the following:
USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
FEATURES="unmerge-logs binpkg-dostrip userpriv qa-unresolved-soname-deps unknown-features-warn usersandbox multilib-strict sign parallel-fetch pid-sandbox binpkg-docompress sandbox userfetch protect-owned sfperms unmerge-orphans ebuild-locks config-protect-if-modified preserve-libs compress-build-logs split-log binpkg-logs split-elog network-sandbox xattr news usersync merge-sync assume-digests distlocks strict ipc-sandbox cgroup buildpkg-live"

# emerge -1pqv =dev-python/sphinxcontrib-htmlhelp-2.0.0-r1
[ebuild   R   ] dev-python/sphinxcontrib-htmlhelp-2.0.0-r1  USE="test*" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)"
Comment 2 Petr Vaněk gentoo-dev 2023-05-29 20:03:25 UTC
This was fixed in dev-python/sphinxcontrib-htmlhelp-2.0.1