Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698206 - =dev-python/virtualenv-16.0.0 with dev-python/pypy3-7.2.0 fails tests/test_cmdline.py::test_commandline_abbrev_interp
Summary: =dev-python/virtualenv-16.0.0 with dev-python/pypy3-7.2.0 fails tests/test_cm...
Status: RESOLVED WONTFIX
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: 2019-10-21 16:34 UTC by Paolo Pedroni
Modified: 2020-08-01 13:04 UTC (History)
0 users

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


Attachments
virtualenv-16.0.0:20191021-162616.log.gz (virtualenv-16.0.0:20191021-162616.log.gz,4.54 KB, application/gzip)
2019-10-21 16:34 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2019-10-21 16:34:04 UTC
Created attachment 593534 [details]
virtualenv-16.0.0:20191021-162616.log.gz

* pypy3: running distutils-r1_run_phase python_test
======================================================== test session starts ========================================================
platform linux -- Python 3.6.9[pypy-7.2.0-final], pytest-3.10.1, py-1.5.4, pluggy-0.7.1 -- /usr/bin/pypy3
cachedir: .pytest_cache
rootdir: /var/tmp/portage/dev-python/virtualenv-16.0.0/work/virtualenv-16.0.0, inifile:
plugins: virtualenv-1.2.11, shutil-1.2.11, hypothesis-3.59.1, flaky-3.4.0
collecting ... collected 11 items

tests/test_cmdline.py::test_commandline_basic PASSED                                                                          [  9%]
tests/test_cmdline.py::test_commandline_explicit_interp PASSED                                                                [ 18%]
tests/test_cmdline.py::test_commandline_abbrev_interp FAILED                                                                  [ 27%]
tests/test_virtualenv.py::test_version PASSED                                                                                 [ 36%]
tests/test_virtualenv.py::test_resolve_interpreter_with_absolute_path PASSED                                                  [ 45%]
tests/test_virtualenv.py::test_resolve_interpreter_with_nonexistent_interpreter PASSED                                        [ 54%]
tests/test_virtualenv.py::test_resolve_interpreter_with_invalid_interpreter PASSED                                            [ 63%]
tests/test_virtualenv.py::test_activate_after_future_statements PASSED                                                        [ 72%]
tests/test_virtualenv.py::test_cop_update_defaults_with_store_false PASSED                                                    [ 81%]
tests/test_virtualenv.py::test_install_python_bin PASSED                                                                      [ 90%]
tests/test_virtualenv.py::test_always_copy_option SKIPPED                                                                     [100%]

============================================================= FAILURES ==============================================================
__________________________________________________ test_commandline_abbrev_interp ___________________________________________________

tmpdir = local('/var/tmp/portage/dev-python/virtualenv-16.0.0/temp/pytest-of-portage/pytest-1/test_commandline_abbrev_interp0')

    @pytest.mark.skipif("sys.platform == 'win32' and sys.version_info[:2] >= (3,5)")
    def test_commandline_abbrev_interp(tmpdir):
        """Specifying abbreviated forms of the Python interpreter should work"""
        if sys.platform == 'win32':
            fmt = '%s.%s'
        else:
            fmt = 'python%s.%s'
        abbrev = fmt % (sys.version_info[0], sys.version_info[1])
        subprocess.check_call([
            sys.executable,
            VIRTUALENV_SCRIPT,
            '-p', abbrev,
>           str(tmpdir.join('venv'))
        ])

tests/test_cmdline.py:42: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

popenargs = (['/usr/bin/pypy3', '/var/tmp/portage/dev-python/virtualenv-16.0.0/work/virtualenv-16.0.0/virtualenv.py', '-p', 'pytho...'/var/tmp/portage/dev-python/virtualenv-16.0.0/temp/pytest-of-portage/pytest-1/test_commandline_abbrev_interp0/venv'],)
kwargs = {}, retcode = 3
cmd = ['/usr/bin/pypy3', '/var/tmp/portage/dev-python/virtualenv-16.0.0/work/virtualenv-16.0.0/virtualenv.py', '-p', 'python..., '/var/tmp/portage/dev-python/virtualenv-16.0.0/temp/pytest-of-portage/pytest-1/test_commandline_abbrev_interp0/venv']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['/usr/bin/pypy3', '/var/tmp/portage/dev-python/virtualenv-16.0.0/work/virtualenv-16.0.0/virtualenv.py', '-p', 'python3.6', '/var/tmp/portage/dev-python/virtualenv-16.0.0/temp/pytest-of-portage/pytest-1/test_commandline_abbrev_interp0/venv']' returned non-zero exit status 3.

/usr/lib/pypy3.6/lib-python/3/subprocess.py:311: CalledProcessError
------------------------------------------------------- Captured stdout call --------------------------------------------------------
The path python3.6 (from --python=python3.6) does not exist
===Flaky Test Report===


===End Flaky Test Report===
========================================== 1 failed, 9 passed, 1 skipped in 59.73 seconds ===========================================
 * ERROR: dev-python/virtualenv-16.0.0::gentoo failed (test phase):
 *   Tests fail with pypy3

# emerge --info =dev-python/virtualenv-16.0.0
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.2.20-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.2.20-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.6
KiB Mem:    12013812 total,   6119932 free
KiB Swap:   12550140 total,  12465148 free
Timestamp of repository gentoo: Mon, 21 Oct 2019 07:15:01 +0000
Head commit of repository gentoo: 99e8234895a011a36f7e88d5bbc395ed10f82c07
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 [enabled]
ccache version 3.7.2 [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.2::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-r1::gentoo
sys-devel/gcc-config:     2.0::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.europe.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

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=amdfam10 -flto=7"
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=amdfam10 -flto=7"
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=amdfam10 -flto=7"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs 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 -frecord-gcc-switches -march=amdfam10 -flto=7"
GENTOO_MIRRORS="http://mirrors.evowise.com/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=7"
LINGUAS="it it_IT"
MAKEOPTS="-j19 -l6"
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 --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 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 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 scanner sctp sdl seccomp sndfile sockets speex spell split-usr sqlite sqlite3 ssl startup-notification svg symlink syslog systemd sysvipc taglib test theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vala vcd vdpau vim-syntax vnc vorbis 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="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" 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" GRUB_PLATFORMS="pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" 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" SANE_BACKENDS="epson epson2" USERLAND="GNU" VIDEO_CARDS="radeon r600" 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

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

dev-python/virtualenv-16.0.0::gentoo was built with the following:
USE="-doc -test" ABI_X86="(64)" PYTHON_TARGETS="pypy pypy3 python2_7 python3_7 -python3_5 -python3_6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms split-elog split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

# emerge -1pqv =dev-python/virtualenv-16.0.0
[ebuild   R   ] dev-python/virtualenv-16.0.0  USE="test* -doc" PYTHON_TARGETS="pypy pypy3 python2_7 python3_7 -python3_5 -python3_6"
Comment 1 David Denoncin 2020-08-01 13:04:51 UTC
Tests are skipped in version 20.