* Package: dev-python/rarfile-3.0-r1 * Repository: gentoo * Maintainer: thev00d00@gentoo.org * USE: abi_x86_32 compressed elibc_glibc kernel_linux python_targets_python3_7 test userland_GNU x86 * FEATURES: network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>> Unpacking source... >>> Unpacking rarfile-3.0.tar.gz to /var/tmp/portage/dev-python/rarfile-3.0-r1/work >>> Source unpacked in /var/tmp/portage/dev-python/rarfile-3.0-r1/work >>> Preparing source in /var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 8 running build running build_py copying rarfile.py -> /var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0-python3_7/lib warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/rarfile-3.0-r1 * python3_7: running distutils-r1_run_phase python_test test_api.test_bad_arc_mode_w ... ok test_api.test_bad_arc_mode_rb ... ok test_api.test_bad_errs ... ok test_api.test_bad_open_mode_w ... ok test_api.test_bad_open_psw ... ok test_api.test_bad_filelike ... ok test_api.test_open_psw_late_rar3 ... ok test_api.test_open_psw_late_rar5 ... ok test_api.test_read_psw_late_rar3 ... ok test_api.test_read_psw_late_rar5 ... ok test_api.test_open_psw_late ... ok test_api.test_detection ... ok test_api.test_signature_error ... ok test_api.test_signature_error_mem ... ok test_api.test_with ... ok test_api.test_readline ... ok test_api.test_printdir ... ok test_api.test_testrar ... ok test_api.test_testrar_mem ... ok test_api.test_extract ... ok test_api.test_extract_mem ... ok test_api.test_infocb ... ok test_api.test_read_rar3 ... ok test_api.test_alt_tool ... ok test_crypto.test_aes128_cbc ... ok test_crypto.test_aes256_cbc ... ok test_format.test_rar3_header_encryption ... ok test_format.test_rar5_header_encryption ... ok test_format.test_rar3_vols ... ok test_format.test_rar3_oldvols ... FAIL test_format.test_rar5_vols ... ok test_format.test_rar3_ctime0 ... ok test_format.test_rar3_ctime1 ... ok test_format.test_rar3_ctime2 ... ok test_format.test_rar3_ctime3 ... ok test_format.test_rar3_ctime4 ... ok test_format.test_rar5_times ... ok test_format.test_oldvols ... ok test_format.test_newvols ... ok test_format.test_newvols_err ... ok test_hashing.test_nohash ... ok test_hashing.test_crc32 ... ok test_hashing.test_blake2sp ... ok test_hashing.test_hmac_sha256 ... ok test_hashing.test_rar3_s2k ... ok test_hashing.test_pbkdf2_hmac_sha256 ... ok test_korrupt.test_corrupt_quick_rar3 ... ok test_korrupt.test_corrupt_quick_rar5 ... ok test_korrupt.test_corrupt_all ... ok test_reading.test_reading_rar3_ctime ... ok test_reading.test_reading_rar2 ... ok test_reading.test_reading_rar3 ... ok test_reading.test_reading_rar2_psw ... ok test_reading.test_reading_rar3_psw ... ok test_reading.test_reading_rar3_hpsw ... ok test_reading.test_reading_rar3_vols ... FAIL test_reading.test_reading_rar5_blake ... ok test_reading.test_reading_rar5_crc ... ok test_reading.test_reading_rar5_links ... ok test_reading.test_reading_rar5_quick_open ... ok test_reading.test_reading_rar5_solid_qo ... ok test_reading.test_reading_rar5_solid ... ok test_reading.test_reading_rar5_times ... ok test_reading.test_reading_rar5_vols ... ok test_reading.test_reading_rar5_hpsw ... ok test_reading.test_reading_rar5_psw_blake ... ok test_reading.test_reading_rar5_psw ... ok test_reading.test_reading_missed ... FAIL test_seek.test_seek_filename ... ok test_seek.test_seek_stringio ... ok test_seek.test_seek_bytesio ... ok test_seek.test_seek_open ... ok test_seek.test_seek_ioopen ... ok ====================================================================== FAIL: test_format.test_rar3_oldvols ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0/test/test_format.py", line 141, in test_rar3_oldvols eq_(r.strerror(), None) AssertionError: 'Cannot open next volume: test/files/rar3-old.r00' != None ====================================================================== FAIL: test_reading.test_reading_rar3_vols ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0/test/test_reading.py", line 96, in test_reading_rar3_vols run_reading('test/files/rar3-old.rar') File "/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0/test/test_reading.py", line 60, in run_reading run_reading_normal(fn, comment) File "/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0/test/test_reading.py", line 21, in run_reading_normal eq_(rf.strerror(), None) AssertionError: 'Cannot open next volume: test/files/rar3-old.r00' != None ====================================================================== FAIL: test_reading.test_reading_missed ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0/test/test_reading.py", line 149, in test_reading_missed eq_(missed, problems) AssertionError: ['test/files/rar3-vols.part2.rar', 'test/files/rar3-vols.part3.rar', 'test/files/rar3-vols.part1.rar'] != [] ---------------------------------------------------------------------- Ran 73 tests in 60.925s FAILED (failures=3) * ERROR: dev-python/rarfile-3.0-r1::gentoo failed (test phase): * Tests fail with python3.7 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2923: Called distutils-r1_src_test * environment, line 1238: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 434: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2538: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2020: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2018: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 826: Called distutils-r1_run_phase 'python_test' * environment, line 1175: Called python_test * environment, line 2883: Called die * The specific snippet of code: * nosetests -v || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/rarfile-3.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/rarfile-3.0-r1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-python/rarfile-3.0-r1:20200708-090846.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/rarfile-3.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/rarfile-3.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0' * S: '/var/tmp/portage/dev-python/rarfile-3.0-r1/work/rarfile-3.0' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/x86/17.0, gcc-9.3.0, glibc-2.30-r8, 4.14.34-gentoo-infra38 i686) ================================================================= System uname: Linux-4.14.34-gentoo-infra38-i686-Intel-R-_Xeon-R-_CPU_E5-2620_v4_@_2.10GHz-with-gentoo-2.6 KiB Mem: 16426740 total, 8095612 free KiB Swap: 4194268 total, 4186000 free Timestamp of repository gentoo: Wed, 08 Jul 2020 08:35:23 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.33.1 p2) 2.33.1 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.3::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo dev-util/cmake: 3.16.5::gentoo sys-apps/baselayout: 2.6-r1::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.16.1-r1::gentoo sys-devel/binutils: 2.33.1-r1::gentoo sys-devel/gcc: 9.3.0::gentoo sys-devel/gcc-config: 2.3::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.30-r8::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes x-portage location: /usr/local/portage masters: gentoo priority: 0 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CC="i686-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/qmail/alias /var/qmail/control" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="i686-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps y --keep-going y --quiet-fail y -1" ENV_UNSET="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 -g -ggdb -frecord-gcc-switches -march=native" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles 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-log splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" LINGUAS="en en_GB" MAKEOPTS="-j8" PKGDIR="/root/.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 --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X acl berkdb bzip2 cli crypt dri elogind fortran gdbm iconv ipv6 jumbo-build libtirpc ncurses nls nptl openmp openssl pam pcre readline seccomp split-usr ssl tcpd unicode x86 xattr zlib" ABI_X86="32" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" CPU_FLAGS_X86="mmx mmxext sse sse2" 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="en en_GB en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" 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: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS