Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 638454 Details for
Bug 722724
dev-python/httpretty fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 14.72 KB, created by
Agostino Sarubbo
on 2020-05-12 15:09:47 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-05-12 15:09:47 UTC
Size:
14.72 KB
patch
obsolete
> * Package: dev-python/httpretty-1.0.2-r1 > * Repository: gentoo > * Maintainer: openstack@gentoo.org mgorny@gentoo.org,python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking httpretty-1.0.2.tar.gz to /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work >>>> Source unpacked in /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work >>>> Preparing source in /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2 ... > * python3_7: running distutils-r1_run_phase distutils-r1_python_compile >python3.7 setup.py build -j 8 >running build >running build_py >creating /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/__init__.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/utils.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/version.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/errors.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/core.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/compat.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >copying httpretty/http.py -> /var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2-python3_7/lib/httpretty >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/httpretty-1.0.2-r1 > * python3_7: running distutils-r1_run_phase python_test >nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] >nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module >#1 tests.functional.bugfixes.test_242_ssl_bad_handshake.test_test_ssl_bad_handshake ... ok >#2 tests.functional.bugfixes.test_eventlet.test_something ... ok >#3 Failure: ModuleNotFoundError (No module named 'redis') ... ERROR > >====================================================================== >ERROR: Failure: ModuleNotFoundError (No module named 'redis') >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest > raise self.exc_val.with_traceback(self.tb) > File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName > addr.filename, addr.module) > File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath > return self.importFromDir(dir_path, fqname) > File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir > mod = load_module(part_fqname, fh, filename, desc) > File "/usr/lib/python3.7/imp.py", line 234, in load_module > return load_source(name, filename, file) > File "/usr/lib/python3.7/imp.py", line 171, in load_source > module = _load(spec) > File "<frozen importlib._bootstrap>", line 696, in _load > File "<frozen importlib._bootstrap>", line 677, in _load_unlocked > File "<frozen importlib._bootstrap_external>", line 728, in exec_module > File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed > File "/var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2/tests/functional/bugfixes/test_redis.py", line 5, in <module> > from redis import Redis >ModuleNotFoundError: No module named 'redis' > >---------------------------------------------------------------------- >Ran 3 tests in 0.019s > >FAILED (errors=1) > * ERROR: dev-python/httpretty-1.0.2-r1::gentoo failed (test phase): > * Tests fail with python3.7 > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 2922: Called distutils-r1_src_test > * environment, line 1262: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 462: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2531: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2044: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2042: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 850: Called distutils-r1_run_phase 'python_test' > * environment, line 1199: Called python_test > * environment, line 2882: Called die > * The specific snippet of code: > * nosetests -v tests || die "Tests fail with ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=dev-python/httpretty-1.0.2-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/httpretty-1.0.2-r1::gentoo'`. > * The complete build log is located at '/var/log/emerge-log/build/dev-python/httpretty-1.0.2-r1:20200512-145546.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/httpretty-1.0.2-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/httpretty-1.0.2-r1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2' > * S: '/var/tmp/portage/dev-python/httpretty-1.0.2-r1/work/httpretty-1.0.2' > > > >emerge --info: >Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.0, gcc-9.3.0, glibc-2.30-r8, 4.14.34-gentoo-infra38 x86_64) >================================================================= >System uname: Linux-4.14.34-gentoo-infra38-x86_64-Intel-R-_Xeon-R-_CPU_E5-2620_v4_@_2.10GHz-with-gentoo-2.6 >KiB Mem: 16426740 total, 8512080 free >KiB Swap: 4194268 total, 4187356 free >Timestamp of repository gentoo: Tue, 12 May 2020 14:35:16 +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-java/java-config: 2.2.0-r4::gentoo >dev-lang/perl: 5.30.1::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.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.33.1-r1::gentoo >sys-devel/gcc: 9.3.0::gentoo >sys-devel/gcc-config: 2.2.1::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.2.1-r4::gentoo >sys-kernel/linux-headers: 5.4::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-extra-opts: > sync-rsync-verify-metamanifest: yes > sync-rsync-verify-jobs: 1 > sync-rsync-verify-max-age: 24 > >x-portage > location: /usr/local/portage > masters: gentoo > priority: 0 > >ACCEPT_KEYWORDS="amd64" >ACCEPT_LICENSE="* linux-fw-redistributable intel-ucode ipw3945 NVIDIA-r1 bonnie no-source-code Mellanox-AS-IS JSON LSI-tw_cli ipw2200-fw bh-luxi AVASYS Broadcom unRAR SmartLabs sun-jlfgr ISSL ipw2100-fw MicroChip-SDCC Atmel Amazon qlogic-fibre-channel-firmware freedist shmux Apache-1.1 LGPL-2+ W3C BSD AFL-3.0 MIT MPL-2.0 Sleepycat GPL-3+ GPL-3 nethack BSD-2 HPND OFL-1.1 LGPL-3 Watcom-1.0 wxWinLL-3 GPL-2+ Artistic APSL-2 Boost-1.0 CPAL-1.0 IPAfont LGPL-2.1+ CPL-1.0 MPL-1.1 PHP-3 UoI-NCSA PHP-3.01 Ms-PL OSL-2.1 EPL-1.0 ZLIB EPL-2.0 GPL-2 ZPL CDDL GPL-1+ CNRI AGPL-3 ECL-2.0 LGPL-2.1 LGPL-3+ LPPL-1.3c QPL AGPL-3+ Artistic-2 PSF-2 ISC EUPL-1.1 POSTGRESQL APL-1.0 NOSA Apache-2.0 MPL-1.0 IBM Apache-1.1 gnuplot AFL-3.0 Zend-2.0 LPPL-1.2 OSL-1.1 Apache-1.0 FraunhoferFDK AFL-2.1 NPL-1.1 APSL-2 CPAL-1.0 MPL-1.1 CPL-1.0 PHP-3.01 Ms-PL OSL-2.1 EPL-1.0 BSD-4 EPL-2.0 openssl CDDL QPL-1.0 CNRI QPL LGPL-2+ W3C Unlicense OPENLDAP SGI-B-2.0 Ruby BSD MIT GPL-2-with-exceptions MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 GPL-3+ Sleepycat GPL-3 WTFPL-2 Transmission-OpenSSL-exception LGPL-2.1-with-linking-exception Clear-BSD BSD-2 HPND tanuki-community Apache-2.0-with-LLVM-exceptions public-domain LGPL-3 FTL LGPL-2-with-linking-exception qwt LGPL-2 GPL-3+-with-cuda-exception PSF-2.2 gcc-runtime-library-exception-3.1 wxWinLL-3.1 GPL-2+ GPL-1 Boost-1.0 LGPL-2.1+ GPL-2+-with-openssl-exception PSF-2.3 UoI-NCSA IJG PYTHON libstdc++ GPL-2-with-MySQL-FLOSS-exception GPL-3-with-openssl-exception CC0-1.0 GPL-2 ZLIB UPX-exception ZPL GPL-1+ AGPL-3 LGPL-2.1 ECL-2.0 GPL-2-with-linking-exception LGPL-3+ unicode vim AGPL-3+ GPL-3+-with-opencl-openssl-exception Artistic-2 GPL-2-with-font-exception GPL-3+-with-opencl-exception metapackage GPL-3-with-font-exception GPL-2-with-classpath-exception PSF-2 PSF-2.4 ISC CeCILL-2 Ruby-BSD GPL-3+-with-cuda-openssl-exception LGPL-3-with-linking-exception libgcc Apache-2.0 Clarified-Artistic OSL-2.0 EUPL-1.1 MPL-1.0 IBM scanlogd File-MMagic SMAIL bea.ri.jsr173 Emacs TeX dom4j the-Click-license canfep libpng2 tcltk photopc DUMB-0.9.3 CRACKLIB AMPAS symlinks imagemagick FVWM x2x wm2 Mail-Sendmail eGenixPublic-1.1 BSD-1 ErlPL-1.1 XC Ispell totd par feh repoze tablelist tumbolia pngcrush FastCGI lsof tcp_wrappers_license RSA openafs-krb5-a rdisc tm-align LIBGLOSS Sendmail-Open-Source Crypt-IDEA LPPL-1.3 pngnq PHP-2.02 FLEX DES Sendmail ipadic w3m BSD-with-attribution gd Princeton buddy icu Time-Format Info-ZIP LPPL-1.3b SVFL JDOM alternate NCSA-HDF psutils iASL mm bufexplorer.vim inner-net minpack IDPL ipx-utils Toyoda boehm-gc Openwall ElementTree ZSH rwpng ngrep sdlsasteroids torque-2.5 FLTK Allegro UCAR-Unidata matplotlib libmng CeCILL-C LambdaMOO regexp-UofT Khronos-CLHPP MIT-with-advertising xvt libpng CPL-0.5 Time-modules xboing JOVE Flashpix HTML-Tidy mpich2 netcat JNIC Subversion BEER-WARE VTK TeX-other-free Mini-XML CAOSL gsm Interbase-1.0 SSLeay URT AIFFWriter.m Snd rc CMake sash Xdebug CDDL-Schily xtrs CDDL-1.1 flexmock otter freetts libtiff BSD-with-disclosure docbook perforce NEWLIB BZIP2 Old-MIT PCRE LLVM-Grant htmlc shrimp xbatt FDL-1.3+ FDL-1.2 GPL-3+ GPL-3 FDL-1.2+ OFL-1.1 FDL-1.3 CC-BY-SA-2.0 GPL-2+ GPL-1 CC-BY-SA-4.0 IPAfont FDL-1.1 CC-BY-SA-3.0 CC-BY-2.5 CC-BY-3.0 GPL-2 FreeArt GPL-1+ CC-BY-2.0 OFL OPL CC-BY-4.0 FDL-1.1+ Arphic CC-BY-SA-2.5 man-pages UbuntuFontLicense-1.0 vlgothic BAEKMUK Texinfo-manual BitstreamVera man-pages-posix-2013 wxWinFDL-3 LDP-1a CC-PD CC-SA-1.0 LDP-1 MaxMind2 CC-BY-SA-1.0 myspell-en_CA-KevinAtkinson quake1-textures man-pages-posix mplus-fonts" >CBUILD="x86_64-pc-linux-gnu" >CC="x86_64-pc-linux-gnu-gcc" >CFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /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/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="x86_64-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 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 amd64 berkdb bzip2 cli crypt dri elogind fortran gdbm iconv ipv6 jumbo-build libtirpc multilib ncurses nls nptl openmp openssl pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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="ruby24 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 722724
: 638454