Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Tests fail TaskError: Failed to fetch binary #216

Open
BrianArb opened this issue Feb 18, 2014 · 0 comments
Open

Tests fail TaskError: Failed to fetch binary #216

BrianArb opened this issue Feb 18, 2014 · 0 comments

Comments

@BrianArb
Copy link

./pants tests/python/twitter/pants:all

tests/python/twitter/pants/python/test_resolver.py .

=================================================== 1 passed in 0.23 seconds ====================================================
Failed to run test!
Traceback (most recent call last):
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/test_builder.py", line 204, in _run_python_test
builder = chroot.dump()
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/python_chroot.py", line 164, in dump
self.MEMOIZED_THRIFTS[thr] = self._generate_thrift_requirement(thr)
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/python_chroot.py", line 134, in _generate_thrift_requirement
return self._generate_requirement(library, PythonThriftBuilder)
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/python_chroot.py", line 125, in _generate_requirement
sdist = builder.build(interpreter=self._interpreter)
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/code_generator.py", line 101, in build
self.generate()
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/thrift_builder.py", line 82, in generate
self.run_thrifts()
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/thrift_builder.py", line 42, in run_thrifts
if not self._run_thrift(src, bases):
File "/home/brianarb/github/commons/pants.pex/twitter/pants/python/thrift_builder.py", line 51, in _run_thrift
select_thrift_binary(self.config),
File "/home/brianarb/github/commons/pants.pex/twitter/pants/thrift_util.py", line 128, in select_thrift_binary
return select_binary(thrift_supportdir, thrift_version, 'thrift', config)
File "/home/brianarb/github/commons/pants.pex/twitter/pants/binary_util.py", line 92, in select_binary
raise TaskError('Failed to fetch binary from %s: %s' % (url, e))
TaskError: Failed to fetch binary from http://maven.twttr.com/twitter-commons/pants/build-support/bin/thrift/linux/i386/0.5.0-finagle/thrift: HTTP Error 404: Not Found
tests.python.twitter.pants.base.base ..... SUCCESS
tests.python.twitter.pants.buildtimestats.buildtimestats ..... SUCCESS
tests.python.twitter.pants.cache.cache ..... SUCCESS
tests.python.twitter.pants.commands.commands ..... SUCCESS
tests.python.twitter.pants.fs.fs ..... SUCCESS
tests.python.twitter.pants.java.java ..... SUCCESS
tests.python.twitter.pants.python.test_antlr_builder ..... SUCCESS
tests.python.twitter.pants.python.test_resolver ..... SUCCESS
tests.python.twitter.pants.python.test_thrift_namespace_packages ..... EXCEPTION
tests.python.twitter.pants.utils ..... SUCCESS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant