Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606916 - dev-python/distlib-0.2.1-r1 fails tests with pypy3: ImportError: cannot import name 'HTTPSHandler'
Summary: dev-python/distlib-0.2.1-r1 fails tests with pypy3: ImportError: cannot impor...
Status: RESOLVED OBSOLETE
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: 2017-01-23 13:38 UTC by Paolo Pedroni
Modified: 2020-04-18 15:34 UTC (History)
0 users

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


Attachments
distlib-0.2.1-r1:20170123-133233.log.gz (distlib-0.2.1-r1:20170123-133233.log.gz,2.78 KB, application/gzip)
2017-01-23 13:38 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2017-01-23 13:38:01 UTC
Created attachment 461066 [details]
distlib-0.2.1-r1:20170123-133233.log.gz

# PYTHON_TARGETS="pypy3" ebuild /usr/portage/dev-python/distlib/distlib-0.2.1-r1.ebuild clean test

Forcing test.
 * distlib-0.2.1.zip SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                   [ ok ]
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking distlib-0.2.1.zip to /var/tmp/portage/dev-python/distlib-0.2.1-r1/work
>>> Source unpacked in /var/tmp/portage/dev-python/distlib-0.2.1-r1/work
>>> Preparing source in /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1 ...
 * Applying distlib-0.2.1-unbundle.patch ...                                                                                [ ok ]
 * Applying distlib-0.2.1-online.patch ...                                                                                  [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1 ...
 * pypy3: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/pypy3 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/compat.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/version.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/index.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/resources.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/wheel.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/database.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/locators.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/manifest.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/markers.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/__init__.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/scripts.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/metadata.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
copying distlib/util.py -> /var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1-pypy3/lib/distlib
warning: build_py: byte-compiling is disabled, skipping.

>>> Source compiled.
>>> Test phase: dev-python/distlib-0.2.1-r1
 * pypy3: running distutils-r1_run_phase python_test
/usr/bin/pypy3 setup.py test
running test
Traceback (most recent call last):
  File "setup.py", line 68, in <module>
    'test': TestCommand,
  File "/usr/lib64/pypy3/lib-python/3/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib64/pypy3/lib-python/3/distutils/dist.py", line 930, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/pypy3/lib-python/3/distutils/dist.py", line 949, in run_command
    cmd_obj.run()
  File "setup.py", line 25, in run
    import test_all
  File "tests/test_all.py", line 16, in <module>
    import distlib_tests
  File "tests/distlib_tests.py", line 10, in <module>
    from test_database import (DataFilesTestCase, TestDatabase, TestDistribution,
  File "tests/test_database.py", line 21, in <module>
    from distlib.compat import text_type, file_type, StringIO
  File "/var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1/distlib/compat.py", line 66, in <module>
    from urllib.request import (urlopen, urlretrieve, Request, url2pathname,
ImportError: cannot import name 'HTTPSHandler'
 * ERROR: dev-python/distlib-0.2.1-r1::gentoo failed (test phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_test
 *   environment, line 3726:  Called distutils-r1_src_test
 *   environment, line 1013:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  345:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 3237:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2333:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2331:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  621:  Called distutils-r1_run_phase 'python_test'
 *   environment, line  945:  Called python_test
 *   environment, line 3605:  Called esetup.py 'test'
 *   environment, line 1451:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/distlib-0.2.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/distlib-0.2.1-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-python/distlib-0.2.1-r1:20170123-133233.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/distlib-0.2.1-r1/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/distlib-0.2.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1'
 * S: '/var/tmp/portage/dev-python/distlib-0.2.1-r1/work/distlib-0.2.1'

# emerge --info =dev-python/distlib-0.2.1-r1
sudo emerge --info =dev-python/distlib-0.2.1-r1
Portage 2.3.0 (python 3.5.2-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.4.0, glibc-2.23-r3, 4.8.17-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.8.17-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.3
KiB Mem:    15865540 total,   1890004 free
KiB Swap:    8171516 total,   8111288 free
Timestamp of repository gentoo: Mon, 23 Jan 2017 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.2.4 [disabled]
app-shells/bash:          4.3_p48-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1_rc4::gentoo
dev-lang/python:          2.7.12::gentoo, 3.5.2::gentoo
dev-util/ccache:          3.2.4::gentoo
dev-util/cmake:           3.6.3::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.3::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.4.0-r2::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r3::gentoo
Repositories:

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

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 -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 -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
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 -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
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 -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
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 --exclude=/.git"
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 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 session sndfile sockets speex spell sqlite 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" CURL_SSL="gnutls" 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" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" LINGUAS="it it_IT" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_5 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/distlib-0.2.1-r1
[ebuild  N    ] dev-python/distlib-0.2.1-r1  PYTHON_TARGETS="pypy pypy3 python2_7 python3_5 -python3_4"
Comment 1 Paolo Pedroni 2017-01-23 13:40:35 UTC
The same happens with dev-python/distlib-0.2.2
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-18 15:34:36 UTC
Old version gone.