[ 
https://issues.apache.org/jira/browse/AURORA-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

brian wickman resolved AURORA-213.
----------------------------------

    Resolution: Fixed

{noformat}
commit 4eb308b852c8f287f36afffc0300a2be827b229e
Author: Brian Wickman <[email protected]>
Date:   Tue Feb 18 12:19:30 2014 -0800

    AURORA-213: Pin aurora at pants==0.0.14-dev2
    
    Testing Done:
    git clean -fdx && ./pants py 
src/main/python/apache/aurora/client/bin:aurora_admin
    src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
    
    Bugs closed: AURORA-213
    
    Reviewed at https://reviews.apache.org/r/18229/
{noformat}

> 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
>            Assignee: brian wickman
>            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)

Reply via email to