Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644820 - dev-python/oauth2client-4.1.2 fails tests - AttributeError: 'NoneType' object has no attribute 'from_string'
Summary: dev-python/oauth2client-4.1.2 fails tests - AttributeError: 'NoneType' object...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-01-16 22:25 UTC by eroen
Modified: 2020-03-28 11:28 UTC (History)
0 users

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


Attachments
dev-python/oauth2client-4.1.2:20180116-222007.log (oauth2client-4.1.2:20180116-222007.log,37.21 KB, text/plain)
2018-01-16 22:25 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2018-01-16 22:25:56 UTC
Created attachment 515134 [details]
dev-python/oauth2client-4.1.2:20180116-222007.log

>>> Test phase: dev-python/oauth2client-4.1.2
 * python2_7: running distutils-r1_run_phase python_test
....................................................................................................................................EEEEE.............................................................................................................................................................................................................................................EEEEEEEE....EEEE.........................................................
======================================================================
ERROR: test_from_string_bad_key (tests.test__pycrypto_crypt.TestPyCryptoSigner)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test__pycrypto_crypt.py", line 72, in test_from_string_bad_key
    crypt.PyCryptoSigner.from_string(key_bytes)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_from_string_unicode_key (tests.test__pycrypto_crypt.TestPyCryptoVerifier)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test__pycrypto_crypt.py", line 62, in test_from_string_unicode_key
    verifier = crypt.PyCryptoVerifier.from_string(
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_bad_key (tests.test__pycrypto_crypt.TestPyCryptoVerifier)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test__pycrypto_crypt.py", line 54, in test_verify_bad_key
    verifier = crypt.PyCryptoVerifier.from_string(
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_failure (tests.test__pycrypto_crypt.TestPyCryptoVerifier)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test__pycrypto_crypt.py", line 48, in test_verify_failure
    verifier = crypt.PyCryptoVerifier.from_string(
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_success (tests.test__pycrypto_crypt.TestPyCryptoVerifier)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test__pycrypto_crypt.py", line 39, in test_verify_success
    signer = crypt.PyCryptoSigner.from_string(
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_from_string_non_509_cert (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 225, in test_from_string_non_509_cert
    verifier = self.verifier.from_string(public_key, is_x509_cert=False)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_sign_and_verify (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 57, in test_sign_and_verify
    self._check_sign_and_verify('privatekey.' + self.format_)
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 71, in _check_sign_and_verify
    signer = self.signer.from_string(private_key,
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_sign_and_verify_from_converted_pkcs12 (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 63, in test_sign_and_verify_from_converted_pkcs12
    self._check_sign_and_verify('pem_from_pkcs12.pem')
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 71, in _check_sign_and_verify
    signer = self.signer.from_string(private_key,
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_id_token (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 108, in test_verify_id_token
    jwt = self._create_signed_jwt()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 95, in _create_signed_jwt
    signer = self.signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_id_token_bad_tokens (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 181, in test_verify_id_token_bad_tokens
    signer = self.signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_id_token_with_certs_uri (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 124, in test_verify_id_token_with_certs_uri
    jwt = self._create_signed_jwt()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 95, in _create_signed_jwt
    signer = self.signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_id_token_with_certs_uri_default_http (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 137, in test_verify_id_token_with_certs_uri_default_http
    jwt = self._create_signed_jwt()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 95, in _create_signed_jwt
    signer = self.signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_verify_id_token_with_certs_uri_fails (tests.test_jwt.PEMCryptTestsPyCrypto)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 152, in test_verify_id_token_with_certs_uri_fails
    jwt = self._create_signed_jwt()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 95, in _create_signed_jwt
    signer = self.signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_credentials_good (tests.test_jwt.PEMSignedJwtAssertionCredentialsPyCryptoTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 273, in test_credentials_good
    credentials = self._make_credentials()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 257, in _make_credentials
    signer = crypt.Signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_credentials_refresh_with_storage (tests.test_jwt.PEMSignedJwtAssertionCredentialsPyCryptoTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 312, in test_credentials_refresh_with_storage
    credentials = self._make_credentials()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 257, in _make_credentials
    signer = crypt.Signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_credentials_refresh_without_storage (tests.test_jwt.PEMSignedJwtAssertionCredentialsPyCryptoTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 307, in test_credentials_refresh_without_storage
    credentials = self._make_credentials()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 257, in _make_credentials
    signer = crypt.Signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

======================================================================
ERROR: test_credentials_to_from_json (tests.test_jwt.PEMSignedJwtAssertionCredentialsPyCryptoTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 284, in test_credentials_to_from_json
    credentials = self._make_credentials()
  File "/var/tmp/portage/dev-python/oauth2client-4.1.2/work/oauth2client-4.1.2-python2_7/tests/test_jwt.py", line 257, in _make_credentials
    signer = crypt.Signer.from_string(private_key)
AttributeError: 'NoneType' object has no attribute 'from_string'

----------------------------------------------------------------------
Ran 447 tests in 3.648s

FAILED (errors=17)
 * ERROR: dev-python/oauth2client-4.1.2::gentoo failed (test phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_test
 *   environment, line 2641:  Called distutils-r1_src_test
 *   environment, line  883:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  340:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2179:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1537:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1535:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  557:  Called distutils-r1_run_phase 'python_test'
 *   environment, line  814:  Called python_test
 *   environment, line 2543:  Called die
 * The specific snippet of code:
 *       nosetests -e appengine -e django_util -e test_multiprocess_file_storage -e test_bad_positional || die
Comment 1 eroen 2018-01-16 22:27:02 UTC
occam ~ # emerge --info '=dev-python/oauth2client-4.1.2::gentoo'
Portage 2.3.19 (python 3.6.4-final-0, default/linux/amd64/17.0/hardened, gcc-7.2.0, glibc-2.26-r5, 4.14.13-gentoo-o0 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.14.13-gentoo-o0-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.4.1
KiB Mem:     8001580 total,   1602204 free
KiB Swap:   16777212 total,  15803984 free
Timestamp of repository gentoo: Tue, 16 Jan 2018 20:30:02 +0000
Head commit of repository gentoo: a71a86c3062dd3d9fda5031f05d1abc548380a12
Timestamp of repository eroen: Sun, 30 Oct 2016 21:58:42 +0000
Head commit of repository sapher: 9ef31d0bf6a902342746fb03a445d4f8b7ddabef

Head commit of repository wiktorb: 722797c27affae074c3d7b0a628cad1bdff2041c

Head commit of repository gentoo-snappy: 0ea79c799ebe1bc6cd924b9dd707b710eea24e83

Head commit of repository stuff: a27c74006f75d8e6f402e815360a0a375a08ac39

sh bash 4.4_p12-r1
ld GNU ld (Gentoo 2.29.1 p2) 2.29.1
ccache version 3.3.4 [disabled]
app-shells/bash:          4.4_p12-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.26.1-r1::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.4.6-r1::gentoo, 3.5.4-r1::gentoo, 3.6.4::gentoo
dev-util/ccache:          3.3.4-r1::gentoo
dev-util/cmake:           3.10.1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.12::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r1::gentoo
sys-devel/binutils:       2.29.1-r1::gentoo
sys-devel/gcc:            6.4.0-r1::gentoo, 7.2.0-r1::gentoo
sys-devel/gcc-config:     1.9.1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.14::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: --exclude ChangeLog* --exclude /metadata/cache/ --stats --delay-updates -c

crossdev
    location: /var/lib/portage/crossdev
    masters: gentoo gamerlay eroen

eroen
    location: /usr/local/portage
    masters: gentoo
    priority: 0

sapher
    location: /var/lib/overlays/sapher
    sync-type: git
    sync-uri: https://github.com/apinsard/sapher-overlay.git
    masters: gentoo

wiktorb
    location: /var/lib/overlays/wiktorb
    sync-type: git
    sync-uri: https://github.com/wiktor-b/overlay.git
    masters: gentoo

dotnet
    location: /var/lib/layman/dotnet
    masters: gentoo
    priority: 50

enlightenment
    location: /var/lib/layman/enlightenment
    masters: gentoo
    priority: 50

flora
    location: /var/lib/layman/flora
    masters: gentoo
    priority: 50

gamerlay
    location: /var/lib/layman/gamerlay
    masters: gentoo
    priority: 50

gentoo-snappy
    location: /usr/local/portage/gentoo-snappy
    sync-type: git
    sync-uri: https://github.com/zyga/gentoo-snappy.git
    masters: gentoo
    priority: 50

glc
    location: /var/lib/layman/glc
    masters: gentoo
    priority: 50

hardened-development
    location: /var/lib/layman/hardened-development
    masters: gentoo
    priority: 50

haskell
    location: /var/lib/layman/haskell
    masters: gentoo
    priority: 50

hasufell
    location: /var/lib/layman/hasufell
    masters: gentoo
    priority: 50

java
    location: /var/lib/layman/java
    masters: gentoo
    priority: 50

laurentb
    location: /var/lib/layman/laurentb
    masters: gentoo
    priority: 50

roslin
    location: /var/lib/layman/roslin
    masters: gentoo
    priority: 50

science
    location: /var/lib/layman/science
    masters: gentoo
    priority: 50

stuff
    location: /var/lib/layman/stuff
    sync-type: git
    sync-uri: https://github.com/istitov/stuff.git
    masters: gentoo
    priority: 50

sunrise
    location: /var/lib/layman/sunrise
    masters: gentoo
    priority: 50

toolchain
    location: /var/lib/layman/toolchain
    masters: gentoo
    priority: 50

v-fox
    location: /var/lib/layman/v-fox
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7-avx -pipe -Og -g -gdwarf-4"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/easy-rsa /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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=corei7-avx -pipe -Og -g -gdwarf-4"
DISTDIR="/var/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=1 --autounmask --quiet-build --nospinner --verbose-conflicts --verbose-slot-rebuilds"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs binpkg-multi-instance cgroup collision-protect compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles installsources ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install preserve-libs protect-owned sandbox sfperms split-log splitdebug strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS=""
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS="en gb us en_US en_GB eng jbo no nb nn no_NO nb_NO nn_NO nor"
MAKEOPTS="-j4 -l10"
PKGDIR="/var/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude ChangeLog* --exclude /metadata/cache/ --stats --delay-updates -c"
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 acl alsa amd64 apng audio audiofile avresample avx bash-completion bdf bluray bzip2 cairo caps cb cdda cdparanoia cdr cjk corefonts crypt cups curl cxx ddate declarative detex device-mapper dga dia djvu dts dvd dvi2tty dvipdfm ebook egl exif fam ffmpeg fftw fits flac fontconfig g3dvl gallium gbm gcrypt gif gimp git glamor glib glibc-omitfp gmp gnuplot gnutls gold gpm graphics graphviz gs gstreamer gtk gtk3 hardened highlight hscolour iconv icu id3tag idn imagemagick imlib inotify iproute2 ipv6 jbig jpeg jpeg2k jpg json kde kde4 kpathsea latex lcms libffi libssh2 libv4l luatex lvm lvm2 lzma lzo man metric mikmod mkv mms mmx mng mp3 mpeg mpg123 multilib multimedia musepack ncurses netlink nptl nut ocr odbc offensive ogg opengl openmp openvg optimization optimized-qmake opus pam pango pcre pdf pgf phonon pie png postscript private-headers pstricks pth publishers python3 qt3support qt4 raw readline samba sbsms scanner science sdl seccomp smp sna sndfile speex spell sqlite sse sse2 sse3 sse4 sse41 sse4_1 sse4_2 ssh ssl ssp ssse3 svg t1lib tesseract theora threads tiff tls truetype udev unicode usb v4l v4l2 vaapi video vorbis vpx webp wmf x264 xanim xattr xcb xcomposite xetex xft xinerama xkb xml xmlpatterns xorg xosd xpm xrandr xtpax xv xvid xvmc xz zlib zsh-completion" ABI_X86="32 64" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2 avx sse3 ssse3 sse4_1 aes avx mmxext popcnt sse3 sse4_1 sse4_2 ssse3" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en en-US en-GB eng" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AArch64 ARM BPF X86" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" POSTGRES_TARGETS="postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6" QEMU_SOFTMMU_TARGETS="x86_64 i386" RUBY_TARGETS="ruby22" SANE_BACKENDS="plustek" USERLAND="GNU" VIDEO_CARDS="intel i965 ilo" 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

occam ~ # emerge -pqv '=dev-python/oauth2client-4.1.2::gentoo'
[ebuild   R   ] dev-python/oauth2client-4.1.2 [4.1.2] USE="{test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6 -pypy"
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-28 11:28:22 UTC
Old version removed.  Please reopen if it still happens.