Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832822 - dev-python/python-socks-2.0.3: fails tests
Summary: dev-python/python-socks-2.0.3: fails tests
Status: CONFIRMED
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: 831852
  Show dependency tree
 
Reported: 2022-02-07 07:15 UTC by Sam James
Modified: 2022-02-07 07:37 UTC (History)
0 users

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


Attachments
build.log (file_832822.txt,313.28 KB, text/plain)
2022-02-07 07:15 UTC, Sam James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-07 07:15:08 UTC
Created attachment 764496 [details]
build.log

=========================== short test summary info ============================
SKIPPED [1] tests/test_proxy_async_curio.py:28: could not import 'curio': No module named 'curio'
SKIPPED [1] tests/test_resolvers.py:84: could not import 'curio': No module named 'curio'
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[True-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[True-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[True-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[True-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[False-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[False-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[False-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4[False-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_hostname_ipv4[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_hostname_ipv4[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv4_with_auth_none[False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_with_invalid_credentials
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_with_connect_timeout
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_with_invalid_proxy_port
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv6[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks5_proxy_ipv6[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[True-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_socks4_proxy[False-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_http_proxy[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_http_proxy[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio.py::test_proxy_chain[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio.py::test_proxy_chain[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[True-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[True-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[True-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[True-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[False-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[False-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[False-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4[False-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_hostname_ipv4[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_hostname_ipv4[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv4_with_auth_none[False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_with_invalid_credentials
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_with_connect_timeout
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_with_invalid_proxy_port
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv6[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks5_proxy_ipv6[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[True-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-None-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-None-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-True-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-True-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-False-http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_socks4_proxy[False-False-https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_http_proxy[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_http_proxy[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_secure_proxy[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_secure_proxy[https://ip4.target.example.com:8890/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_proxy_chain[http://ip4.target.example.com:8889/ip]
FAILED tests/test_proxy_async_trio_v2.py::test_proxy_chain[https://ip4.target.example.com:8890/ip]
=========== 76 failed, 235 passed, 2 skipped, 49 warnings in 21.83s ============
 * ERROR: dev-python/python-socks-2.0.3::gentoo failed (test phase):
 *   pytest failed with python3.9
 * 

----
# emerge --info
Portage 3.0.28 (python 3.9.9-final-0, default/linux/ppc/17.0, gcc-11.2.0, glibc-2.33-r7, 5.15.11-gentoo-dist-hardened ppc)
=================================================================
System uname: Linux-5.15.11-gentoo-dist-hardened-ppc-POWER9_-architected-,_altivec_supported-with-glibc2.33
KiB Mem:    32914200 total,   8850036 free
KiB Swap:   67108860 total,  66732708 free
Timestamp of repository gentoo: Mon, 07 Feb 2022 06:36:43 +0000
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p8::gentoo
dev-lang/perl:             5.34.0-r6::gentoo
dev-lang/python:           3.9.9-r1::gentoo, 3.10.0_p1-r1::gentoo
dev-lang/rust-bin:         1.57.0::gentoo
dev-util/cmake:            3.21.4::gentoo
dev-util/meson:            0.59.4::gentoo
sys-apps/baselayout:       2.7-r3::gentoo
sys-apps/openrc:           0.44.10::gentoo
sys-apps/sandbox:          2.25::gentoo
sys-devel/autoconf:        2.71-r1::gentoo
sys-devel/automake:        1.16.4::gentoo
sys-devel/binutils:        2.37_p1::gentoo
sys-devel/binutils-config: 5.4::gentoo
sys-devel/gcc:             11.2.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/llvm:            13.0.0::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.33-r7::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    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-max-age: 24
    sync-rsync-verify-jobs: 1

ACCEPT_KEYWORDS="ppc ~ppc"
ACCEPT_LICENSE="@FREE"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=powerpc -mtune=powerpc -pipe -frecord-gcc-switches -fdiagnostics-show-option"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -mcpu=powerpc -mtune=powerpc -pipe -frecord-gcc-switches -fdiagnostics-show-option"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --ask-enter-invalid --jobs=4 --load-average 10 --quiet-build --keep-going --complete-graph --with-bdeps=y --deep"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH 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 -mcpu=powerpc -mtune=powerpc -pipe -frecord-gcc-switches -fdiagnostics-show-option"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -mcpu=powerpc -mtune=powerpc -pipe -frecord-gcc-switches -fdiagnostics-show-option"
GENTOO_MIRRORS="https://gentoo.osuosl.org/"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0"
MAKEOPTS="-j12 -l10"
PKGDIR="/var/tmp/portage/ppc32"
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"
SHELL="/bin/bash"
USE="acl big-endian bzip2 cli crypt dbus dri elogind fortran gdbm iconv ipv6 libglvnd ncurses nls nptl openmp pam pcre ppc readline seccomp split-usr ssl unicode xattr zlib" ABI_PPC="32" ADA_TARGET="gnat_2020" 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" 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" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="fbdev mga nv r128 radeon dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS