Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577468 - dev-python/sphinx-1.2.3 fails several test_build_html.test_html tests with every python target
Summary: dev-python/sphinx-1.2.3 fails several test_build_html.test_html tests with ev...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 12:24 UTC by Paolo Pedroni
Modified: 2020-03-02 20:22 UTC (History)
2 users (show)

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


Attachments
sphinx-1.2.3:20160315-113546.log.gz (sphinx-1.2.3:20160315-113546.log.gz,47.27 KB, application/gzip)
2016-03-15 12:24 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2016-03-15 12:24:37 UTC
Created attachment 428290 [details]
sphinx-1.2.3:20160315-113546.log.gz

The failures below are with pypy because it's the first python target that's tested, but the same errors happen with every one (pypy, pypy3, python2.7, python3.4):

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', './/pre', u'Max Strau\xdf')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: u'Max Strau\xdf' not found in any node matching path .//pre in includes.html: [None, None, None, None, None, None, None, None, None, None, None, None, None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', './/pre', u'"quotes"')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: u'"quotes"' not found in any node matching path .//pre in includes.html: [None, None, None, None, None, None, None, None, None, None, None, None, None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', './/pre', u"'included'")
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: u"'included'" not found in any node matching path .//pre in includes.html: [None, None, None, None, None, None, None, None, None, None, None, None, None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//pre/span[@class='s']", u'\xfc\xf6\xe4')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 307, in check_xpath
    '%r in file %s' % (path, fname))
AssertionError: did not find any node matching xpath ".//pre/span[@class='s']" in file includes.html

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-pyobj1 highlight-text']//pre", '^class Foo:\\n    pass\\n\\s*$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '^class Foo:\\n    pass\\n\\s*$' not found in any node matching path .//div[@class='inc-pyobj1 highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-pyobj2 highlight-text']//pre", '^    def baz\\(\\):\\n        pass\\n\\s*$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '^    def baz\\(\\):\\n        pass\\n\\s*$' not found in any node matching path .//div[@class='inc-pyobj2 highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-lines highlight-text']//pre", '^class Foo:\\n    pass\\nclass Bar:\\n$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '^class Foo:\\n    pass\\nclass Bar:\\n$' not found in any node matching path .//div[@class='inc-lines highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-startend highlight-text']//pre", u'^foo = "Including Unicode characters: \xfc\xf6\xe4"\\n$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: u'^foo = "Including Unicode characters: \xfc\xf6\xe4"\\n$' not found in any node matching path .//div[@class='inc-startend highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-preappend highlight-text']//pre", '(?m)^START CODE$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '(?m)^START CODE$' not found in any node matching path .//div[@class='inc-preappend highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x00000000077fb9f0>, 'includes.html', ".//div[@class='inc-tab3 highlight-text']//pre", '-| |-')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '-| |-' not found in any node matching path .//div[@class='inc-tab3 highlight-text']//pre in includes.html: [None]

======================================================================
FAIL: test_build_html.test_html(<etree13.ElementTree.ElementTree object at 0x0000000006d85830>, 'markup.html', './/pre', '^some code$')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/pypy/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/sphinx-1.2.3/work/Sphinx-1.2.3-pypy/tests/test_build_html.py", line 321, in check_xpath
    [node.text for node in nodes]))
AssertionError: '^some code$' not found in any node matching path .//pre in markup.html: [None, '\nwith some ', '1\n2\n3', None, '\n']

----------------------------------------------------------------------
Ran 323 tests in 144.218s

FAILED (SKIP=12, failures=11)
 * ERROR: dev-python/sphinx-1.2.3::gentoo failed (test phase):
 *   Tests fail with pypy

# emerge --info =dev-python/sphinx-1.2.3Portage 2.2.26 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.3.0, glibc-2.21-r2, 4.4.5-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.5-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16125048 total,   7526240 free
KiB Swap:    8171516 total,   8171516 free
Timestamp of repository gentoo: Tue, 15 Mar 2016 08:45:01 +0000
sh dash 0.5.8.2
ld GNU gold (Gentoo 2.25.1 p1.1 2.25.1) 1.11
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
ccache version 3.1.9 [disabled]
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.1::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/ccache:          3.1.9-r4::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.21-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000

kde
    location: /var/lib/layman/kde
    sync-type: git
    sync-uri: git://anongit.gentoo.org/proj/kde.git
    masters: gentoo kde
    priority: 0

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=sandybridge -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=8192 -flto=8 -fuse-linker-plugin -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=sandybridge -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=8192 -flto=8 -fuse-linker-plugin -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync news parallel-fetch protect-owned sandbox sfperms split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ http://mirror.leaseweb.com/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=8 -fuse-linker-plugin -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity"
MAKEOPTS="-j11 -l8"
PKGDIR="/usr/portage/packages"
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"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi adns alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli cracklib crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw firefox flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp glamor gmp gnutls gphoto2 gpm graphviz gtk handbook iconv icu idn imagemagick imlib ipv6 java javascript jbig jpeg jpeg2k kde kipi lame lcms libass libcaca libnotify libsamplerate lm_sensors lua lzma lzo mad mmap mmx mmxext mng modules mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal openexr opengl openmp pam pango pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt3support qt4 qt5 rdesktop readline recode samba sctp sdl seccomp semantic-desktop session sndfile sockets speex spell sqlite sse sse2 ssl startup-notification subversion svg symlink syslog systemd sysvipc taglib theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vcd vim-syntax vnc vorbis wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xinerama xml xpm xscreensaver xv xvid yahoo zlib" ABI_X86="64" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" LINGUAS="it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 pypy pypy3" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="intel i965" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

# emerge -1pqv =dev-python/sphinx-1.2.3
[ebuild  N    ] dev-python/sphinx-1.2.3  USE="{test} -doc -latex" PYTHON_TARGETS="pypy pypy3 python2_7 python3_4 -python3_3 -python3_5"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-02 20:22:14 UTC
2.4.3 should pass all tests.