Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836439 - dev-python/autopage-0.5.0 fails tests
Summary: dev-python/autopage-0.5.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-30 17:03 UTC by Jakov Smolić
Modified: 2022-05-28 15:19 UTC (History)
0 users

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


Attachments
build log (autopage,26.52 KB, text/plain)
2022-03-30 17:03 UTC, Jakov Smolić
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakov Smolić archtester gentoo-dev 2022-03-30 17:03:07 UTC
Created attachment 768215 [details]
build log

======================================================================
FAIL: test_exception (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 234, in test_exception
    self.assertEqual(1, env.exit_code())
AssertionError: 1 != -15

======================================================================
FAIL: test_exit_pager_early (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 125, in test_exit_pager_early
    self.assertEqual(141, env.exit_code())
AssertionError: 141 != -15

======================================================================
FAIL: test_interrupt_at_end_after_complete (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 180, in test_interrupt_at_end_after_complete
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_interrupt_early (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 138, in test_interrupt_early
    self.assertEqual(130, env.exit_code())
AssertionError: 130 != -15

======================================================================
FAIL: test_interrupt_early_quit (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 149, in test_interrupt_early_quit
    self.assertEqual(130, env.exit_code())
AssertionError: 130 != -15

======================================================================
FAIL: test_interrupt_in_middle_after_complete (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 163, in test_interrupt_in_middle_after_complete
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_page_to_end (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 105, in test_page_to_end
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_page_to_middle (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 116, in test_page_to_middle
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_short_output (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 190, in test_short_output
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_short_output_reset (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 199, in test_short_output_reset
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_short_streaming_output (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 216, in test_short_streaming_output
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_stderr_output (autopage.tests.test_end_to_end.InvokePagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 252, in test_stderr_output
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_exit_early (autopage.tests.test_end_to_end.NoPagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 273, in test_exit_early
    self.assertEqual(141, env.exit_code())
AssertionError: 141 != -15

======================================================================
FAIL: test_exit_early_buffered (autopage.tests.test_end_to_end.NoPagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 286, in test_exit_early_buffered
    self.assertEqual(141, env.exit_code())
AssertionError: 141 != -15

======================================================================
FAIL: test_interrupt_early (autopage.tests.test_end_to_end.NoPagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 295, in test_interrupt_early
    self.assertEqual(130, env.exit_code())
AssertionError: 130 != -15

======================================================================
FAIL: test_pipe_output_to_end (autopage.tests.test_end_to_end.NoPagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 265, in test_pipe_output_to_end
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

======================================================================
FAIL: test_short_streaming_output (autopage.tests.test_end_to_end.NoPagerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0/autopage/tests/test_end_to_end.py", line 312, in test_short_streaming_output
    self.assertEqual(0, env.exit_code())
AssertionError: 0 != -15

----------------------------------------------------------------------
Ran 153 tests in 16.955s

FAILED (failures=17)
 * ERROR: dev-python/autopage-0.5.0::gentoo failed (test phase):
 *   Tests failed with python3.9
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_test
 *   environment, line 3094:  Called distutils-r1_src_test
 *   environment, line 1429:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  548:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2770:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2319:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2317:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  881:  Called distutils-r1_run_phase 'python_test'
 *   environment, line 1356:  Called python_test
 *   environment, line 3061:  Called eunittest
 *   environment, line 1871:  Called die
 * The specific snippet of code:
 *       "${@}" || die -n "Tests failed with ${EPYTHON}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/autopage-0.5.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/autopage-0.5.0::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-python:autopage-0.5.0:20220330-141631.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/autopage-0.5.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/autopage-0.5.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0'
 * S: '/var/tmp/portage/dev-python/autopage-0.5.0/work/autopage-0.5.0'
Comment 1 Jakov Smolić archtester gentoo-dev 2022-03-30 17:03:23 UTC
Portage 3.0.30 (python 3.9.10-final-0, default/linux/riscv/20.0/rv64gc/lp64d/systemd, gcc-11.2.1, glibc-2.34-r9, 5.15.23-riscv64 riscv64)
=================================================================
System uname: Linux-5.15.23-riscv64-riscv64-with-glibc2.34
KiB Mem:    16376576 total,   9568012 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 30 Mar 2022 07:34:47 +0000
sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-lang/perl:             5.34.0-r8::gentoo
dev-lang/python:           3.9.10-r1::gentoo, 3.10.2-r1::gentoo
dev-util/cmake:            3.22.2::gentoo
dev-util/meson:            0.61.1::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          250.4::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/gcc:             11.2.1_p20220115::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.16::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r9::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    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-extra-opts:
    sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="riscv ~riscv"
ACCEPT_LICENSE="* -@EULA"
CBUILD="riscv64-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="riscv64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 3 --load-average 10"
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"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="         http://mirrors.163.com/gentoo         https://mirrors.tuna.tsinghua.edu.cn/gentoo         http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ "
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
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"
SHELL="/bin/bash"
USE="acl bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd ncurses nls nptl openmp pam pcre readline riscv seccomp split-usr ssl systemd udev unicode xattr zlib" ADA_TARGET="gnat_2020" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" 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" 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_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="fbdev v4l" 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, AR, 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, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 2 Larry the Git Cow gentoo-dev 2022-05-28 14:18:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dbc8529e137b2c8c4b571d06ab3faa8a78822d

commit 45dbc8529e137b2c8c4b571d06ab3faa8a78822d
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-05-28 14:15:13 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-05-28 14:15:16 +0000

    dev-python/autopage: keyword 0.5.1 for ~riscv
    
    Version 0.5.1 passes the test suite on riscv.
    Bug: https://bugs.gentoo.org/836439
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-python/autopage/autopage-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)