You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jeremy Lingmann (JIRA)" <ji...@apache.org> on 2015/02/28 03:21:05 UTC

[jira] [Created] (MESOS-2424) Components installed by Mesos 0.22.0-rc2 conflict with python-setuptools on CentOS6

Jeremy Lingmann created MESOS-2424:
--------------------------------------

             Summary: Components installed by Mesos 0.22.0-rc2 conflict with python-setuptools on CentOS6
                 Key: MESOS-2424
                 URL: https://issues.apache.org/jira/browse/MESOS-2424
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.22.0
         Environment: CentOS 6.5
            Reporter: Jeremy Lingmann


With Mesos 0.22.0-rc2 we are seeing files installed in /usr/lib/python2.6 which conflict with the upstream python-setuptools package on CentOS 6.

Here is the failure with our pre-built package:
{code}
# yum install ./pkg.rpm 
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
 * base: mirrors.advancedhosters.com
 * extras: mirror.ash.fastserv.com
 * updates: mirrors.lga7.us.voxel.net
Setting up Install Process
Examining ./pkg.rpm: mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64
Marking ./pkg.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package mesos.x86_64 0:0.22.0-0.1.20150228011042.rc2.centos65 will be installed
--> Processing Dependency: subversion for package: mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64
--> Running transaction check
---> Package subversion.x86_64 0:1.6.11-12.el6_6 will be installed
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion-1.6.11-12.el6_6.x86_64
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-12.el6_6.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-12.el6_6.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-12.el6_6.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-12.el6_6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-5.el6_2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package neon.x86_64 0:0.29.3-3.el6_4 will be installed
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64
---> Package perl-URI.noarch 0:1.40-2.el6 will be installed
--> Running transaction check
---> Package libproxy.x86_64 0:0.3.0-10.el6 will be installed
--> Processing Dependency: libproxy-python = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64
--> Processing Dependency: libproxy-bin = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
--> Running transaction check
---> Package libproxy-bin.x86_64 0:0.3.0-10.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-10.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================================
 Package                             Arch                       Version                                                     Repository                   Size
==============================================================================================================================================================
Installing:
 mesos                               x86_64                     0.22.0-0.1.20150228011042.rc2.centos65                      /pkg                         67 M
Installing for dependencies:
 apr                                 x86_64                     1.3.9-5.el6_2                                               base                        123 k
 apr-util                            x86_64                     1.3.9-3.el6_0.1                                             base                         87 k
 libproxy                            x86_64                     0.3.0-10.el6                                                base                         39 k
 libproxy-bin                        x86_64                     0.3.0-10.el6                                                base                        9.0 k
 libproxy-python                     x86_64                     0.3.0-10.el6                                                base                        9.1 k
 neon                                x86_64                     0.29.3-3.el6_4                                              base                        119 k
 pakchois                            x86_64                     0.4-3.2.el6                                                 base                         21 k
 perl-URI                            noarch                     1.40-2.el6                                                  base                        117 k
 subversion                          x86_64                     1.6.11-12.el6_6                                             updates                     2.3 M

Transaction Summary
==============================================================================================================================================================
Install      10 Package(s)

Total size: 69 M
Installed size: 79 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /usr/lib/python2.6/site-packages/setuptools/__init__.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/__init__.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/__init__.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/__init__.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/bin/easy_install from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/bin/easy_install-2.6 from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/easy_install.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/easy_install.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/easy_install.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/easy_install.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/archive_util.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/archive_util.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/alias.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/alias.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_rpm.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_rpm.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_wininst.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/bdist_wininst.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/build_ext.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/build_ext.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/build_py.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/build_py.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/develop.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/develop.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/egg_info.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/egg_info.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_egg_info.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_egg_info.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_lib.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_lib.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_scripts.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/install_scripts.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/register.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/register.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/rotate.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/rotate.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/saveopts.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/saveopts.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/sdist.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/sdist.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/setopt.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/setopt.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/test.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/test.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/upload_docs.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/command/upload_docs.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/depends.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/depends.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/dist.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/dist.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/extension.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/extension.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/package_index.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/package_index.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/sandbox.py from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch
  file /usr/lib/python2.6/site-packages/setuptools/sandbox.pyc from install of mesos-0.22.0-0.1.20150228011042.rc2.centos65.x86_64 conflicts with file from package python-setuptools-0.6.10-3.el6.noarch

Error Summary
-------------
{code}

This package was generated using a standard build and make install.
Here are the contents of the package, which are essentially the contents of a bundled up contents of a `make install`:
{code}
/etc/default/mesos
/etc/default/mesos-master
/etc/default/mesos-slave
/etc/init/mesos-master.conf
/etc/init/mesos-slave.conf
/etc/mesos-master/quorum
/etc/mesos-master/work_dir
/etc/mesos-slave
/etc/mesos/zk
/usr/bin/easy_install
/usr/bin/easy_install-2.6
/usr/bin/mesos
/usr/bin/mesos-cat
/usr/bin/mesos-execute
/usr/bin/mesos-init-wrapper
/usr/bin/mesos-local
/usr/bin/mesos-log
/usr/bin/mesos-ps
/usr/bin/mesos-resolve
/usr/bin/mesos-scp
/usr/bin/mesos-tail
/usr/etc/mesos/mesos-deploy-env.sh.template
/usr/etc/mesos/mesos-master-env.sh.template
/usr/etc/mesos/mesos-slave-env.sh.template
/usr/include/mesos/authentication/authenticatee.hpp
/usr/include/mesos/authentication/authentication.hpp
/usr/include/mesos/authentication/authentication.pb.h
/usr/include/mesos/authentication/authentication.proto
/usr/include/mesos/authentication/authenticator.hpp
/usr/include/mesos/containerizer/containerizer.hpp
/usr/include/mesos/containerizer/containerizer.pb.h
/usr/include/mesos/containerizer/containerizer.proto
/usr/include/mesos/executor.hpp
/usr/include/mesos/fetcher/fetcher.hpp
/usr/include/mesos/fetcher/fetcher.pb.h
/usr/include/mesos/fetcher/fetcher.proto
/usr/include/mesos/hook.hpp
/usr/include/mesos/mesos.hpp
/usr/include/mesos/mesos.pb.h
/usr/include/mesos/mesos.proto
/usr/include/mesos/module.hpp
/usr/include/mesos/module/anonymous.hpp
/usr/include/mesos/module/authenticatee.hpp
/usr/include/mesos/module/authenticator.hpp
/usr/include/mesos/module/hook.hpp
/usr/include/mesos/module/isolator.hpp
/usr/include/mesos/module/module.hpp
/usr/include/mesos/module/module.pb.h
/usr/include/mesos/module/module.proto
/usr/include/mesos/resources.hpp
/usr/include/mesos/scheduler.hpp
/usr/include/mesos/scheduler/scheduler.hpp
/usr/include/mesos/scheduler/scheduler.pb.h
/usr/include/mesos/scheduler/scheduler.proto
/usr/include/mesos/slave/isolator.hpp
/usr/include/mesos/type_utils.hpp
/usr/include/mesos/values.hpp
/usr/include/mesos/version.hpp
/usr/include/process/address.hpp
/usr/include/process/async.hpp
/usr/include/process/c++11/defer.hpp
/usr/include/process/c++11/deferred.hpp
/usr/include/process/c++11/delay.hpp
/usr/include/process/c++11/dispatch.hpp
/usr/include/process/c++11/executor.hpp
/usr/include/process/check.hpp
/usr/include/process/clock.hpp
/usr/include/process/collect.hpp
/usr/include/process/defer.hpp
/usr/include/process/deferred.hpp
/usr/include/process/delay.hpp
/usr/include/process/dispatch.hpp
/usr/include/process/event.hpp
/usr/include/process/executor.hpp
/usr/include/process/filter.hpp
/usr/include/process/future.hpp
/usr/include/process/gc.hpp
/usr/include/process/gmock.hpp
/usr/include/process/gtest.hpp
/usr/include/process/help.hpp
/usr/include/process/http.hpp
/usr/include/process/id.hpp
/usr/include/process/internal.hpp
/usr/include/process/io.hpp
/usr/include/process/latch.hpp
/usr/include/process/limiter.hpp
/usr/include/process/logging.hpp
/usr/include/process/message.hpp
/usr/include/process/metrics/counter.hpp
/usr/include/process/metrics/gauge.hpp
/usr/include/process/metrics/metric.hpp
/usr/include/process/metrics/metrics.hpp
/usr/include/process/metrics/timer.hpp
/usr/include/process/mime.hpp
/usr/include/process/mutex.hpp
/usr/include/process/network.hpp
/usr/include/process/once.hpp
/usr/include/process/owned.hpp
/usr/include/process/pid.hpp
/usr/include/process/process.hpp
/usr/include/process/profiler.hpp
/usr/include/process/protobuf.hpp
/usr/include/process/queue.hpp
/usr/include/process/reap.hpp
/usr/include/process/run.hpp
/usr/include/process/sequence.hpp
/usr/include/process/shared.hpp
/usr/include/process/socket.hpp
/usr/include/process/statistics.hpp
/usr/include/process/subprocess.hpp
/usr/include/process/system.hpp
/usr/include/process/time.hpp
/usr/include/process/timeout.hpp
/usr/include/process/timer.hpp
/usr/include/process/timeseries.hpp
/usr/include/stout/abort.hpp
/usr/include/stout/base64.hpp
/usr/include/stout/bytes.hpp
/usr/include/stout/cache.hpp
/usr/include/stout/check.hpp
/usr/include/stout/duration.hpp
/usr/include/stout/dynamiclibrary.hpp
/usr/include/stout/error.hpp
/usr/include/stout/exit.hpp
/usr/include/stout/fatal.hpp
/usr/include/stout/flags.hpp
/usr/include/stout/flags/fetch.hpp
/usr/include/stout/flags/flag.hpp
/usr/include/stout/flags/flags.hpp
/usr/include/stout/flags/loader.hpp
/usr/include/stout/flags/parse.hpp
/usr/include/stout/flags/stringifier.hpp
/usr/include/stout/foreach.hpp
/usr/include/stout/format.hpp
/usr/include/stout/fs.hpp
/usr/include/stout/gtest.hpp
/usr/include/stout/gzip.hpp
/usr/include/stout/hashmap.hpp
/usr/include/stout/hashset.hpp
/usr/include/stout/interval.hpp
/usr/include/stout/ip.hpp
/usr/include/stout/json.hpp
/usr/include/stout/lambda.hpp
/usr/include/stout/linkedhashmap.hpp
/usr/include/stout/list.hpp
/usr/include/stout/mac.hpp
/usr/include/stout/memory.hpp
/usr/include/stout/multihashmap.hpp
/usr/include/stout/multimap.hpp
/usr/include/stout/net.hpp
/usr/include/stout/none.hpp
/usr/include/stout/nothing.hpp
/usr/include/stout/numify.hpp
/usr/include/stout/option.hpp
/usr/include/stout/os.hpp
/usr/include/stout/os/close.hpp
/usr/include/stout/os/execenv.hpp
/usr/include/stout/os/exists.hpp
/usr/include/stout/os/fcntl.hpp
/usr/include/stout/os/fork.hpp
/usr/include/stout/os/killtree.hpp
/usr/include/stout/os/linux.hpp
/usr/include/stout/os/ls.hpp
/usr/include/stout/os/open.hpp
/usr/include/stout/os/osx.hpp
/usr/include/stout/os/permissions.hpp
/usr/include/stout/os/process.hpp
/usr/include/stout/os/pstree.hpp
/usr/include/stout/os/read.hpp
/usr/include/stout/os/rename.hpp
/usr/include/stout/os/sendfile.hpp
/usr/include/stout/os/shell.hpp
/usr/include/stout/os/signals.hpp
/usr/include/stout/os/sysctl.hpp
/usr/include/stout/path.hpp
/usr/include/stout/preprocessor.hpp
/usr/include/stout/proc.hpp
/usr/include/stout/protobuf.hpp
/usr/include/stout/result.hpp
/usr/include/stout/set.hpp
/usr/include/stout/some.hpp
/usr/include/stout/stopwatch.hpp
/usr/include/stout/stringify.hpp
/usr/include/stout/strings.hpp
/usr/include/stout/subcommand.hpp
/usr/include/stout/svn.hpp
/usr/include/stout/tests/utils.hpp
/usr/include/stout/thread.hpp
/usr/include/stout/try.hpp
/usr/include/stout/tuple.hpp
/usr/include/stout/unreachable.hpp
/usr/include/stout/utils.hpp
/usr/include/stout/uuid.hpp
/usr/include/stout/version.hpp
/usr/lib/libmesos-0.22.0.so
/usr/lib/libmesos.la
/usr/lib/libmesos.so
/usr/lib/pkgconfig/mesos.pc
/usr/lib/python2.6/site-packages/_markerlib/__init__.py
/usr/lib/python2.6/site-packages/_markerlib/__init__.pyc
/usr/lib/python2.6/site-packages/_markerlib/markers.py
/usr/lib/python2.6/site-packages/_markerlib/markers.pyc
/usr/lib/python2.6/site-packages/easy_install.py
/usr/lib/python2.6/site-packages/easy_install.pyc
/usr/lib/python2.6/site-packages/google/protobuf/__init__.py
/usr/lib/python2.6/site-packages/google/protobuf/__init__.pyc
/usr/lib/python2.6/site-packages/google/protobuf/compiler/__init__.py
/usr/lib/python2.6/site-packages/google/protobuf/compiler/__init__.pyc
/usr/lib/python2.6/site-packages/google/protobuf/compiler/plugin_pb2.py
/usr/lib/python2.6/site-packages/google/protobuf/compiler/plugin_pb2.pyc
/usr/lib/python2.6/site-packages/google/protobuf/descriptor.py
/usr/lib/python2.6/site-packages/google/protobuf/descriptor.pyc
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_database.py
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_database.pyc
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_pb2.py
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_pb2.pyc
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_pool.py
/usr/lib/python2.6/site-packages/google/protobuf/descriptor_pool.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/__init__.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/__init__.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/api_implementation.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/api_implementation.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/containers.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/containers.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/cpp_message.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/cpp_message.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/decoder.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/decoder.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/encoder.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/encoder.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/enum_type_wrapper.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/enum_type_wrapper.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/message_listener.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/message_listener.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/python_message.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/python_message.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/type_checkers.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/type_checkers.pyc
/usr/lib/python2.6/site-packages/google/protobuf/internal/wire_format.py
/usr/lib/python2.6/site-packages/google/protobuf/internal/wire_format.pyc
/usr/lib/python2.6/site-packages/google/protobuf/message.py
/usr/lib/python2.6/site-packages/google/protobuf/message.pyc
/usr/lib/python2.6/site-packages/google/protobuf/message_factory.py
/usr/lib/python2.6/site-packages/google/protobuf/message_factory.pyc
/usr/lib/python2.6/site-packages/google/protobuf/pyext/__init__.py
/usr/lib/python2.6/site-packages/google/protobuf/pyext/__init__.pyc
/usr/lib/python2.6/site-packages/google/protobuf/pyext/cpp_message.py
/usr/lib/python2.6/site-packages/google/protobuf/pyext/cpp_message.pyc
/usr/lib/python2.6/site-packages/google/protobuf/reflection.py
/usr/lib/python2.6/site-packages/google/protobuf/reflection.pyc
/usr/lib/python2.6/site-packages/google/protobuf/service.py
/usr/lib/python2.6/site-packages/google/protobuf/service.pyc
/usr/lib/python2.6/site-packages/google/protobuf/service_reflection.py
/usr/lib/python2.6/site-packages/google/protobuf/service_reflection.pyc
/usr/lib/python2.6/site-packages/google/protobuf/symbol_database.py
/usr/lib/python2.6/site-packages/google/protobuf/symbol_database.pyc
/usr/lib/python2.6/site-packages/google/protobuf/text_encoding.py
/usr/lib/python2.6/site-packages/google/protobuf/text_encoding.pyc
/usr/lib/python2.6/site-packages/google/protobuf/text_format.py
/usr/lib/python2.6/site-packages/google/protobuf/text_format.pyc
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0-py2.6-nspkg.pth
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/DESCRIPTION.rst
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/METADATA
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/RECORD
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/WHEEL
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/metadata.json
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/namespace_packages.txt
/usr/lib/python2.6/site-packages/mesos.interface-0.22.0.dist-info/top_level.txt
/usr/lib/python2.6/site-packages/mesos.native-0.22.0-py2.6-nspkg.pth
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/DESCRIPTION.rst
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/METADATA
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/RECORD
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/WHEEL
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/metadata.json
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/namespace_packages.txt
/usr/lib/python2.6/site-packages/mesos.native-0.22.0.dist-info/top_level.txt
/usr/lib/python2.6/site-packages/mesos/interface/__init__.py
/usr/lib/python2.6/site-packages/mesos/interface/__init__.pyc
/usr/lib/python2.6/site-packages/mesos/interface/containerizer_pb2.py
/usr/lib/python2.6/site-packages/mesos/interface/containerizer_pb2.pyc
/usr/lib/python2.6/site-packages/mesos/interface/mesos_pb2.py
/usr/lib/python2.6/site-packages/mesos/interface/mesos_pb2.pyc
/usr/lib/python2.6/site-packages/mesos/native/__init__.py
/usr/lib/python2.6/site-packages/mesos/native/__init__.pyc
/usr/lib/python2.6/site-packages/mesos/native/_mesos.so
/usr/lib/python2.6/site-packages/pkg_resources/__init__.py
/usr/lib/python2.6/site-packages/pkg_resources/__init__.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/__init__.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/__init__.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/__about__.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/__about__.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/__init__.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/__init__.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/_compat.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/_compat.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/_structures.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/_structures.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/specifiers.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/version.py
/usr/lib/python2.6/site-packages/pkg_resources/_vendor/packaging/version.pyc
/usr/lib/python2.6/site-packages/pkg_resources/tests/__init__.py
/usr/lib/python2.6/site-packages/pkg_resources/tests/__init__.pyc
/usr/lib/python2.6/site-packages/pkg_resources/tests/test_pkg_resources.py
/usr/lib/python2.6/site-packages/pkg_resources/tests/test_pkg_resources.pyc
/usr/lib/python2.6/site-packages/pkg_resources/tests/test_resources.py
/usr/lib/python2.6/site-packages/pkg_resources/tests/test_resources.pyc
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6-nspkg.pth
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/PKG-INFO
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/SOURCES.txt
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/dependency_links.txt
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/installed-files.txt
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/namespace_packages.txt
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/requires.txt
/usr/lib/python2.6/site-packages/protobuf-2.6.1-py2.6.egg-info/top_level.txt
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/DESCRIPTION.rst
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/METADATA
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/RECORD
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/WHEEL
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/dependency_links.txt
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/entry_points.txt
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/metadata.json
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/top_level.txt
/usr/lib/python2.6/site-packages/setuptools-12.3.dist-info/zip-safe
/usr/lib/python2.6/site-packages/setuptools/__init__.py
/usr/lib/python2.6/site-packages/setuptools/__init__.pyc
/usr/lib/python2.6/site-packages/setuptools/archive_util.py
/usr/lib/python2.6/site-packages/setuptools/archive_util.pyc
/usr/lib/python2.6/site-packages/setuptools/cli-32.exe
/usr/lib/python2.6/site-packages/setuptools/cli-64.exe
/usr/lib/python2.6/site-packages/setuptools/cli-arm-32.exe
/usr/lib/python2.6/site-packages/setuptools/cli.exe
/usr/lib/python2.6/site-packages/setuptools/command/__init__.py
/usr/lib/python2.6/site-packages/setuptools/command/__init__.pyc
/usr/lib/python2.6/site-packages/setuptools/command/alias.py
/usr/lib/python2.6/site-packages/setuptools/command/alias.pyc
/usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.py
/usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.pyc
/usr/lib/python2.6/site-packages/setuptools/command/bdist_rpm.py
/usr/lib/python2.6/site-packages/setuptools/command/bdist_rpm.pyc
/usr/lib/python2.6/site-packages/setuptools/command/bdist_wininst.py
/usr/lib/python2.6/site-packages/setuptools/command/bdist_wininst.pyc
/usr/lib/python2.6/site-packages/setuptools/command/build_ext.py
/usr/lib/python2.6/site-packages/setuptools/command/build_ext.pyc
/usr/lib/python2.6/site-packages/setuptools/command/build_py.py
/usr/lib/python2.6/site-packages/setuptools/command/build_py.pyc
/usr/lib/python2.6/site-packages/setuptools/command/develop.py
/usr/lib/python2.6/site-packages/setuptools/command/develop.pyc
/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py
/usr/lib/python2.6/site-packages/setuptools/command/easy_install.pyc
/usr/lib/python2.6/site-packages/setuptools/command/egg_info.py
/usr/lib/python2.6/site-packages/setuptools/command/egg_info.pyc
/usr/lib/python2.6/site-packages/setuptools/command/install.py
/usr/lib/python2.6/site-packages/setuptools/command/install.pyc
/usr/lib/python2.6/site-packages/setuptools/command/install_egg_info.py
/usr/lib/python2.6/site-packages/setuptools/command/install_egg_info.pyc
/usr/lib/python2.6/site-packages/setuptools/command/install_lib.py
/usr/lib/python2.6/site-packages/setuptools/command/install_lib.pyc
/usr/lib/python2.6/site-packages/setuptools/command/install_scripts.py
/usr/lib/python2.6/site-packages/setuptools/command/install_scripts.pyc
/usr/lib/python2.6/site-packages/setuptools/command/launcher manifest.xml
/usr/lib/python2.6/site-packages/setuptools/command/register.py
/usr/lib/python2.6/site-packages/setuptools/command/register.pyc
/usr/lib/python2.6/site-packages/setuptools/command/rotate.py
/usr/lib/python2.6/site-packages/setuptools/command/rotate.pyc
/usr/lib/python2.6/site-packages/setuptools/command/saveopts.py
/usr/lib/python2.6/site-packages/setuptools/command/saveopts.pyc
/usr/lib/python2.6/site-packages/setuptools/command/sdist.py
/usr/lib/python2.6/site-packages/setuptools/command/sdist.pyc
/usr/lib/python2.6/site-packages/setuptools/command/setopt.py
/usr/lib/python2.6/site-packages/setuptools/command/setopt.pyc
/usr/lib/python2.6/site-packages/setuptools/command/test.py
/usr/lib/python2.6/site-packages/setuptools/command/test.pyc
/usr/lib/python2.6/site-packages/setuptools/command/upload_docs.py
/usr/lib/python2.6/site-packages/setuptools/command/upload_docs.pyc
/usr/lib/python2.6/site-packages/setuptools/compat.py
/usr/lib/python2.6/site-packages/setuptools/compat.pyc
/usr/lib/python2.6/site-packages/setuptools/depends.py
/usr/lib/python2.6/site-packages/setuptools/depends.pyc
/usr/lib/python2.6/site-packages/setuptools/dist.py
/usr/lib/python2.6/site-packages/setuptools/dist.pyc
/usr/lib/python2.6/site-packages/setuptools/extension.py
/usr/lib/python2.6/site-packages/setuptools/extension.pyc
/usr/lib/python2.6/site-packages/setuptools/gui-32.exe
/usr/lib/python2.6/site-packages/setuptools/gui-64.exe
/usr/lib/python2.6/site-packages/setuptools/gui-arm-32.exe
/usr/lib/python2.6/site-packages/setuptools/gui.exe
/usr/lib/python2.6/site-packages/setuptools/lib2to3_ex.py
/usr/lib/python2.6/site-packages/setuptools/lib2to3_ex.pyc
/usr/lib/python2.6/site-packages/setuptools/msvc9_support.py
/usr/lib/python2.6/site-packages/setuptools/msvc9_support.pyc
/usr/lib/python2.6/site-packages/setuptools/package_index.py
/usr/lib/python2.6/site-packages/setuptools/package_index.pyc
/usr/lib/python2.6/site-packages/setuptools/py26compat.py
/usr/lib/python2.6/site-packages/setuptools/py26compat.pyc
/usr/lib/python2.6/site-packages/setuptools/py27compat.py
/usr/lib/python2.6/site-packages/setuptools/py27compat.pyc
/usr/lib/python2.6/site-packages/setuptools/py31compat.py
/usr/lib/python2.6/site-packages/setuptools/py31compat.pyc
/usr/lib/python2.6/site-packages/setuptools/sandbox.py
/usr/lib/python2.6/site-packages/setuptools/sandbox.pyc
/usr/lib/python2.6/site-packages/setuptools/script (dev).tmpl
/usr/lib/python2.6/site-packages/setuptools/script.tmpl
/usr/lib/python2.6/site-packages/setuptools/site-patch.py
/usr/lib/python2.6/site-packages/setuptools/site-patch.pyc
/usr/lib/python2.6/site-packages/setuptools/ssl_support.py
/usr/lib/python2.6/site-packages/setuptools/ssl_support.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/__init__.py
/usr/lib/python2.6/site-packages/setuptools/tests/__init__.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/contexts.py
/usr/lib/python2.6/site-packages/setuptools/tests/contexts.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/environment.py
/usr/lib/python2.6/site-packages/setuptools/tests/environment.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/fixtures.py
/usr/lib/python2.6/site-packages/setuptools/tests/fixtures.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/py26compat.py
/usr/lib/python2.6/site-packages/setuptools/tests/py26compat.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/script-with-bom.py
/usr/lib/python2.6/site-packages/setuptools/tests/script-with-bom.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/server.py
/usr/lib/python2.6/site-packages/setuptools/tests/server.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_bdist_egg.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_bdist_egg.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_build_ext.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_build_ext.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_develop.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_develop.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_dist_info.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_dist_info.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_easy_install.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_easy_install.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_egg_info.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_egg_info.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_find_packages.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_find_packages.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_integration.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_integration.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_markerlib.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_markerlib.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_msvc9compiler.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_msvc9compiler.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_packageindex.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_packageindex.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_sandbox.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_sandbox.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_sdist.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_sdist.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_test.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_test.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_upload_docs.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_upload_docs.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/test_windows_wrappers.py
/usr/lib/python2.6/site-packages/setuptools/tests/test_windows_wrappers.pyc
/usr/lib/python2.6/site-packages/setuptools/tests/textwrap.py
/usr/lib/python2.6/site-packages/setuptools/tests/textwrap.pyc
/usr/lib/python2.6/site-packages/setuptools/unicode_utils.py
/usr/lib/python2.6/site-packages/setuptools/unicode_utils.pyc
/usr/lib/python2.6/site-packages/setuptools/utils.py
/usr/lib/python2.6/site-packages/setuptools/utils.pyc
/usr/lib/python2.6/site-packages/setuptools/version.py
/usr/lib/python2.6/site-packages/setuptools/version.pyc
/usr/lib/python2.6/site-packages/setuptools/windows_support.py
/usr/lib/python2.6/site-packages/setuptools/windows_support.pyc
/usr/libexec/mesos/mesos-containerizer
/usr/libexec/mesos/mesos-executor
/usr/libexec/mesos/mesos-fetcher
/usr/libexec/mesos/mesos-health-check
/usr/libexec/mesos/mesos-usage
/usr/libexec/mesos/python/mesos/__init__.py
/usr/libexec/mesos/python/mesos/cli.py
/usr/libexec/mesos/python/mesos/futures.py
/usr/libexec/mesos/python/mesos/http.py
/usr/local/lib/libmesos-0.22.0.so
/usr/local/lib/libmesos.so
/usr/sbin/mesos-daemon.sh
/usr/sbin/mesos-master
/usr/sbin/mesos-slave
/usr/sbin/mesos-start-cluster.sh
/usr/sbin/mesos-start-masters.sh
/usr/sbin/mesos-start-slaves.sh
/usr/sbin/mesos-stop-cluster.sh
/usr/sbin/mesos-stop-masters.sh
/usr/sbin/mesos-stop-slaves.sh
/usr/share/doc/mesos/CHANGELOG
/usr/share/java/mesos-0.22.0-javadoc.jar
/usr/share/java/mesos-0.22.0-shaded-protobuf.jar
/usr/share/java/mesos-0.22.0-sources.jar
/usr/share/java/mesos-0.22.0.jar
/usr/share/mesos/webui/master/static/browse.html
/usr/share/mesos/webui/master/static/css/bootstrap-3.0.3.min.css
/usr/share/mesos/webui/master/static/css/mesos.css
/usr/share/mesos/webui/master/static/directives/pagination.html
/usr/share/mesos/webui/master/static/directives/tableHeader.html
/usr/share/mesos/webui/master/static/directives/timestamp.html
/usr/share/mesos/webui/master/static/fonts/glyphicons-halflings-regular.eot
/usr/share/mesos/webui/master/static/fonts/glyphicons-halflings-regular.svg
/usr/share/mesos/webui/master/static/fonts/glyphicons-halflings-regular.ttf
/usr/share/mesos/webui/master/static/fonts/glyphicons-halflings-regular.woff
/usr/share/mesos/webui/master/static/framework.html
/usr/share/mesos/webui/master/static/frameworks.html
/usr/share/mesos/webui/master/static/home.html
/usr/share/mesos/webui/master/static/ico/favicon.ico
/usr/share/mesos/webui/master/static/img/loading.gif
/usr/share/mesos/webui/master/static/index.html
/usr/share/mesos/webui/master/static/js/angular-1.2.3.js
/usr/share/mesos/webui/master/static/js/angular-1.2.3.min.js
/usr/share/mesos/webui/master/static/js/angular-route-1.2.3.js
/usr/share/mesos/webui/master/static/js/angular-route-1.2.3.min.js
/usr/share/mesos/webui/master/static/js/app.js
/usr/share/mesos/webui/master/static/js/controllers.js
/usr/share/mesos/webui/master/static/js/jquery-1.7.1.js
/usr/share/mesos/webui/master/static/js/jquery-1.7.1.min.js
/usr/share/mesos/webui/master/static/js/jquery.pailer.js
/usr/share/mesos/webui/master/static/js/relative-date.js
/usr/share/mesos/webui/master/static/js/services.js
/usr/share/mesos/webui/master/static/js/ui-bootstrap-tpls-0.9.0.js
/usr/share/mesos/webui/master/static/js/ui-bootstrap-tpls-0.9.0.min.js
/usr/share/mesos/webui/master/static/js/underscore-1.4.3.js
/usr/share/mesos/webui/master/static/js/underscore-1.4.3.min.js
/usr/share/mesos/webui/master/static/js/zeroclipboard-1.1.7.js
/usr/share/mesos/webui/master/static/js/zeroclipboard-1.1.7.min.js
/usr/share/mesos/webui/master/static/obj/zeroclipboard-1.1.7.swf
/usr/share/mesos/webui/master/static/offers.html
/usr/share/mesos/webui/master/static/pailer.html
/usr/share/mesos/webui/master/static/slave.html
/usr/share/mesos/webui/master/static/slave_executor.html
/usr/share/mesos/webui/master/static/slave_framework.html
/usr/share/mesos/webui/master/static/slaves.html
/var/lib/mesos
/var/log/mesos
{code}




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