Created attachment 597482 [details] pyftpdlib-1.5.5:20191125-152914.log.gz ============================================================= FAILURES ============================================================== ____________________________________________ TestFtpStoreDataTLSMixin.test_rest_on_stor _____________________________________________ self = <pyftpdlib.test.test_functional_ssl.TestFtpStoreDataTLSMixin testMethod=test_rest_on_stor> def test_rest_on_stor(self): # Test STOR preceded by REST. data = b'abcde12345' * 100000 self.dummy_sendfile.write(data) self.dummy_sendfile.seek(0) self.client.voidcmd('TYPE I') with contextlib.closing( self.client.transfercmd('stor ' + TESTFN)) as conn: bytes_sent = 0 while True: chunk = self.dummy_sendfile.read(BUFSIZE) conn.sendall(chunk) bytes_sent += len(chunk) # stop transfer while it isn't finished yet if bytes_sent >= INTERRUPTED_TRANSF_SIZE or not chunk: break # transfer wasn't finished yet but server can't know this, # hence expect a 226 response self.assertEqual('226', self.client.voidresp()[:3]) # resuming transfer by using a marker value greater than the # file size stored on the server should result in an error # on stor file_size = self.client.size(TESTFN) > self.assertEqual(file_size, bytes_sent) E AssertionError: 12288 != 32768 pyftpdlib/test/test_functional.py:899: AssertionError _____________________________________________ TestFtpStoreDataTLSMixin.test_stor_ascii ______________________________________________ self = <pyftpdlib.test.test_functional_ssl.TestFtpStoreDataTLSMixin testMethod=test_stor_ascii> def test_stor_ascii(self): # Test STOR in ASCII mode def store(cmd, fp, blocksize=8192): # like storbinary() except it sends "type a" instead of # "type i" before starting the transfer self.client.voidcmd('type a') with contextlib.closing(self.client.transfercmd(cmd)) as conn: while True: buf = fp.read(blocksize) if not buf: break conn.sendall(buf) return self.client.voidresp() try: data = b'abcde12345\r\n' * 100000 self.dummy_sendfile.write(data) self.dummy_sendfile.seek(0) store('stor ' + TESTFN, self.dummy_sendfile) self.client.retrbinary('retr ' + TESTFN, self.dummy_recvfile.write) expected = data.replace(b'\r\n', b(os.linesep)) self.dummy_recvfile.seek(0) datafile = self.dummy_recvfile.read() > self.assertEqual(len(expected), len(datafile)) E AssertionError: 1100000 != 1073835 pyftpdlib/test/test_functional.py:721: AssertionError ================================= 2 failed, 697 passed, 55 skipped, 10 deselected in 14.09 seconds ================================== * ERROR: dev-python/pyftpdlib-1.5.5::gentoo failed (test phase): * Tests failed with python2.7 * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2864: Called distutils-r1_src_test * environment, line 1024: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 469: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2380: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1726: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1724: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 680: Called distutils-r1_run_phase 'python_test' * environment, line 955: Called python_test * environment, line 2766: Called die * The specific snippet of code: * TZ=UTC+1 pytest -vv --ignore ${PN}/test/test_misc.py -k "not (${skipped_tests% or})" || die "Tests failed with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/pyftpdlib-1.5.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pyftpdlib-1.5.5::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-python/pyftpdlib-1.5.5:20191125-152914.log.gz'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pyftpdlib-1.5.5/temp/build.log.gz'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyftpdlib-1.5.5/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pyftpdlib-1.5.5/work/pyftpdlib-1.5.5' * S: '/var/tmp/portage/dev-python/pyftpdlib-1.5.5/work/pyftpdlib-1.5.5' >>> Failed to emerge dev-python/pyftpdlib-1.5.5, Log file: >>> '/var/log/portage/build/dev-python/pyftpdlib-1.5.5:20191125-152914.log.gz' *** Resuming merge... Calculating dependencies /... done! Exiting on signal Signals.SIGINT * Messages for package dev-python/pyftpdlib-1.5.5: * Log file: /var/log/portage/build/dev-python/pyftpdlib-1.5.5:20191125-152914.log.gz * ERROR: dev-python/pyftpdlib-1.5.5::gentoo failed (test phase): * Tests failed with python2.7 Tests fail with python3.7 as well. # emerge --info =dev-python/pyftpdlib-1.5.5 Portage 2.3.76 (python 3.7.5-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-9.2.0, glibc-2.29-r2, 5.3.12-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-5.3.12-gentoo-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-gentoo-2.6 KiB Mem: 16129872 total, 3476880 free KiB Swap: 16777212 total, 16535740 free Timestamp of repository gentoo: Mon, 25 Nov 2019 08:30:01 +0000 Head commit of repository gentoo: 252b463893b39bb98cb51964258dee30ac3e9b26 sh dash 0.5.9.1-r3 ld GNU gold (Gentoo 2.32 p2 2.32.0) 1.16 distcc 3.3.3 x86_64-pc-linux-gnu [disabled] ccache version 3.7.4 [disabled] app-shells/bash: 4.4_p23-r1::gentoo dev-java/java-config: 2.2.0-r4::gentoo dev-lang/perl: 5.28.2-r1::gentoo dev-lang/python: 2.7.16::gentoo, 3.7.5-r1::gentoo dev-util/ccache: 3.7.4::gentoo dev-util/cmake: 3.14.6::gentoo sys-apps/baselayout: 2.6-r1::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.16.1-r1::gentoo sys-devel/binutils: 2.32-r1::gentoo sys-devel/gcc: 9.2.0-r2::gentoo sys-devel/gcc-config: 2.1::gentoo sys-devel/libtool: 2.4.6-r3::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers) sys-libs/glibc: 2.29-r2::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-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: x-portage location: /usr/local/portage masters: gentoo priority: 0 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /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=skylake -mabm -flto=6" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN 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=skylake -mabm -flto=6" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 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 sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6" GENTOO_MIRRORS="http://mirrors.evowise.com/gentoo/ https://mirrors.evowise.com/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.netcologne.de/gentoo/" LANG="it_IT.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=6" LINGUAS="it it_IT" MAKEOPTS="-j7 -l6" 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" USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk handbook iconv icu idn imagemagick imlib ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pcre pdf phonon 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 subversion svg symlink syslog systemd sysvipc taglib test theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vala vcd vim-syntax vnc vorbis wavpack wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xml xpm xscreensaver xv xvid yahoo zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" 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="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 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="nlpsolver wiki-publisher" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7 pypy pypy3" RUBY_TARGETS="ruby24" 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_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS # emerge -1pqv =dev-python/pyftpdlib-1.5.5 [ebuild N ] dev-python/pyftpdlib-1.5.5 USE="ssl test -doc -examples" PYTHON_TARGETS="python2_7 python3_7 -python3_5 -python3_6"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ff0a7a3f85b857de29c22ca735ed02310c2c7d commit 75ff0a7a3f85b857de29c22ca735ed02310c2c7d Author: Louis Sautier <sbraz@gentoo.org> AuthorDate: 2019-11-27 13:51:26 +0000 Commit: Louis Sautier <sbraz@gentoo.org> CommitDate: 2019-11-27 14:10:11 +0000 dev-python/pyftpdlib: add Python 3.8, skip more failing tests Also: * switch to distutils_enable_sphinx * add RESTRICT="!test? ( test )" Closes: https://bugs.gentoo.org/701146 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Louis Sautier <sbraz@gentoo.org> ...dlib-1.5.5.ebuild => pyftpdlib-1.5.5-r1.ebuild} | 35 ++++++++-------------- 1 file changed, 13 insertions(+), 22 deletions(-)