Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636308 - dev-python/future-0.16.0 : E URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Summary: dev-python/future-0.16.0 : E URLError: <urlopen error [Errno -3] Temporary fa...
Status: RESOLVED FIXED
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: 2017-11-02 19:14 UTC by Toralf Förster
Modified: 2019-08-19 04:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.28 KB, text/plain)
2017-11-02 19:14 UTC, Toralf Förster
Details
dev-python:future-0.16.0:20171102-184923.log (dev-python:future-0.16.0:20171102-184923.log,175.21 KB, text/plain)
2017-11-02 19:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,61.91 KB, text/plain)
2017-11-02 19:15 UTC, Toralf Förster
Details
environment (environment,105.92 KB, text/plain)
2017-11-02 19:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.12 KB, application/x-bzip)
2017-11-02 19:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,47.41 KB, application/x-bzip)
2017-11-02 19:15 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,133.71 KB, application/x-bzip)
2017-11-02 19:15 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-11-02 19:14:55 UTC
            h.close()
>           raise URLError(err)
E           URLError: <urlopen error [Errno -3] Temporary failure in name resolution>

/usr/lib64/python2.7/urllib2.py:1198: URLError
__________ TestStandardLibraryReorganization.test_urllib_request_http __________

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-systemd_test_20171031-164654

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)




emerge -qpv dev-python/future
[ebuild  N    ] dev-python/future-0.16.0  USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2017-11-02 19:14:58 UTC
Created attachment 501920 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-02 19:15:01 UTC
Created attachment 501922 [details]
dev-python:future-0.16.0:20171102-184923.log
Comment 3 Toralf Förster gentoo-dev 2017-11-02 19:15:04 UTC
Created attachment 501924 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-11-02 19:15:07 UTC
Created attachment 501926 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-11-02 19:15:11 UTC
Created attachment 501928 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-02 19:15:14 UTC
Created attachment 501930 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-11-02 19:15:17 UTC
Created attachment 501932 [details]
tests.tbz2
Comment 8 Matt Turner gentoo-dev 2019-02-11 00:42:25 UTC
I've added future-0.17.0 to the tree. Please check if the failures are fixed in that version (it passes all tests for me on amd64).
Comment 9 Frederic Traxson 2019-05-04 07:33:28 UTC
This seems to be a duplicate of #626366.
Comment 10 Toralf Förster gentoo-dev 2019-05-04 14:49:13 UTC
(In reply to Matt Turner from comment #8)
> I've added future-0.17.0 to the tree. Please check if the failures are fixed
> in that version (it passes all tests for me on amd64).

indeed, fixed