You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2014/09/27 07:43:34 UTC

[jira] [Commented] (AURORA-627) use latest psutil library for thermos in pants

    [ https://issues.apache.org/jira/browse/AURORA-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14150429#comment-14150429 ] 

Bill Farner commented on AURORA-627:
------------------------------------

[~wickman] is this now fixed?
{noformat}
commit e4bd59f3ac7bc7cdc4decda8aea11ebb4564c6e7
Author: Brian Wickman <wi...@apache.org>
Date:   Tue Sep 9 11:39:47 2014 -0700

    Upgrade Aurora to psutil 2.1.1

    Testing Done:
    Linux and OS X pants test suite.

    Bugs closed: AURORA-412

    Reviewed at https://reviews.apache.org/r/25466/
{noformat}

> use latest psutil library for thermos in pants
> ----------------------------------------------
>
>                 Key: AURORA-627
>                 URL: https://issues.apache.org/jira/browse/AURORA-627
>             Project: Aurora
>          Issue Type: Task
>          Components: Thermos
>            Reporter: Bhuvan Arumugam
>
> Unable to execute thermos, due to following error. It's due to this bug in {{psutil}}. [issue 442|https://code.google.com/p/psutil/issues/detail?id=442]. We were using v1.1.2. We should use v1.1.3 or newer.
> Facing same issue with gc_executor and thermos_runner.
> {code}
> ./dist/thermos_executor.pex                                                                   [latest] 18:30:53
> Traceback (most recent call last):
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/_twitter_common_python/pex.py", line 225, in execute
>     self.execute_interpreter()
>   File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
>     self.gen.throw(type, value, traceback)
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/_twitter_common_python/pex.py", line 175, in patch_pkg_resources
>     yield
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/_twitter_common_python/pex.py", line 223, in execute
>     self.execute_entry(entry_point, args)
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/_twitter_common_python/pex.py", line 271, in execute_entry
>     runner(entry_point)
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/_twitter_common_python/pex.py", line 293, in execute_pkg_resources
>     runner = entry.load(require=False)  # trust that the environment is sane
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/.bootstrap/pkg_resources.py", line 2048, in load
>     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/apache/aurora/executor/bin/thermos_executor_main.py", line 31, in <module>
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/apache/aurora/executor/thermos_task_runner.py", line 31, in <module>
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/apache/thermos/core/runner.py", line 70, in <module>
>   File "/Volumes/apple/quark/incubator-aurora/dist/thermos_executor.pex/apache/thermos/core/helper.py", line 21, in <module>
>   File "/home/bhuvan/.pex/install/psutil-1.1.2-cp26-none-linux_x86_64.whl.a1805e756711e817e309c89cedf92d2a070c3ee7/psutil-1.1.2-cp26-none-linux_x86_64.whl/psutil/__init__.py", line 89, in <module>
>     import psutil._pslinux as _psplatform
>   File "/home/bhuvan/.pex/install/psutil-1.1.2-cp26-none-linux_x86_64.whl.a1805e756711e817e309c89cedf92d2a070c3ee7/psutil-1.1.2-cp26-none-linux_x86_64.whl/psutil/_pslinux.py", line 21, in <module>
>     import _psutil_linux
> ImportError: /home/bhuvan/.pex/install/psutil-1.1.2-cp26-none-linux_x86_64.whl.a1805e756711e817e309c89cedf92d2a070c3ee7/psutil-1.1.2-cp26-none-linux_x86_64.whl/_psutil_linux.so: undefined symbol: prlimit
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)