Open
Conversation
in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
was failing with
no such option: --use-mirrors
travis said
ERROR: tests.004-test-client.test_008
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/nose/util.py", line 620, in newfunc
return func(*arg, **kw)
File "/home/travis/build/benoitc/restkit/tests/t.py", line 73, in run
func(self.url, cli)
File "/home/travis/build/benoitc/restkit/tests/004-test-client.py", line 129, in test_008
r = c.request(u)
File "/home/travis/build/benoitc/restkit/restkit/client.py", line 416, in request
return self.perform(request)
File "/home/travis/build/benoitc/restkit/restkit/client.py", line 352, in perform
raise RequestError(str(e))
RequestError: [Errno -2] Name or service not known
-------------------- >> begin captured logging << --------------------
restkit.client: DEBUG: Start to perform request: e-engura.com GET /images/logo.gif
$ host www.e-engura.com
Host www.e-engura.com not found: 3(NXDOMAIN)
$ host e-engura.com
Host e-engura.com not found: 3(NXDOMAIN)
travis said DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 Sphinx requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 2.6.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
When building the python-restkit openSUSE package,
some files are updated during the build
so mtime values always varied.