Log also shows a failure due to bug 504922. ====================================================================== ERROR: test_200 (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1140, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 983, in request self._send_request(method, url, body, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 1021, in _send_request self.endheaders(body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 979, in endheaders self._send_output(message_body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 824, in _send_output self.send(msg) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 762, in send self.connect() File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 740, in connect self.timeout, self.source_address) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/socket.py", line 408, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.error: [Errno 11] Resource temporarily unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 445, in test_200 data = self.urlopen("http://localhost:%s/bizarre" % handler.port) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 366, in urlopen f = urllib.request.urlopen(url, data, **kwargs) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 139, in urlopen return opener.open(url, data, timeout) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 370, in open response = self._open(req, data) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 388, in _open '_open', req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 348, in _call_chain result = func(*args) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1160, in http_open return self.do_open(http.client.HTTPConnection, req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1143, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 11] Resource temporarily unavailable> ====================================================================== ERROR: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1140, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 983, in request self._send_request(method, url, body, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 1021, in _send_request self.endheaders(body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 979, in endheaders self._send_output(message_body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 824, in _send_output self.send(msg) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 762, in send self.connect() File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 740, in connect self.timeout, self.source_address) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/socket.py", line 408, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.error: [Errno 11] Resource temporarily unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 453, in test_200_with_parameters b"get=with_feeling") File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 366, in urlopen f = urllib.request.urlopen(url, data, **kwargs) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 139, in urlopen return opener.open(url, data, timeout) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 370, in open response = self._open(req, data) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 388, in _open '_open', req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 348, in _call_chain result = func(*args) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1160, in http_open return self.do_open(http.client.HTTPConnection, req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1143, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 11] Resource temporarily unavailable> ====================================================================== ERROR: test_404 (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1140, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 983, in request self._send_request(method, url, body, headers) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 1021, in _send_request self.endheaders(body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 979, in endheaders self._send_output(message_body) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 824, in _send_output self.send(msg) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 762, in send self.connect() File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/http/client.py", line 740, in connect self.timeout, self.source_address) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/socket.py", line 408, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.error: [Errno 11] Resource temporarily unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 432, in test_404 self.urlopen("http://localhost:%s/weeble" % handler.port) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 366, in urlopen f = urllib.request.urlopen(url, data, **kwargs) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 139, in urlopen return opener.open(url, data, timeout) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 370, in open response = self._open(req, data) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 388, in _open '_open', req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 348, in _call_chain result = func(*args) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1160, in http_open return self.do_open(http.client.HTTPConnection, req) File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/urllib/request.py", line 1143, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 11] Resource temporarily unavailable> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.2.5-r4/work/Python-3.2.5/Lib/test/test_urllib2_localnet.py", line 434, in test_404 data = f.read() AttributeError: 'URLError' object has no attribute 'read' ---------------------------------------------------------------------- Ran 18 tests in 1.604s FAILED (errors=3) Warning -- os.environ was modified by test_urllib2_localnet Warning -- threading._dangling was modified by test_urllib2_localnet test test_urllib2_localnet failed
Created attachment 376940 [details] build.log.xz
eroen@falcon ~ $ emerge --info '=dev-lang/python-3.2.5-r4::gentoo' Portage 2.2.10 (default/linux/amd64/13.0, gcc-4.8.2, glibc-2.19, 3.12.5e0-falcon0+ x86_64) ================================================================= System Settings ================================================================= System uname: Linux-3.12.5e0-falcon0+-x86_64-Intel-R-_Core-TM-2_Quad_CPU_@_2.40GHz-with-gentoo-2.2 KiB Mem: 4037884 total, 432992 free KiB Swap: 8388604 total, 7862844 free Timestamp of tree: Tue, 13 May 2014 16:45:01 +0000 ld GNU ld (GNU Binutils) 2.24 distcc 3.1 x86_64-pc-linux-gnu [disabled] ccache version 3.1.9 [disabled] app-shells/bash: 4.2_p47 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.6-r1, 3.2.5-r3, 3.3.5, 3.4.0 dev-util/ccache: 3.1.9-r3 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.9.6-r3, 1.11.6, 1.12.6, 1.13.4, 1.14.1 sys-devel/binutils: 2.24-r2 sys-devel/gcc: 4.5.4, 4.6.4, 4.7.3-r1, 4.8.2 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 4.0-r1 sys-kernel/linux-headers: 3.14 (virtual/os-headers) sys-libs/glibc: 2.19 Repositories: gentoo gamerlay eroen ACCEPT_KEYWORDS="amd64 ~amd64 ~x86" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0" 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=core2 -O2 -pipe" DISTDIR="/var/distfiles" EMERGE_DEFAULT_OPTS="--jobs 3 --nospinner --quiet-build --verbose-conflicts --with-bdeps=y --binpkg-respect-use y" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j4" PKGDIR="/var/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" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/gamerlay /var/lib/layman/eroen" SYNC="rsync://rsync.no.gentoo.org/gentoo-portage/" USE="X a52 aac aacs accessibility acl adns alsa amd64 ao berkdb bluray bs2b bzip2 cairo calendar canberra caps cdda cdio cdparanoia cdr cli corefonts cracklib crypt css cue cups curl cxx dbus dia dirac djvu dmapi dri dts dvd dvdnav dvi ebook eigen exif faac fam fbcondecor ffmpeg fftw fits flac fontconfig fortran fuse g3dvl gcrypt gd gdbm gif gimp git gmp gnutls gold gstreamer hdri highlight iconv icu id3tag idn imagemagick inotify iptc ipv6 jpeg jpeg2k kde kvm lcms lensfun libnotify loop-aes lqr lzma lzo mad man matroska midi mikmod mkv mms mmx mmxext mng mod modplug modules mp3 mp4 mpeg mpeg2 mpeg4 mpeg4pt2 mplayer mtp multilib musepack ncurses netlink nfs nls nouveau nptl ocr offensive ogg openal opencl openexr opengl opengtl openmp openvg optimization osmesa pam pango pcre pdf png pnm portaudio postscript qalculate qemu qt3support qt4 rar raw rdesktop readline real rtmp samba scanner schroedinger security session smp sndfile socks5 speex spice sse sse2 sse3 ssl ssse3 strong-optimization svg tbb tcpd theora threads tiff timidity tls truetype udev uml unicode usb usbredir v4l v4l2 vdpau virtualbox vnc vorbis wacom wavpack webp wmf x264 xattr xcb xcomposite xetex xfs xft xine xinerama xorg xps xrandr xv xvid xvmc zlib" ABI_X86="32 64" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="openssl" DRACUT_MODULES="biosdevname caps crypt crypt-gpg dash dmraid lvm mdraid syslog" 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="efi-64 pc qemu" INPUT_DEVICES="evdev keyboard mouse synaptics wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver presenter-console presenter-minimizer" LINGUAS="en en_US en_GB nb no nb_NO" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2 python3_3 python3_4" QEMU_SOFTMMU_TARGETS="m68k ppc x86_64" RUBY_TARGETS="ruby20" SANE_BACKENDS="net plustek pnm" USERLAND="GNU" VIDEO_CARDS="nouveau nvidia vesa" XFCE_PLUGINS="menu" 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" USE_PYTHON="2.7 3.2 3.3 3.4" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS eroen@falcon ~ $ emerge -pqv '=dev-lang/python-3.2.5-r4::gentoo' [ebuild NS ] dev-lang/lua-5.2.3 [5.1.5-r1] USE="deprecated readline -emacs -static" [uninstall ] dev-lang/lua-5.1.5-r1 USE="deprecated readline -emacs -static" [blocks b ] dev-lang/lua:0 ("dev-lang/lua:0" is blocking dev-lang/lua-5.2.3) [ebuild U ] dev-lang/python-3.2.5-r4 [3.2.5-r3] USE="gdbm ipv6 ncurses readline sqlite ssl threads tk (wide-unicode) xml -build -doc -examples -hardened -wininst" [ebuild rR ] app-text/podofo-0.9.2 USE="boost idn {test} -debug" The following packages are causing rebuilds: (dev-lang/lua-5.2.3:5.2/5.2::gentoo, ebuild scheduled for merge) causes rebuilds for: (app-text/podofo-0.9.2:0/0::gentoo, ebuild scheduled for merge) !!! The following installed packages are masked: - app-backup/rdiff-backup-1.3.3::gentoo (masked by: package.mask) /usr/portage/profiles/package.mask: # Patrick Lauer <patrick@gentoo.org> (09 Apr 2014) # Dead upstream, has known dataloss bugs. # Please use something more sane: rsnapshot, backuppc, obnam, ... For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook.
Mass closing of bugs reported against old versions of dev-lang/python. If the problem still occurs with the current versions (i.e. newest in each visible slot), feel free to reopen.