[
https://issues.apache.org/jira/browse/AURORA-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904553#comment-13904553
]
Hudson commented on AURORA-213:
-------------------------------
SUCCESS: Integrated in Aurora #114 (See
[https://builds.apache.org/job/Aurora/114/])
AURORA-213: Pin aurora at pants==0.0.14-dev2 (wickman: rev
4eb308b852c8f287f36afffc0300a2be827b229e)
* pants
> aurora_client.pex and aurora_admin.pex toss exception about unicode character
> in metadata
> -----------------------------------------------------------------------------------------
>
> Key: AURORA-213
> URL: https://issues.apache.org/jira/browse/AURORA-213
> Project: Aurora
> Issue Type: Bug
> Components: Client
> Reporter: Tobias Weingartner
> Priority: Blocker
>
> It looks like something is broken with the PEX files built:
> {noformat}
> vagrant@precise64:~/aurora$ rm dist/aurora_client.pex
> vagrant@precise64:~/aurora$ ./pants
> src/main/python/apache/aurora/client/bin:aurora_admin
> Build operating on targets:
> OrderedSet([PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_admin)])
> Building PythonBinary
> PythonBinary(src/main/python/apache/aurora/client/bin/BUILD:aurora_admin):
> Wrote /home/vagrant/aurora/dist/aurora_admin.pex
> vagrant@precise64:~/aurora$ dist/aurora_admin.pex
> Traceback (most recent call last):
> File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
> File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
> File "dist/aurora_admin.pex/__main__.py", line 24, in <module>
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/pex_bootstrapper.py",
> line 54, in bootstrap_pex
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/pex.py",
> line 145, in execute
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/pex.py",
> line 403, in activate
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/util.py",
> line 52, in maybe_locally_cache
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/util.py",
> line 41, in walk
> File
> "/home/vagrant/aurora/dist/aurora_admin.pex/.bootstrap/_twitter_common_python/util.py",
> line 25, in walk_metadata
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9053:
> ordinal not in range(128)
> {noformat}
> [~wickman] says it's most likely something to do with transitive
> dependencies, in particular kazoo -> zope -> setuptools?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)