ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
32.94k stars 5.58k forks source link

Thrift Install fails on Ubuntu 16 #3809

Closed dmadeka closed 5 years ago

dmadeka commented 5 years ago

On the latest AWS DL AMI, I get strange errors trying to install ray from source. Not sure how to debug them:

  Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/__pycache__/default_worker.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/workers/default_worker.py
Cleaning up...
Command "/home/ubuntu/anaconda3/envs/tensorflow_p36/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/ray/python/

pip._internal.exceptions.InstallationError: Command "/home/ubuntu/anaconda3/envs/tensorflow_p36/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/ray/python/
dmadeka commented 5 years ago

Im not sure why this was closed:

Created temporary directory: /tmp/pip-ephem-wheel-cache-7ox3gwrn
Created temporary directory: /tmp/pip-install-xl4wfsse
Obtaining file:///home/ubuntu/dev/ray/python
  Running setup.py (path:/home/ubuntu/dev/ray/python/setup.py) egg_info for package from file:///home/ubuntu/dev/ray/python
    Running command python setup.py egg_info
    running egg_info
    creating ray.egg-info
    writing ray.egg-info/PKG-INFO
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.txt
    writing requirements to ray.egg-info/requires.txt
    writing top-level names to ray.egg-info/top_level.txt
    writing manifest file 'ray.egg-info/SOURCES.txt'
    reading manifest file 'ray.egg-info/SOURCES.txt'
    writing manifest file 'ray.egg-info/SOURCES.txt'
    /home/ubuntu/anaconda3/lib/python3.6/site-packages/setuptools/dist.py:507: UserWarning: Module Cython was already imported from /home/ubuntu/anaconda3/lib/python3.6/site-packages/Cython/__init__.py, but /home/ubuntu/dev/ray/python/.eggs/Cython-0.29.3-py3.6-linux-x86_64.egg is being added to sys.path
      pkg_resources.working_set.add(dist, replace=True)
  Source in /home/ubuntu/dev/ray/python has version 0.6.2, which satisfies requirement ray==0.6.2 from file:///home/ubuntu/dev/ray/python
Requirement already satisfied: numpy>=1.10.4 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (1.14.5)
Requirement already satisfied: filelock in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (3.0.4)
Requirement already satisfied: funcsigs in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (1.0.2)
Requirement already satisfied: click in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (6.7)
Requirement already satisfied: colorama in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (0.3.9)
Requirement already satisfied: pytest in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (3.5.1)
Requirement already satisfied: pyyaml in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (3.12)
Requirement already satisfied: redis in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (2.10.6)
Requirement already satisfied: six>=1.0.0 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (1.11.0)
Requirement already satisfied: flatbuffers in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from ray==0.6.2) (1.10)
Requirement already satisfied: py>=1.5.0 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.6.2) (1.5.3)
Requirement already satisfied: setuptools in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.6.2) (39.1.0)
Requirement already satisfied: attrs>=17.4.0 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.6.2) (18.1.0)
Requirement already satisfied: more-itertools>=4.0.0 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.6.2) (4.1.0)
Requirement already satisfied: pluggy<0.7,>=0.5 in /home/ubuntu/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.6.2) (0.6.0)
Installing collected packages: ray
  Found existing installation: ray 0.5.3
    Uninstalling ray-0.5.3:
      Created temporary directory: /tmp/pip-uninstall-5p47nal5
      Removing file or directory /home/ubuntu/anaconda3/bin/ray
      Removing file or directory /home/ubuntu/anaconda3/bin/rllib
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_actor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_get.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_put.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_queue.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_task.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_wait.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmarks.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_actor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_get.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_put.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_queue.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_task.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_wait.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmarks.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/INSTALLER
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/METADATA
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/RECORD
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/WHEEL
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/entry_points.txt
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/top_level.txt
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/WebUI.ipynb
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/actor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/gcs_utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/import_thread.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/log_monitor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/monitor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/profiling.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/ray_constants.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/remote_function.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/serialization.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/services.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/signature.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/worker.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/actor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/autoscaler.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/commands.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/docker.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/node_provider.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/tags.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/updater.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/autoscaler.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/config.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/node_provider.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/config.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/example-full.yaml
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/node_provider.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/commands.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/docker.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/config.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/node_provider.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/config.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/example-full.yaml
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/node_provider.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/config.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/node_provider.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/config.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/node_provider.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/node_provider.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/tags.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/updater.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__pycache__/cloudpickle.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/cloudpickle.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/common/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/common/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ActorCreationNotification.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ActorTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/Arg.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ClassTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ClientTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ConfigTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/CustomSerializerData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/DriverTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/DriverTableMessage.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ErrorTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/FunctionTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/GcsTableEntry.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/HeartbeatTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/Language.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/LocalSchedulerInfoMessage.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ObjectInfo.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ObjectTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ProfileEvent.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ProfileTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/RayResource.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ResourcePair.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ResultTableReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SchedulingState.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SubscribeToDBClientTableReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SubscribeToNotificationsReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TablePrefix.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TablePubsub.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskExecutionDependencies.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskInfo.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskLanguage.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskLeaseData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskReconstructionData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskTableData.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskTableTestAndUpdate.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ActorCreationNotification.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ActorTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/Arg.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ClassTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ClientTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ConfigTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/CustomSerializerData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/DriverTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/DriverTableMessage.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ErrorTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/FunctionTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/GcsTableEntry.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/HeartbeatTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/Language.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/LocalSchedulerInfoMessage.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ObjectInfo.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ObjectTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ProfileEvent.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ProfileTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/RayResource.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ResourcePair.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ResultTableReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SchedulingState.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SubscribeToDBClientTableReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SubscribeToNotificationsReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TablePrefix.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TablePubsub.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskExecutionDependencies.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskInfo.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskLanguage.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskLeaseData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskReconstructionData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskTableData.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskTableTestAndUpdate.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ForwardTaskRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/FreeObjectsRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/GetTaskReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/MessageType.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/PushErrorRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ReconstructObjects.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterClientReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterClientRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterNodeManagerRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ResourceIdSetInfo.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/SubmitTaskRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/Task.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/TaskExecutionSpecification.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/WaitReply.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/WaitRequest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ForwardTaskRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/FreeObjectsRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/GetTaskReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/MessageType.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/PushErrorRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ReconstructObjects.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterClientReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterClientRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterNodeManagerRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ResourceIdSetInfo.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/SubmitTaskRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/Task.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/TaskExecutionSpecification.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/WaitReply.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/WaitRequest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/catapult_files/index.html
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/catapult_files/trace_viewer_full.html
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/common/redis_module/libray_redis_module.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/common/thirdparty/redis/src/redis-server
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/global_scheduler/global_scheduler
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/liblocal_scheduler_library_python.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/local_scheduler
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/numbuf/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/numbuf/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/plasma_manager
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/plasma_store_server
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/ray/raylet/raylet
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/ray/raylet/raylet_monitor
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/dataframe/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/dataframe/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/api.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/features.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/gcs_flush_policy.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/internal_kv.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/named_actors.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/queue.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/state.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/tfutils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/ui.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/api.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/core.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/linalg.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/random.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/core.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/linalg.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/random.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/core.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/linalg.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/random.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/core.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/linalg.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/random.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/features.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/gcs_flush_policy.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/internal_kv.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/named_actors.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/queue.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/modified_allreduce.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/sgd.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/test_sgd.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/util.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/modified_allreduce.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/sgd.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/test_sgd.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/convnet_builder.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/model.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/model_config.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/resnet_model.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/test_model.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/convnet_builder.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/model.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/model_config.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/resnet_model.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/test_model.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/util.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/state.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/tfutils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/ui.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/gcs_utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__pycache__/global_scheduler_services.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/global_scheduler_services.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/import_thread.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__pycache__/internal_api.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/internal_api.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__pycache__/local_scheduler_services.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/local_scheduler_services.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/log_monitor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/monitor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/plasma.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/plasma.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/profiling.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__init__.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/_generated_version.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/benchmark.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/compat.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/cuda.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/feather.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/filesystem.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/formatting.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/hdfs.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/ipc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/jvm.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/orc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/pandas_compat.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/parquet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/plasma.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/serialization.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/types.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/util.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_cuda.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_cuda.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_generated_version.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_orc.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_orc.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.cpp
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.cpp
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.cpython-36m-x86_64-linux-gnu.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/array.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/benchmark.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/benchmark.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/builder.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/compat.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/cuda.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/error.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/feather.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/feather.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/filesystem.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/formatting.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/hdfs.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/adapters/tensorflow/convert.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/allocator.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/array.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/buffer.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/builder.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compare.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/context.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernel.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/boolean.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/cast.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/hash.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/buffered.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/file.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/hdfs.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/interfaces.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/memory.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/readahead.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/dictionary.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/feather.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/json.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/message.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/reader.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/writer.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/memory_pool.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/pretty_print.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/arrow_to_pandas.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/benchmark.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/common.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/config.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/decimal.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/deserialize.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/helpers.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/inference.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/init.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/io.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/iterators.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_convert.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_interop.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_to_arrow.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/platform.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/pyarrow.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/python_to_arrow.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/serialize.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/type_traits.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/record_batch.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/status.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/stl.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/table.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/table_builder.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/tensor.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/test-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type_fwd.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type_traits.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bit-stream-utils.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bit-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bpacking.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/checked_cast.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compiler-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_brotli.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_lz4.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_snappy.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_zlib.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_zstd.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/cpu-info.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/decimal.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/hash-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/hash.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/io-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/key_value_metadata.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/lazy.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/logging.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/macros.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/memory.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/optional.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/parallel.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/parsing.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/recursive_wrapper.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/rle-encoding.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/sse-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/stl.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/string.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/thread-pool.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/type_traits.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/optional.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/recursive_wrapper.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_cast.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_io.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_visitor.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_cast.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_io.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_visitor.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/visibility.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/windows_compatibility.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/visitor.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/visitor_inline.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/client.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/common.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/compat.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/events.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/test-util.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/__init__.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/common.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/libarrow.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/libarrow_cuda.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/io-hdfs.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/io.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/ipc.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/ipc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/jvm.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.cpp
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.pxd
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib_api.h
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow.so.11
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow_python.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow_python.so.11
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libparquet.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libparquet.so.11
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libplasma.so
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libplasma.so.11
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/memory.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/orc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/pandas_compat.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/parquet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/plasma.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/plasma_store_server
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/public-api.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/scalar.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/serialization.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/serialization.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/table.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tensorflow/plasma_op.cc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/conftest.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/deserialize_buffer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/pandas_examples.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_array.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_builder.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_convert_builtin.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_convert_pandas.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_cuda.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_cython.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_deprecations.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_feather.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_hdfs.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_io.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_ipc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_jvm.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_misc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_orc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_parquet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_plasma.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_plasma_tf_op.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_scalars.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_schema.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_serialization.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_table.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_tensor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_types.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/util.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/conftest.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/README.md
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.orc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/decimal.jsn.gz
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/decimal.orc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.parquet
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/deserialize_buffer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/pandas_examples.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/pyarrow_cython_example.pyx
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_array.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_builder.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_convert_builtin.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_convert_pandas.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_cuda.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_cython.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_deprecations.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_feather.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_hdfs.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_io.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_ipc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_jvm.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_misc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_orc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_parquet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_plasma.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_plasma_tf_op.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_scalars.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_schema.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_serialization.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_table.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_tensor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_types.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/util.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/types.pxi
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/types.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/util.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/ray_constants.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/remote_function.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/rollout.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/scripts.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/train.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__pycache__/agent.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a2c.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c_tf_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c_torch_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a2c.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c_tf_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c_torch_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/agent.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/ars.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/optimizers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/policies.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/ars.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/optimizers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/policies.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/bc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/bc_evaluator.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/experience_dataset.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/policy.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/bc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/bc_evaluator.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/experience_dataset.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/policy.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/apex.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/ddpg.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/ddpg_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/apex.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/common/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/common/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/ddpg.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/ddpg_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/apex.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/dqn.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/dqn_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/apex.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__pycache__/wrappers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/wrappers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/dqn.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/dqn_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/es.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/optimizers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/policies.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/tabular_logger.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/es.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/optimizers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/policies.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/tabular_logger.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/impala.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/vtrace.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/vtrace_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/impala.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/vtrace.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/vtrace_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/pg.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/pg_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/pg.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/pg_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/ppo.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/ppo_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/rollout.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/ppo.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/ppo_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/rollout.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/async_vector_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/atari_wrappers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/env_context.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/multi_agent_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/serving_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/vector_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/async_vector_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/atari_wrappers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/env_context.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/multi_agent_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/serving_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/vector_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/episode.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/interface.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/keras_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/metrics.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/policy_evaluator.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/postprocessing.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/sample_batch.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/sampler.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/tf_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/torch_policy_graph.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/episode.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/interface.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/keras_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/metrics.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/policy_evaluator.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/postprocessing.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/sample_batch.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/tf_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/torch_policy_graph.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/cartpole_lstm.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/multiagent_cartpole.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/multiagent_two_trainers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/cartpole_lstm.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_mountaincar.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_mountaincar_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_pendulum.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_pendulum_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_mountaincar.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_mountaincar_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_pendulum.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_pendulum_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/multiagent_cartpole.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/multiagent_two_trainers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/action_dist.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/catalog.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/fcnet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/lstm.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/misc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/model.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/multiagentfcnet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/preprocessors.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/visionnet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/action_dist.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/catalog.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/fcnet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/lstm.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/misc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/model.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/multiagentfcnet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/preprocessors.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/fcnet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/misc.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/model.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/visionnet.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/fcnet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/misc.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/model.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/visionnet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/visionnet.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_gradients_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_replay_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_samples_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/multi_gpu_impl.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/multi_gpu_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/policy_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/replay_buffer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/segment_tree.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/sync_replay_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/sync_samples_optimizer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_gradients_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_replay_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_samples_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/multi_gpu_impl.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/multi_gpu_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/policy_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/replay_buffer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/segment_tree.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/sync_replay_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/sync_samples_optimizer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/rollout.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/scripts.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/mock_evaluator.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_catalog.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_checkpoint_restore.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_evaluators.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_filters.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_local.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_lstm.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_multi_agent_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_optimizers.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_policy_evaluator.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_serving_env.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_supported_spaces.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/mock_evaluator.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_catalog.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_checkpoint_restore.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_evaluators.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_filters.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_local.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_lstm.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_multi_agent_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_optimizers.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_policy_evaluator.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_serving_env.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_supported_spaces.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/train.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/actors.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/compression.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/error.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/explained_variance.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/filter.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/filter_manager.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/policy_client.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/policy_server.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/reshaper.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/schedules.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/seed.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/tf_run_builder.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/timer.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/window_stat.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/actors.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/compression.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/error.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/explained_variance.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/filter.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/filter_manager.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/policy_client.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/policy_server.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/reshaper.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/schedules.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/seed.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/tf_run_builder.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/timer.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/window_stat.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__pycache__/scripts.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/scripts.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/serialization.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/services.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/signature.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_global_state.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_queue.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_global_state.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_queue.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/cluster_info.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/config_parser.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/error.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/experiment.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/function_runner.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/log_sync.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/logger.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/ray_trial_executor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/registry.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/result.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trainable.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial_executor.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial_runner.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/tune.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/util.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/visual_utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/web_server.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/genetic_searcher.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/search_policy.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/search_space.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/genetic_searcher.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/search_policy.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/search_space.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/manage.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/run.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/settings.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__pycache__/collector.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/collector.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/exception.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/utils.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/exception.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/query.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/urls.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/view.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/wsgi.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/query.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/urls.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/view.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/wsgi.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/manage.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/apps.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/models.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/apps.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/models.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/run.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/settings.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/cluster_info.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/config_parser.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/error.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/experiment.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/function_runner.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/log_sync.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/logger.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/registry.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/result.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/async_hyperband.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/hyperband.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/median_stopping_rule.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/pbt.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/trial_scheduler.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/async_hyperband.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/hyperband.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/median_stopping_rule.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/pbt.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/trial_scheduler.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/basic_variant.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/hyperopt.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/search.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/suggestion.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/variant_generator.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/basic_variant.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/hyperopt.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/search.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/suggestion.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/variant_generator.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trainable.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_executor.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_runner.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/tune.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/util.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/visual_utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/web_server.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/utils.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/worker.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__init__.py
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__pycache__/__init__.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__pycache__/default_worker.cpython-36.pyc
      Removing file or directory /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/default_worker.py
      Successfully uninstalled ray-0.5.3
  Running setup.py develop for ray
    Running command /home/ubuntu/anaconda3/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/dev/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps
    running develop
    running egg_info
    writing ray.egg-info/PKG-INFO
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.txt
    writing requirements to ray.egg-info/requires.txt
    writing top-level names to ray.egg-info/top_level.txt
    reading manifest file 'ray.egg-info/SOURCES.txt'
    writing manifest file 'ray.egg-info/SOURCES.txt'
    running build_ext
    + set -e
    +++ dirname ../build.sh
    ++ cd ..
    ++ pwd
    + ROOT_DIR=/home/ubuntu/dev/ray
    ++ uname
    + unamestr=Linux
    + [[ Linux == \L\i\n\u\x ]]
    ++ nproc --all
    + PARALLEL=64
    + RAY_BUILD_PYTHON=YES
    + RAY_BUILD_JAVA=NO
    + PYTHON_EXECUTABLE=
    + BUILD_DIR=
    + '[' '' = 1 ']'
    + CBUILD_TYPE=RelWithDebInfo
    + [[ 2 > 0 ]]
    + key=-p
    + case $key in
    + PYTHON_EXECUTABLE=/home/ubuntu/anaconda3/bin/python
    + shift
    + shift
    + [[ 0 > 0 ]]
    + [[ -z /home/ubuntu/anaconda3/bin/python ]]
    + echo 'Using Python executable /home/ubuntu/anaconda3/bin/python.'
    Using Python executable /home/ubuntu/anaconda3/bin/python.
    + RAY_BUILD_PYTHON=YES
    + RAY_BUILD_JAVA=NO
    + bash /home/ubuntu/dev/ray/setup_thirdparty.sh /home/ubuntu/anaconda3/bin/python
    + set -e
    +++ dirname /home/ubuntu/dev/ray/setup_thirdparty.sh
    ++ cd /home/ubuntu/dev/ray
    ++ pwd
    + ROOT_DIR=/home/ubuntu/dev/ray
    + [[ -z /home/ubuntu/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/home/ubuntu/anaconda3/bin/python
    + echo 'Using Python executable /home/ubuntu/anaconda3/bin/python.'
    Using Python executable /home/ubuntu/anaconda3/bin/python.
    + RAY_BUILD_PYTHON=YES
    + RAY_BUILD_JAVA=NO
    + /home/ubuntu/dev/ray/thirdparty/scripts/setup.sh /home/ubuntu/anaconda3/bin/python
    + set -e
    +++ dirname /home/ubuntu/dev/ray/thirdparty/scripts/setup.sh
    ++ cd /home/ubuntu/dev/ray/thirdparty/scripts
    ++ pwd
    + TP_SCRIPT_DIR=/home/ubuntu/dev/ray/thirdparty/scripts
    + TP_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/..
    + mkdir -p /home/ubuntu/dev/ray/thirdparty/scripts/../build
    + mkdir -p /home/ubuntu/dev/ray/thirdparty/scripts/../pkg
    + [[ -z /home/ubuntu/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/home/ubuntu/anaconda3/bin/python
    + echo 'Using Python executable /home/ubuntu/anaconda3/bin/python.'
    Using Python executable /home/ubuntu/anaconda3/bin/python.
    + [[ NO == \Y\E\S ]]
    + [[ YES == \Y\E\S ]]
    + echo 'Python library will be built.'
    Python library will be built.
    ++ uname
    + unamestr=Linux
    + bash /home/ubuntu/dev/ray/thirdparty/scripts/build_redis.sh
    + set -e
    +++ dirname /home/ubuntu/dev/ray/thirdparty/scripts/build_redis.sh
    ++ cd /home/ubuntu/dev/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/../
    + '[' '!' -f /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/redis/src/redis-server ']'
    + redis_vname=4.0-rc2
    + '[' '!' -f /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/redis/utils/whatisdoing.sh ']'
    + mkdir -p /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/redis
    + curl -sL https://github.com/antirez/redis/archive/4.0-rc2.tar.gz
    + tar xz --strip-components=1 -C /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/redis
    + pushd /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/redis
    ~/dev/ray/thirdparty/pkg/redis ~/dev/ray/python
    + make
    cd src && make all
    make[1]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/src'
        CC Makefile.dep
    rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark
    (cd ../deps && make distclean)
    make[2]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps'
    (cd hiredis && make clean) > /dev/null || true
    (cd linenoise && make clean) > /dev/null || true
    (cd lua && make clean) > /dev/null || true
    (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
    (rm -f .make-*)
    make[2]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps'
    (rm -f .make-*)
    echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settings
    echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings
    echo OPT=-O2 >> .make-settings
    echo MALLOC=jemalloc >> .make-settings
    echo CFLAGS= >> .make-settings
    echo LDFLAGS= >> .make-settings
    echo REDIS_CFLAGS= >> .make-settings
    echo REDIS_LDFLAGS= >> .make-settings
    echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb   -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings
    echo PREV_FINAL_LDFLAGS=  -g -ggdb -rdynamic >> .make-settings
    (cd ../deps && make hiredis linenoise lua jemalloc)
    make[2]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps'
    (cd hiredis && make clean) > /dev/null || true
    (cd linenoise && make clean) > /dev/null || true
    (cd lua && make clean) > /dev/null || true
    (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
    (rm -f .make-*)
    (echo "" > .make-cflags)
    (echo "" > .make-ldflags)
    MAKE hiredis
    cd hiredis && make static
    make[3]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/hiredis'
    cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  net.c
    cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  hiredis.c
    cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  sds.c
    cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  async.c
    ar rcs libhiredis.a net.o hiredis.o sds.o async.o
    make[3]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/hiredis'
    MAKE linenoise
    cd linenoise && make
    make[3]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/linenoise'
    cc  -Wall -Os -g  -c linenoise.c
    make[3]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/linenoise'
    MAKE lua
    cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu"
    make[3]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/lua/src'
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lapi.o lapi.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lcode.o lcode.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldebug.o ldebug.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldo.o ldo.c
    ldo.c: In function ‘f_parser’:
    ldo.c:496:7: warning: unused variable ‘c’ [-Wunused-variable]
       int c = luaZ_lookahead(p->z);
           ^
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldump.o ldump.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lfunc.o lfunc.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lgc.o lgc.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o llex.o llex.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lmem.o lmem.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lobject.o lobject.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lopcodes.o lopcodes.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lparser.o lparser.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstate.o lstate.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstring.o lstring.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltable.o ltable.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltm.o ltm.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lundump.o lundump.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lvm.o lvm.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lzio.o lzio.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o strbuf.o strbuf.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o fpconv.o fpconv.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lauxlib.o lauxlib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lbaselib.o lbaselib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldblib.o ldblib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o liolib.o liolib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lmathlib.o lmathlib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o loslib.o loslib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltablib.o ltablib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstrlib.o lstrlib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o loadlib.o loadlib.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o linit.o linit.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_cjson.o lua_cjson.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_struct.o lua_struct.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_cmsgpack.o lua_cmsgpack.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_bit.o lua_bit.c
    ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o  # DLL needs all object files
    ar: `u' modifier ignored since `D' is the default (see `U')
    ranlib liblua.a
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua.o lua.c
    cc -o lua  lua.o liblua.a -lm
    liblua.a(loslib.o): In function `os_tmpname':
    loslib.c:(.text+0x28c): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o luac.o luac.c
    cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o print.o print.c
    cc -o luac  luac.o print.o liblua.a -lm
    make[3]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/lua/src'
    MAKE jemalloc
    cd jemalloc && ./configure --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""
    checking for xsltproc... /home/ubuntu/anaconda3/bin//xsltproc
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking whether byte ordering is bigendian... no
    checking size of void *... 8
    checking size of int... 4
    checking size of long... 8
    checking size of intmax_t... 8
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking whether pause instruction is compilable... yes
    checking for ar... ar
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking whether malloc_usable_size definition can use const argument... no
    checking whether __attribute__ syntax is compilable... yes
    checking whether compiler supports -fvisibility=hidden... yes
    checking whether compiler supports -Werror... yes
    checking whether tls_model attribute is compilable... yes
    checking whether compiler supports -Werror... yes
    checking whether alloc_size attribute is compilable... yes
    checking whether compiler supports -Werror... yes
    checking whether format(gnu_printf, ...) attribute is compilable... yes
    checking whether compiler supports -Werror... yes
    checking whether format(printf, ...) attribute is compilable... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking for ld... /usr/bin/ld
    checking for autoconf... /usr/bin/autoconf
    checking for memalign... yes
    checking for valloc... yes
    checking configured backtracing method... N/A
    checking for sbrk... yes
    checking whether utrace(2) is compilable... no
    checking whether valgrind is compilable... no
    checking whether a program using __builtin_ffsl is compilable... yes
    checking LG_PAGE... 12
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for pthread_create in -lpthread... yes
    checking for library containing clock_gettime... none required
    checking for secure_getenv... yes
    checking for issetugid... no
    checking for _malloc_thread_cleanup... no
    checking for _pthread_mutex_init_calloc_cb... no
    checking for TLS... yes
    checking whether C11 atomics is compilable... no
    checking whether atomic(9) is compilable... no
    checking whether Darwin OSAtomic*() is compilable... no
    checking whether madvise(2) is compilable... yes
    checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
    checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
    checking for __builtin_clz... yes
    checking whether Darwin OSSpin*() is compilable... no
    checking whether glibc malloc hook is compilable... yes
    checking whether glibc memalign hook is compilable... yes
    checking whether pthreads adaptive mutexes is compilable... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating jemalloc.pc
    config.status: creating doc/html.xsl
    config.status: creating doc/manpages.xsl
    config.status: creating doc/jemalloc.xml
    config.status: creating include/jemalloc/jemalloc_macros.h
    config.status: creating include/jemalloc/jemalloc_protos.h
    config.status: creating include/jemalloc/jemalloc_typedefs.h
    config.status: creating include/jemalloc/internal/jemalloc_internal.h
    config.status: creating test/test.sh
    config.status: creating test/include/test/jemalloc_test.h
    config.status: creating config.stamp
    config.status: creating bin/jemalloc-config
    config.status: creating bin/jemalloc.sh
    config.status: creating bin/jeprof
    config.status: creating include/jemalloc/jemalloc_defs.h
    config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
    config.status: creating test/include/test/jemalloc_test_defs.h
    config.status: executing include/jemalloc/internal/private_namespace.h commands
    config.status: executing include/jemalloc/internal/private_unnamespace.h commands
    config.status: executing include/jemalloc/internal/public_symbols.txt commands
    config.status: executing include/jemalloc/internal/public_namespace.h commands
    config.status: executing include/jemalloc/internal/public_unnamespace.h commands
    config.status: executing include/jemalloc/internal/size_classes.h commands
    config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
    config.status: executing include/jemalloc/jemalloc_rename.h commands
    config.status: executing include/jemalloc/jemalloc_mangle.h commands
    config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
    config.status: executing include/jemalloc/jemalloc.h commands
    ===============================================================================
    jemalloc version   : 4.0.3-0-ge9192eacf8935e29fc62fddc2701f7942b1cc02c
    library revision   : 2

    CONFIG             : --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS=
    CC                 : gcc
    CFLAGS             : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -fvisibility=hidden
    CPPFLAGS           :  -D_GNU_SOURCE -D_REENTRANT
    LDFLAGS            :
    EXTRA_LDFLAGS      :
    LIBS               :  -lpthread
    TESTLIBS           :
    RPATH_EXTRA        :

    XSLTPROC           : /home/ubuntu/anaconda3/bin//xsltproc
    XSLROOT            :

    PREFIX             : /usr/local
    BINDIR             : /usr/local/bin
    DATADIR            : /usr/local/share
    INCLUDEDIR         : /usr/local/include
    LIBDIR             : /usr/local/lib
    MANDIR             : /usr/local/share/man

    srcroot            :
    abs_srcroot        : /home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/jemalloc/
    objroot            :
    abs_objroot        : /home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/jemalloc/

    JEMALLOC_PREFIX    : je_
    JEMALLOC_PRIVATE_NAMESPACE
                       : je_
    install_suffix     :
    autogen            : 0
    cc-silence         : 1
    debug              : 0
    code-coverage      : 0
    stats              : 1
    prof               : 0
    prof-libunwind     : 0
    prof-libgcc        : 0
    prof-gcc           : 0
    tcache             : 1
    fill               : 1
    utrace             : 0
    valgrind           : 0
    xmalloc            : 0
    munmap             : 0
    lazy_lock          : 0
    tls                : 1
    cache-oblivious    : 1
    ===============================================================================
    cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a
    make[3]: Entering directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/jemalloc'
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c
    gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
    ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/pages.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o
    ar: `u' modifier ignored since `D' is the default (see `U')
    make[3]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps/jemalloc'
    make[2]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/deps'
        CC adlist.o
        CC quicklist.o
        CC ae.o
        CC anet.o
        CC dict.o
        CC server.o
        CC sds.o
        CC zmalloc.o
        CC lzf_c.o
        CC lzf_d.o
        CC pqsort.o
        CC zipmap.o
        CC sha1.o
        CC ziplist.o
        CC release.o
        CC networking.o
        CC util.o
        CC object.o
        CC db.o
        CC replication.o
        CC rdb.o
        CC t_string.o
        CC t_list.o
        CC t_set.o
        CC t_zset.o
        CC t_hash.o
        CC config.o
        CC aof.o
        CC pubsub.o
        CC multi.o
        CC debug.o
        CC sort.o
        CC intset.o
        CC syncio.o
        CC cluster.o
        CC crc16.o
        CC endianconv.o
        CC slowlog.o
        CC scripting.o
        CC bio.o
        CC rio.o
        CC rand.o
        CC memtest.o
        CC crc64.o
        CC bitops.o
        CC sentinel.o
        CC notify.o
        CC setproctitle.o
        CC blocked.o
        CC hyperloglog.o
        CC latency.o
        CC sparkline.o
        CC redis-check-rdb.o
        CC geo.o
        CC lazyfree.o
        CC module.o
        CC evict.o
        CC expire.o
        CC geohash.o
        CC geohash_helper.o
        CC childinfo.o
        LINK redis-server
        INSTALL redis-sentinel
        CC redis-cli.o
        LINK redis-cli
        CC redis-benchmark.o
        LINK redis-benchmark
        INSTALL redis-check-rdb
        CC redis-check-aof.o
        LINK redis-check-aof

    Hint: It's a good idea to run 'make test' ;)

    make[1]: Leaving directory '/home/ubuntu/dev/ray/thirdparty/pkg/redis/src'
    + popd
    ~/dev/ray/python
    + bash /home/ubuntu/dev/ray/thirdparty/scripts/build_credis.sh
    + set -e
    +++ dirname /home/ubuntu/dev/ray/thirdparty/scripts/build_credis.sh
    ++ cd /home/ubuntu/dev/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/../
    + ROOT_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/..//..
    ++ uname
    + '[' Linux == Darwin ']'
    + BUILD_LEVELDB_CONFIG=-DBUILD_SHARED_LIBS=on
    + [[ '' = \o\n ]]
    + bash /home/ubuntu/dev/ray/thirdparty/scripts/build_ui.sh
    + set -e
    +++ dirname /home/ubuntu/dev/ray/thirdparty/scripts/build_ui.sh
    ++ cd /home/ubuntu/dev/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/../
    + CATAPULT_COMMIT=18cd334755701cf0c3b90b7172126c686d2eb787
    + CATAPULT_HOME=/home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult
    + VULCANIZE_BIN=/home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/vulcanize_trace_viewer
    + CATAPULT_FILES=/home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files
    + mkdir -p /home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files
    + [[ '' == \0 ]]
    + type python2
    + [[ ! -d /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult ]]
    + echo 'setting up catapult'
    setting up catapult
    + for COUNT in '{1..20}'
    + git clone -q https://github.com/ray-project/catapult.git /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult
    + break
    + REBUILD=off
    + pushd /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult
    ~/dev/ray/thirdparty/pkg/catapult ~/dev/ray/python
    ++ git rev-parse HEAD
    + '[' 18cd334755701cf0c3b90b7172126c686d2eb787 '!=' 18cd334755701cf0c3b90b7172126c686d2eb787 ']'
    + popd
    ~/dev/ray/python
    + [[ ! -f /home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files/index.html ]]
    + python2 /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/vulcanize_trace_viewer --config chrome --output /home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files/trace_viewer_full.html
    Writing output to /home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files/trace_viewer_full.html
    + cp /home/ubuntu/dev/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/index.html /home/ubuntu/dev/ray/thirdparty/scripts/..//../build/src/catapult_files/index.html
    + bash /home/ubuntu/dev/ray/thirdparty/scripts/build_modin.sh /home/ubuntu/anaconda3/bin/python
    + set -e
    + [[ -z /home/ubuntu/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/home/ubuntu/anaconda3/bin/python
    ++ /home/ubuntu/anaconda3/bin/python -c 'import sys; print(sys.version_info[0])'
    + PYTHON_VERSION=3
    +++ dirname /home/ubuntu/dev/ray/thirdparty/scripts/build_modin.sh
    ++ cd /home/ubuntu/dev/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/ubuntu/dev/ray/thirdparty/scripts/../
    + MODIN_VERSION=0.2.5
    + MODIN_WHEELS_FNAME=modin-0.2.5-py3-none-any.whl
    + MODIN_WHEELS_URL=https://github.com/modin-project/modin/releases/download/v0.2.5/
    + pushd /home/ubuntu/dev/ray/thirdparty/scripts/..//../python/ray/
    ~/dev/ray/python/ray ~/dev/ray/python
    + rm -rf modin
    + mkdir modin
    + pushd modin
    ~/dev/ray/python/ray/modin ~/dev/ray/python/ray ~/dev/ray/python
    + curl -kL https://github.com/modin-project/modin/releases/download/v0.2.5/modin-0.2.5-py3-none-any.whl -o modin-0.2.5-py3-none-any.whl
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   619    0   619    0     0   6728      0 --:--:-- --:--:-- --:--:--  6728
    100  130k  100  130k    0     0   944k      0 --:--:-- --:--:-- --:--:--  944k
    + unzip modin-0.2.5-py3-none-any.whl
    Archive:  modin-0.2.5-py3-none-any.whl
      inflating: modin/__init__.py
      inflating: modin/data_management/__init__.py
      inflating: modin/data_management/factories.py
      inflating: modin/data_management/partitioning/__init__.py
      inflating: modin/data_management/partitioning/utils.py
      inflating: modin/data_management/partitioning/axis_partition/__init__.py
      inflating: modin/data_management/partitioning/axis_partition/axis_partition.py
      inflating: modin/data_management/partitioning/axis_partition/dask.py
      inflating: modin/data_management/partitioning/axis_partition/pandas_on_python.py
      inflating: modin/data_management/partitioning/axis_partition/pandas_on_ray.py
      inflating: modin/data_management/partitioning/axis_partition/utils.py
      inflating: modin/data_management/partitioning/partition_collections/__init__.py
      inflating: modin/data_management/partitioning/partition_collections/base_block_partitions.py
      inflating: modin/data_management/partitioning/partition_collections/dask.py
      inflating: modin/data_management/partitioning/partition_collections/python_block_partitions.py
      inflating: modin/data_management/partitioning/partition_collections/ray_block_partitions.py
      inflating: modin/data_management/partitioning/remote_partition/__init__.py
      inflating: modin/data_management/partitioning/remote_partition/base_remote_partition.py
      inflating: modin/data_management/partitioning/remote_partition/dask.py
      inflating: modin/data_management/partitioning/remote_partition/pandas_on_python.py
      inflating: modin/data_management/partitioning/remote_partition/pandas_on_ray.py
      inflating: modin/data_management/partitioning/remote_partition/utils.py
      inflating: modin/data_management/query_compiler/__init__.py
      inflating: modin/data_management/query_compiler/pandas_query_compiler.py
      inflating: modin/pandas/__init__.py
      inflating: modin/pandas/concat.py
      inflating: modin/pandas/dataframe.py
      inflating: modin/pandas/datetimes.py
      inflating: modin/pandas/general.py
      inflating: modin/pandas/groupby.py
      inflating: modin/pandas/indexing.py
      inflating: modin/pandas/io.py
      inflating: modin/pandas/iterator.py
      inflating: modin/pandas/reshape.py
      inflating: modin/pandas/series.py
      inflating: modin/pandas/utils.py
      inflating: modin/pandas/index/__init__.py
      inflating: modin/pandas/index/partitioned_index.py
      inflating: modin/pandas/test/__init__.py
      inflating: modin/pandas/test/test_concat.py
      inflating: modin/pandas/test/test_dataframe.py
      inflating: modin/pandas/test/test_groupby.py
      inflating: modin/pandas/test/test_io.py
      inflating: modin/pandas/test/test_series.py
      inflating: modin/sql/__init__.py
      inflating: modin/sql/connection.py
      inflating: modin-0.2.5.dist-info/LICENSE
      inflating: modin-0.2.5.dist-info/METADATA
      inflating: modin-0.2.5.dist-info/WHEEL
      inflating: modin-0.2.5.dist-info/top_level.txt
      inflating: modin-0.2.5.dist-info/RECORD
    + rm modin-0.2.5-py3-none-any.whl
    + popd
    ~/dev/ray/python/ray ~/dev/ray/python
    + popd
    ~/dev/ray/python
    + BUILD_DIR=/home/ubuntu/dev/ray/build/
    + '[' '!' -d /home/ubuntu/dev/ray/build/ ']'
    + pushd /home/ubuntu/dev/ray/build/
    ~/dev/ray/build ~/dev/ray/python
    + make clean
    make: *** No rule to make target 'clean'.  Stop.
    + true
    + rm -rf external/arrow-install
    + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_RAY_LANG_JAVA=NO -DCMAKE_RAY_LANG_PYTHON=YES -DRAY_USE_NEW_GCS= -DPYTHON_EXECUTABLE:FILEPATH=/home/ubuntu/anaconda3/bin/python /home/ubuntu/dev/ray
    -- The C compiler identification is GNU 5.4.0
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- GTest include dir: /home/ubuntu/dev/ray/build/external/googletest-install/include
    -- GTest static library: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest.a
    -- GTest static main library: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest_main.a
    -- GMock static main library: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgmock_main.a
    Added static library dependency gtest: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest.a
    Added static library dependency gtest_main: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest_main.a
    Added static library dependency gmock_main: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgmock_main.a
    -- Starting to build glog
    -- Glog home: /home/ubuntu/dev/ray/build/external/glog-install
    -- Glog include dir: /home/ubuntu/dev/ray/build/external/glog-install/include
    -- Glog static lib: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
    Added static library dependency glog: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
    -- Boost root: /home/ubuntu/dev/ray/build/external/boost-install
    -- Boost include dir: /home/ubuntu/dev/ray/build/external/boost-install/include
    -- Boost system library: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_system.a
    -- Boost filesystem library: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_system: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_system.a
    Added static library dependency boost_filesystem: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_thread: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_thread.a
    -- Flatbuffers home: /home/ubuntu/dev/ray/build/external/flatbuffers-install
    -- Flatbuffers include dir: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include
    -- Flatbuffers static library: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /home/ubuntu/dev/ray/build/external/flatbuffers-install/bin/flatc
    Added static library dependency flatbuffers: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Found PythonInterp: /home/ubuntu/anaconda3/bin/python (found version "3.6.5")
    -- PYTHON_EXECUTABLE for arrow: /home/ubuntu/anaconda3/bin/python
    -- ARROW_CMAKE_ARGS: -DCMAKE_BUILD_TYPE:STRING=Release;-DCMAKE_INSTALL_PREFIX=/home/ubuntu/dev/ray/build/external/arrow-install;-DCMAKE_C_FLAGS=-g;-O3;-DCMAKE_CXX_FLAGS=-g;-O3; -D_GLIBCXX_USE_CXX11_ABI=0;-DARROW_BUILD_TESTS=off;-DARROW_HDFS=on;-DARROW_BOOST_USE_SHARED=off;-DPYTHON_EXECUTABLE:FILEPATH=/home/ubuntu/anaconda3/bin/python;-DARROW_PYTHON=on;-DARROW_PLASMA=on;-DARROW_TENSORFLOW=on;-DARROW_JEMALLOC=off;-DARROW_WITH_BROTLI=off;-DARROW_WITH_LZ4=off;-DARROW_WITH_ZSTD=off;-DFLATBUFFERS_HOME=/home/ubuntu/dev/ray/build/external/flatbuffers-install;-DBOOST_ROOT=/home/ubuntu/dev/ray/build/external/boost-install;-DGLOG_HOME=/home/ubuntu/dev/ray/build/external/glog-install;-DARROW_WITH_THRIFT=ON;-DARROW_PARQUET=ON;-DARROW_WITH_ZLIB=ON
    -- Arrow home: /home/ubuntu/dev/ray/build/external/arrow-install
    -- Arrow source dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep
    -- Arrow include dir: /home/ubuntu/dev/ray/build/external/arrow-install/include
    -- Arrow static library: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libarrow.a
    -- Arrow shared library: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libarrow.so
    Added static library dependency arrow: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libarrow.a
    -- Plasma include dir: /home/ubuntu/dev/ray/build/external/arrow-install/include
    -- Plasma static library: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libplasma.a
    -- Plasma shared library: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libplasma.so
    Added static library dependency plasma: /home/ubuntu/dev/ray/build/external/arrow-install/lib/libplasma.a
    -- PYTHON_EXECUTABLE for pyarrow: /home/ubuntu/anaconda3/bin/python
    -- Found NumPy: /home/ubuntu/anaconda3/lib/python3.6/site-packages/numpy/core/include (found version "1.14.5")
    -- NumPy ver. 1.14.5 found (include: /home/ubuntu/anaconda3/lib/python3.6/site-packages/numpy/core/include)
    -- PYTHON_INCLUDE_DIRS: /home/ubuntu/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /home/ubuntu/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /home/ubuntu/anaconda3/include/python3.6m
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ubuntu/dev/ray/build
    + make -j64
    Scanning dependencies of target boost_ep
    Scanning dependencies of target glog_ep
    Scanning dependencies of target googletest_ep
    Scanning dependencies of target flatbuffers_ep
    Scanning dependencies of target copy_redis
    [  1%] Creating directories for 'glog_ep'
    [  2%] Creating directories for 'googletest_ep'
    [  3%] Creating directories for 'boost_ep'
    [  4%] Creating directories for 'flatbuffers_ep'
    [  4%] Built target copy_redis
    [  5%] Performing download step (download, verify and extract) for 'googletest_ep'
    [  6%] Performing download step (download, verify and extract) for 'boost_ep'
    [  7%] Performing download step (download, verify and extract) for 'glog_ep'
    [  8%] Performing download step (download, verify and extract) for 'flatbuffers_ep'
    -- downloading...
         src='http://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/boost/src/boost_1_68_0.tar.gz'
         timeout='none'
    -- downloading...
         src='https://github.com/google/googletest/archive/release-1.8.0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/googletest/src/release-1.8.0.tar.gz'
         timeout='none'
    -- downloading...
         src='https://github.com/google/glog/archive/v0.3.5.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/glog/src/v0.3.5.tar.gz'
         timeout='none'
    -- downloading...
         src='https://github.com/google/flatbuffers/archive/v1.10.0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/flatbuffers/src/v1.10.0.tar.gz'
         timeout='none'
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 45% complete]
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 54% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 62% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- [download 66% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 69% complete]
    -- [download 70% complete]
    -- [download 71% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 75% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 79% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- [download 82% complete]
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 85% complete]
    -- [download 86% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 89% complete]
    -- [download 90% complete]
    -- [download 91% complete]
    -- [download 92% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- downloading... done
    -- verifying file...
         file='/home/ubuntu/dev/ray/build/external/boost/src/boost_1_68_0.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/ubuntu/dev/ray/build/external/boost/src/boost_1_68_0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/boost/src/boost_ep'
    -- extracting... [tar xfz]
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 2% complete]
    -- [download 3% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 44% complete]
    -- [download 46% complete]
    -- [download 48% complete]
    -- [download 50% complete]
    -- [download 52% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 54% complete]
    -- [download 56% complete]
    -- [download 58% complete]
    -- [download 60% complete]
    -- [download 62% complete]
    -- [download 64% complete]
    -- [download 66% complete]
    -- [download 68% complete]
    -- [download 70% complete]
    -- [download 72% complete]
    -- [download 74% complete]
    -- [download 76% complete]
    -- [download 78% complete]
    -- [download 80% complete]
    -- [download 82% complete]
    -- [download 84% complete]
    -- [download 86% complete]
    -- [download 88% complete]
    -- [download 90% complete]
    -- [download 92% complete]
    -- [download 94% complete]
    -- [download 96% complete]
    -- [download 98% complete]
    -- [download 100% complete]
    -- downloading... done
    -- verifying file...
         file='/home/ubuntu/dev/ray/build/external/flatbuffers/src/v1.10.0.tar.gz'
    -- verifying file... done
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 45% complete]
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 54% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 62% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- [download 66% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 69% complete]
    -- [download 70% complete]
    -- [download 71% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 75% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 79% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- extracting...
         src='/home/ubuntu/dev/ray/build/external/flatbuffers/src/v1.10.0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/flatbuffers/src/flatbuffers_ep'
    -- extracting... [tar xfz]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 45% complete]
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 52% complete]
    -- [download 54% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    -- [download 61% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    [  8%] No patch step for 'flatbuffers_ep'
    [  9%] No update step for 'flatbuffers_ep'
    [ 10%] Performing configure step for 'flatbuffers_ep'
    -- [download 82% complete]
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 85% complete]
    -- [download 86% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 89% complete]
    -- [download 90% complete]
    -- [download 91% complete]
    -- [download 92% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- downloading... done
    -- The C compiler identification is GNU 5.4.0
    -- verifying file...
         file='/home/ubuntu/dev/ray/build/external/glog/src/v0.3.5.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/ubuntu/dev/ray/build/external/glog/src/v0.3.5.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/glog/src/glog_ep'
    -- [download 69% complete]
    -- [download 70% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 79% complete]
    -- [download 81% complete]
    -- [download 82% complete]
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 86% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 90% complete]
    -- [download 91% complete]
    -- [download 92% complete]
    -- [download 93% complete]
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 97% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- downloading... done
    -- extracting... [tar xfz]
    -- verifying file...
         file='/home/ubuntu/dev/ray/build/external/googletest/src/release-1.8.0.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/ubuntu/dev/ray/build/external/googletest/src/release-1.8.0.tar.gz'
         dst='/home/ubuntu/dev/ray/build/external/googletest/src/googletest_ep'
    -- extracting... [tar xfz]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [ 11%] No update step for 'glog_ep'
    [ 11%] No patch step for 'glog_ep'
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working C compiler: /usr/bin/cc
    [ 12%] Performing configure step for 'glog_ep'
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [ 13%] No update step for 'googletest_ep'
    [ 13%] No patch step for 'googletest_ep'
    [ 14%] Performing configure step for 'googletest_ep'
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- The C compiler identification is GNU 5.4.0
    -- The C compiler identification is GNU 5.4.0
    -- Detecting C compiler ABI info - done
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working C compiler: /usr/bin/cc
    -- Detecting C compile features
    -- Check for working C compiler: /usr/bin/cc -- works
    -- The CXX compiler identification is GNU 5.4.0
    -- Detecting C compiler ABI info
    -- Check for working C compiler: /usr/bin/cc
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compile features
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ubuntu/dev/ray/build/external/flatbuffers/src/flatbuffers_ep-build
    [ 15%] Performing build step for 'flatbuffers_ep'
    Scanning dependencies of target flathash
    [  3%] Building CXX object CMakeFiles/flathash.dir/src/flathash.cpp.o
    Scanning dependencies of target flatbuffers
    Scanning dependencies of target flatc
    [  6%] Building CXX object CMakeFiles/flatbuffers.dir/src/code_generators.cpp.o
    [  9%] Building CXX object CMakeFiles/flatbuffers.dir/src/idl_parser.cpp.o
    [ 12%] Building CXX object CMakeFiles/flatbuffers.dir/src/util.cpp.o
    [ 15%] Building CXX object CMakeFiles/flatbuffers.dir/src/idl_gen_text.cpp.o
    [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o
    [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_general.cpp.o
    [ 25%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o
    [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_js.cpp.o
    [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o
    [ 34%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o
    [ 37%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o
    [ 43%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o
    [ 43%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o
    [ 46%] Building CXX object CMakeFiles/flatbuffers.dir/src/reflection.cpp.o
    [ 50%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o
    [ 53%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o
    [ 56%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o
    [ 59%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lua.cpp.o
    [ 62%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o
    [ 65%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o
    [ 68%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o
    [ 75%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o
    [ 75%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o
    [ 78%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o
    [ 81%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o
    [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o
    [ 87%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o
    [ 90%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o
    -- Detecting CXX compile features - done
    -- Looking for pthread.h
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [ 16%] No update step for 'boost_ep'
    [ 16%] No patch step for 'boost_ep'
    [ 17%] Performing configure step for 'boost_ep'
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    Building Boost.Build engine with toolset gcc... -- Detecting CXX compile features - done
    -- Found PythonInterp: /home/ubuntu/anaconda3/bin/python (found version "3.6.5")
    -- Looking for pthread.h
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Looking for dlfcn.h
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for dlfcn.h - found
    -- Looking for execinfo.h
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Looking for execinfo.h - found
    -- Looking for glob.h
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ubuntu/dev/ray/build/external/googletest/src/googletest_ep-build
    [ 18%] Performing build step for 'googletest_ep'
    -- Looking for glob.h - found
    -- Looking for inttypes.h
    Scanning dependencies of target gtest
    Scanning dependencies of target gmock
    [  9%] Building CXX object googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
    [ 18%] Building CXX object googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o
    [ 27%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
    Scanning dependencies of target gmock_main
    [ 36%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o
    [ 45%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
    [ 54%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
    -- Looking for inttypes.h - found
    -- Looking for libunwind.h
    -- Looking for libunwind.h - not found
    -- Looking for memory.h
    -- Looking for memory.h - found
    -- Looking for pwd.h
    -- Looking for pwd.h - found
    -- Looking for stdint.h
    -- Looking for stdint.h - found
    -- Looking for stdlib.h
    -- Looking for stdlib.h - found
    -- Looking for string.h
    -- Looking for string.h - found
    -- Looking for strings.h
    [ 93%] Linking CXX executable flathash
    [ 93%] Built target flathash
    -- Looking for strings.h - found
    -- Looking for sys/stat.h
    -- Looking for sys/stat.h - found
    -- Looking for sys/syscall.h
    -- Looking for sys/syscall.h - found
    -- Looking for sys/time.h
    -- Looking for sys/time.h - found
    -- Looking for sys/types.h
    -- Looking for sys/types.h - found
    -- Looking for sys/utsname.h
    -- Looking for sys/utsname.h - found
    -- Looking for syscall.h
    -- Looking for syscall.h - found
    -- Looking for syslog.h
    -- Looking for syslog.h - found
    -- Looking for ucontext.h
    -- Looking for ucontext.h - found
    -- Looking for unistd.h
    -- Looking for unistd.h - found
    -- Looking for unwind.h
    -- Looking for unwind.h - found
    -- Looking for C++ include ext/hash_map
    -- Looking for C++ include ext/hash_map - found
    -- Looking for C++ include ext/hash_set
    -- Looking for C++ include ext/hash_set - found
    -- Looking for C++ include ext/slist
    -- Looking for C++ include ext/slist - found
    -- Looking for C++ include tr1/unordered_map
    -- Looking for C++ include tr1/unordered_map - found
    -- Looking for C++ include tr1/unordered_set
    -- Looking for C++ include tr1/unordered_set - found
    -- Looking for C++ include unordered_map
    -- Looking for C++ include unordered_map - not found
    -- Looking for C++ include unordered_set
    -- Looking for C++ include unordered_set - not found
    -- Looking for stddef.h
    -- Looking for stddef.h - found
    -- Check size of unsigned __int16
    -- Check size of unsigned __int16 - failed
    -- Check size of u_int16_t
    -- Check size of u_int16_t - done
    -- Check size of uint16_t
    -- Check size of uint16_t - done
    -- Looking for dladdr
    -- Looking for dladdr - not found
    -- Looking for fcntl
    -- Looking for fcntl - found
    -- Looking for pread
    -- Looking for pread - found
    -- Looking for pwrite
    -- Looking for pwrite - found
    -- Looking for sigaction
    -- Looking for sigaction - found
    -- Looking for sigaltstack
    -- Looking for sigaltstack - found
    -- Performing Test HAVE_NO_DEPRECATED
    -- Performing Test HAVE_NO_DEPRECATED - Success
    -- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS
    -- Performing Test HAVE_NO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
    -- Looking for snprintf
    -- Looking for snprintf - found
    -- Looking for get_static_proc_name in unwind
    -- Looking for get_static_proc_name in unwind - not found
    -- Performing Test HAVE___ATTRIBUTE__
    -- Performing Test HAVE___ATTRIBUTE__ - Success
    -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT
    -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_DEFAULT - Success
    -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN
    -- Performing Test HAVE___ATTRIBUTE__VISIBILITY_HIDDEN - Success
    -- Performing Test HAVE___BUILTIN_EXPECT
    -- Performing Test HAVE___BUILTIN_EXPECT - Success
    -- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP
    -- Performing Test HAVE___SYNC_VAL_COMPARE_AND_SWAP - Success
    -- Performing Test HAVE_RWLOCK
    -- Performing Test HAVE_RWLOCK - Failed
    -- Performing Test HAVE___DECLSPEC
    -- Performing Test HAVE___DECLSPEC - Failed
    -- Performing Test STL_NO_NAMESPACE
    -- Performing Test STL_NO_NAMESPACE - Failed
    -- Performing Test STL_STD_NAMESPACE
    -- Performing Test STL_STD_NAMESPACE - Success
    -- Performing Test HAVE_USING_OPERATOR
    -- Performing Test HAVE_USING_OPERATOR - Success
    -- Performing Test HAVE_NAMESPACES
    -- Performing Test HAVE_NAMESPACES - Success
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ubuntu/dev/ray/build/external/glog/src/glog_ep
    [ 19%] Performing build step for 'glog_ep'
    Scanning dependencies of target glog
    [ 12%] Building CXX object CMakeFiles/glog.dir/src/demangle.cc.o
    [ 37%] Building CXX object CMakeFiles/glog.dir/src/logging.cc.o
    [ 37%] Building CXX object CMakeFiles/glog.dir/src/raw_logging.cc.o
    [ 50%] Building CXX object CMakeFiles/glog.dir/src/symbolize.cc.o
    [ 62%] Building CXX object CMakeFiles/glog.dir/src/signalhandler.cc.o
    [ 75%] Building CXX object CMakeFiles/glog.dir/src/utilities.cc.o
    [ 87%] Building CXX object CMakeFiles/glog.dir/src/vlog_is_on.cc.o
    [100%] Linking CXX static library libglog.a
    [100%] Built target glog
    [ 19%] Performing install step for 'glog_ep'
    [100%] Built target glog
    Install the project...
    -- Install configuration: "RelWithDebInfo"
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/config.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/logging.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/raw_logging.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/stl_logging.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/vlog_is_on.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/include/glog/log_severity.h
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/lib/cmake/glog/glog-config.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/lib/cmake/glog/glog-config-version.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/lib/cmake/glog/glog-targets.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/glog-install/lib/cmake/glog/glog-targets-relwithdebinfo.cmake
    [ 20%] Completed 'glog_ep'
    [ 20%] Built target glog_ep
    [ 96%] Linking CXX static library libflatbuffers.a
    [ 63%] Linking CXX static library libgmock.a
    [ 72%] Linking CXX static library libgmock_main.a
    [ 96%] Built target flatbuffers
    [ 72%] Built target gmock
    [ 72%] Built target gmock_main
    [ 81%] Linking CXX static library libgtest.a
    [ 81%] Built target gtest
    Scanning dependencies of target gtest_main
    [ 90%] Building CXX object googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
    [100%] Linking CXX executable flatc
    [100%] Built target flatc
    [ 20%] Performing install step for 'flatbuffers_ep'
    [ 18%] Built target flatbuffers
    [ 25%] Built target flathash
    [100%] Built target flatc
    Install the project...
    -- Install configuration: "RELEASE"
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/minireflect.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/reflection_generated.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/registry.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/grpc.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/flexbuffers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/code_generators.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/base.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/flatbuffers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/stl_emulation.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/idl.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/hash.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/reflection.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/flatc.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include/flatbuffers/util.h
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersConfig.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersTargets.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersTargets-release.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/bin/flatc
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatcTargets.cmake
    -- Installing: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatcTargets-release.cmake
    [ 21%] Completed 'flatbuffers_ep'
    [100%] Linking CXX static library libgtest_main.a
    [ 21%] Built target flatbuffers_ep
    Scanning dependencies of target gen_node_manager_fbs
    [100%] Built target gtest_main
    Scanning dependencies of target gen_gcs_fbs
    Scanning dependencies of target gen_object_manager_fbs
    [ 22%] Running flatc compiler on /home/ubuntu/dev/ray/src/ray/raylet/format/node_manager.fbs
    [ 22%] Running flatc compiler on /home/ubuntu/dev/ray/src/ray/gcs/format/gcs.fbs
    [ 23%] Running flatc compiler on /home/ubuntu/dev/ray/src/ray/object_manager/format/object_manager.fbs
    [ 23%] Performing install step for 'googletest_ep'
    Running flatc compiler on /home/ubuntu/dev/ray/src/ray/raylet/format/node_manager.fbs
    [ 23%] Built target gen_object_manager_fbs
    Running flatc compiler on /home/ubuntu/dev/ray/src/ray/gcs/format/gcs.fbs for python
    [ 23%] Built target gen_node_manager_fbs
    Running flatc compiler on /home/ubuntu/dev/ray/src/ray/gcs/format/gcs.fbs for Java
    [ 18%] Built target gtest
    [ 45%] Built target gmock
    [ 81%] Built target gmock_main
    [100%] Built target gtest_main
    [ 23%] Built target gen_gcs_fbs
    Install the project...
    -- Install configuration: "RelWithDebInfo"
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgmock.a
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgmock_main.a
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-nice-strict.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-matchers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-actions.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-cardinalities.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-spec-builders.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-actions.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-more-matchers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/custom
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-port.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-matchers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/gmock-generated-internal-utils.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/gmock-internal-utils.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/gmock-port.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/internal/gmock-generated-internal-utils.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-matchers.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-function-mockers.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-nice-strict.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-matchers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-actions.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-more-actions.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gmock/gmock-generated-function-mockers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest.a
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/lib/libgtest_main.a
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-message.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-param-test.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-test-part.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-printers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/custom
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/custom/gtest-port.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/custom/gtest-printers.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/custom/gtest.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-death-test-internal.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-filepath.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-port-arch.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-tuple.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-type-util.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-port.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-tuple.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-string.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-linked_ptr.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-type-util.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-internal.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util-generated.h.pump
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util-generated.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-death-test.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-param-test.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest_pred_impl.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-spi.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest-typed-test.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest.h
    -- Installing: /home/ubuntu/dev/ray/build/external/googletest-install/include/gtest/gtest_prod.h
    [ 24%] Completed 'googletest_ep'
    [ 24%] Built target googletest_ep
    tools/build/src/engine/bin.linuxx86_64/b2
    Detecting Python version... 3.6
    Detecting Python root... /home/ubuntu/anaconda3
    Unicode/ICU support for Boost.Regex?... not found.
    Generating Boost.Build configuration in project-config.jam...

    Bootstrapping is done. To build, run:

        ./b2

    To adjust configuration, edit 'project-config.jam'.
    Further information:

       - Command line help:
         ./b2 --help

       - Getting started guide:
         http://www.boost.org/more/getting_started/unix-variants.html

       - Boost.Build documentation:
         http://www.boost.org/build/doc/html/index.html

    [ 25%] Performing build step for 'boost_ep'
    [ 25%] No install step for 'boost_ep'
    [ 26%] Completed 'boost_ep'
    [ 26%] Built target boost_ep
    Scanning dependencies of target boost
    [ 26%] Built target boost
    Scanning dependencies of target arrow_ep
    [ 27%] Creating directories for 'arrow_ep'
    [ 27%] Performing download step (git clone) for 'arrow_ep'
    Cloning into 'arrow_ep'...
    Note: checking out '511dae1149e3656bbf84f461729f2306d2ebf2e5'.

    You are in 'detached HEAD' state. You can look around, make experimental
    changes and commit them, and you can discard any commits you make in this
    state without impacting any branches by performing another checkout.

    If you want to create a new branch to retain commits you create, you may
    do so (now or later) by using -b with the checkout command again. Example:

      git checkout -b <new-branch-name>

    HEAD is now at 511dae1... Rebase https://github.com/ray-project/arrow/pull/3
    Submodule 'cpp/submodules/parquet-testing' (https://github.com/apache/parquet-testing.git) registered for path 'cpp/submodules/parquet-testing'
    Cloning into 'cpp/submodules/parquet-testing'...
    Submodule path 'cpp/submodules/parquet-testing': checked out '8eb0213c491752c9bbb1b884fcbb21deb548e464'
    [ 28%] No update step for 'arrow_ep'
    [ 29%] No patch step for 'arrow_ep'
    [ 30%] Performing configure step for 'arrow_ep'
    -- Building using CMake version: 3.5.1
    -- The C compiler identification is GNU 5.4.0
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Arrow version: 0.12.0 (full: '0.12.0-SNAPSHOT')
    -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
    clang-tidy not found
    clang-format not found
    infer not found
    -- Found cpplint executable at /usr/local/bin/cpplint
    -- Compiler command: env LANG=C /usr/bin/c++ -v
    -- Compiler version: Using built-in specs.
    COLLECT_GCC=/usr/bin/c++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)

    -- Compiler id: GNU
    Selected compiler gcc 5.4.0
    -- Performing Test CXX_SUPPORTS_SSE4_2
    -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
    -- Performing Test CXX_SUPPORTS_ALTIVEC
    -- Performing Test CXX_SUPPORTS_ALTIVEC - Failed
    -- Performing Test CXX_SUPPORTS_ARMCRC
    -- Performing Test CXX_SUPPORTS_ARMCRC - Failed
    Optional gold linker is buggy, using ld linker instead
    Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
    -- Build Type: RELEASE
    -- BOOST_VERSION: 1.67.0
    -- BROTLI_VERSION: v0.6.0
    -- DOUBLE_CONVERSION_VERSION: v3.1.1
    -- FLATBUFFERS_VERSION: 02a7807dd8d26f5668ffbbec0360dc107bbfabd5
    -- GBENCHMARK_VERSION: v1.4.1
    -- GFLAGS_VERSION: v2.2.0
    -- GLOG_VERSION: v0.3.5
    -- GRPC_VERSION: v1.14.1
    -- GTEST_VERSION: 1.8.0
    -- JEMALLOC_VERSION: 17c897976c60b0e6e4f4a365c751027244dada7a
    -- LZ4_VERSION: v1.7.5
    -- ORC_VERSION: 1.5.1
    -- PROTOBUF_VERSION: v3.6.1
    -- RAPIDJSON_VERSION: v1.1.0
    -- RE2_VERSION: 2018-10-01
    -- SNAPPY_VERSION: 1.1.3
    -- THRIFT_VERSION: 0.11.0
    -- ZLIB_VERSION: 1.2.8
    -- ZSTD_VERSION: v1.3.7
    -- Found pthread: /usr/lib/x86_64-linux-gnu/libpthread.so
    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106800
    Call Stack (most recent call first):
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
      /usr/share/cmake-3.5/Modules/FindBoost.cmake:1332 (_Boost_MISSING_DEPENDENCIES)
      cmake_modules/ThirdpartyToolchain.cmake:462 (find_package)
      CMakeLists.txt:545 (include)

    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Boost version: 1.68.0
    -- Found the following Boost libraries:
    --   regex
    --   system
    --   thread
    --   atomic
    --   chrono
    --   date_time
    --   filesystem
    -- Boost include dir: /home/ubuntu/dev/ray/build/external/boost-install/include
    -- Boost libraries: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_regex.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_system.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_thread.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_atomic.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_chrono.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_date_time.a/home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_filesystem.a/usr/lib/x86_64-linux-gnu/libpthread.so
    Added static library dependency boost_system_static: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_system.a
    Added static library dependency boost_thread_static: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_thread.a
    Added static library dependency boost_filesystem_static: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_regex_static: /home/ubuntu/dev/ray/build/external/boost-install/lib/libboost_regex.a
    Added static library dependency double-conversion_static: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep/src/double-conversion_ep/lib/libdouble-conversion.a
    -- double-conversion include dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep/src/double-conversion_ep/include
    -- double-conversion static library: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep/src/double-conversion_ep/lib/libdouble-conversion.a
    -- GFlags include dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep/include
    -- GFlags static library: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
    Added static library dependency gflags_static: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
    -- RapidJSON include dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/src/rapidjson_ep/include
    -- Found the Flatbuffers library: /home/ubuntu/dev/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Flatbuffers include dir: /home/ubuntu/dev/ray/build/external/flatbuffers-install/include
    -- Flatbuffers compiler: /home/ubuntu/dev/ray/build/external/flatbuffers-install/bin/flatc
    -- Found hdfs.h at: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/thirdparty/hadoop/include/hdfs.h
    -- Checking for module 'zlib'
    --   Found zlib, version 1.2.8
    -- Found the ZLIB shared library: /usr/lib/x86_64-linux-gnu/libz.so
    Added shared library dependency zlib_shared: /usr/lib/x86_64-linux-gnu/libz.so
    Added static library dependency snappy_static: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/snappy_ep/src/snappy_ep-install/lib/libsnappy.a
    -- THRIFT_HOME:
    -- Thrift compiler/libraries NOT found:  (THRIFT_INCLUDE_DIR-NOTFOUND, THRIFT_STATIC_LIB-NOTFOUND). Looked in system search paths.
    -- Thrift include dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/include
    -- Thrift static library: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/lib/libthrift.a
    -- Thrift compiler: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/bin/thrift
    -- GLOG_HOME: /home/ubuntu/dev/ray/build/external/glog-install
    -- Found the GLog library: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
dmadeka commented 5 years ago
    -- Glog include dir: /home/ubuntu/dev/ray/build/external/glog-install/include
    -- Glog static library: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
    Added static library dependency glog_static: /home/ubuntu/dev/ray/build/external/glog-install/lib/libglog.a
    -- CMAKE_C_FLAGS: -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG   -Wall -msse4.2
    -- CMAKE_CXX_FLAGS:  -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG  -Wall -msse4.2
    -- Looking for backtrace
    -- Looking for backtrace - found
    -- backtrace facility detected in default set of libraries
    -- Found Backtrace: /usr/include
    -- Found PythonInterp: /home/ubuntu/anaconda3/bin/python (found version "3.6.5")
    -- Searching for Python libs in /home/ubuntu/anaconda3/lib64;/home/ubuntu/anaconda3/lib;/home/ubuntu/anaconda3/lib/python3.6/config-3.6m-x86_64-linux-gnu
    -- Looking for python3.6m
    -- Found Python lib /home/ubuntu/anaconda3/lib/libpython3.6m.so
    -- Found PythonLibs: /home/ubuntu/anaconda3/lib/libpython3.6m.so
    -- Found NumPy: version "1.14.5" /home/ubuntu/anaconda3/lib/python3.6/site-packages/numpy/core/include
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build
    [ 30%] Performing build step for 'arrow_ep'
    Scanning dependencies of target gen_plasma_fbs
    Scanning dependencies of target thrift_ep
    Scanning dependencies of target metadata_fbs
    Scanning dependencies of target snappy_ep
    Scanning dependencies of target double-conversion_ep
    Scanning dependencies of target gflags_ep
    Scanning dependencies of target rapidjson_ep
    [  1%] Running flatc compiler on /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/plasma/format/plasma.fbs;/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/plasma/format/common.fbs
    [  1%] Running flatc compiler on /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/format/Message.fbs;/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/format/File.fbs;/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/format/Schema.fbs;/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/format/Tensor.fbs;/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/ipc/feather.fbs
    [  1%] Creating directories for 'thrift_ep'
    [  2%] Creating directories for 'snappy_ep'
    [  2%] Creating directories for 'double-conversion_ep'
    [  3%] Creating directories for 'gflags_ep'
    [  4%] Creating directories for 'rapidjson_ep'
    [  4%] Built target gen_plasma_fbs
    [  4%] Built target metadata_fbs
    [  5%] Performing download step (download, verify and extract) for 'double-conversion_ep'
    [  5%] Performing download step (download, verify and extract) for 'snappy_ep'
    [  5%] Performing download step (download, verify and extract) for 'rapidjson_ep'
    [  5%] Performing download step (download, verify and extract) for 'gflags_ep'
    [  6%] Performing download step (download, verify and extract) for 'thrift_ep'
    Scanning dependencies of target plasma_objlib
    [  7%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/events.cc.o
    [  8%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/plasma.cc.o
    [  8%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/malloc.cc.o
    [  8%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o
    [  9%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o
    [  9%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/common.cc.o
    [ 10%] Building C object src/plasma/CMakeFiles/plasma_objlib.dir/thirdparty/ae/ae.c.o
    [ 10%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/eviction_policy.cc.o
    [ 11%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/fling.cc.o
    [ 12%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/protocol.cc.o
    -- snappy_ep download command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
    [ 13%] No update step for 'snappy_ep'
    [ 13%] No patch step for 'snappy_ep'
    [ 14%] Performing configure step for 'snappy_ep'
    -- thrift_ep download command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
    [ 14%] No patch step for 'thrift_ep'
    [ 15%] No update step for 'thrift_ep'
    [ 16%] Performing configure step for 'thrift_ep'
    -- gflags_ep download command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-download-*.log
    [ 17%] No update step for 'gflags_ep'
    [ 17%] No patch step for 'gflags_ep'
    [ 18%] Performing configure step for 'gflags_ep'
    Scanning dependencies of target arrow_python_objlib
    [ 19%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/common.cc.o
    [ 19%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/arrow_to_pandas.cc.o
    [ 19%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/config.cc.o
    [ 20%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/benchmark.cc.o
    [ 21%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/python_to_arrow.cc.o
    [ 22%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/inference.cc.o
    [ 22%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/init.cc.o
    [ 22%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/deserialize.cc.o
    [ 23%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_to_arrow.cc.o
    [ 24%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/io.cc.o
    [ 24%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_convert.cc.o
    [ 25%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/helpers.cc.o
    [ 26%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/serialize.cc.o
    [ 27%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/decimal.cc.o
    [ 27%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/pyarrow.cc.o
    -- rapidjson_ep download command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/src/rapidjson_ep-stamp/rapidjson_ep-download-*.log
    [ 28%] No patch step for 'rapidjson_ep'
    [ 29%] No update step for 'rapidjson_ep'
    [ 29%] No configure step for 'rapidjson_ep'
    [ 30%] No build step for 'rapidjson_ep'
    [ 30%] No install step for 'rapidjson_ep'
    [ 31%] Completed 'rapidjson_ep'
    [ 31%] Built target rapidjson_ep
    -- double-conversion_ep download command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-download-*.log
    [ 31%] No update step for 'double-conversion_ep'
    [ 32%] No patch step for 'double-conversion_ep'
    [ 33%] Performing configure step for 'double-conversion_ep'
    /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/python/serialize.cc: In function ‘arrow::Status arrow::py::Append(PyObject*, PyObject*, arrow::py::SequenceBuilder*, std::vector<_object*>*, std::vector<_object*>*, std::vector<_object*>*, std::vector<_object*>*, arrow::py::SerializedPyObject*)’:
    /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/python/serialize.cc:127:38: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bytes_.Append(data, length);
                                          ^
    /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/python/serialize.cc:535:13: note: ‘size’ was declared here
         int32_t size;
                 ^
    In file included from /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/builder.h:24:0,
                     from /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/python/serialize.cc:32:
    /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/array/builder_binary.h:66:66: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         return Append(reinterpret_cast<const uint8_t*>(value), length);
                                                                      ^
    /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/python/serialize.cc:541:13: note: ‘size’ was declared here
         int32_t size;
                 ^
    -- double-conversion_ep configure command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-configure-*.log
    [ 33%] Performing build step for 'double-conversion_ep'
    -- gflags_ep configure command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-configure-*.log
    [ 34%] Performing build step for 'gflags_ep'
    -- double-conversion_ep build command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-build-*.log
    [ 35%] Performing install step for 'double-conversion_ep'
    -- double-conversion_ep install command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-install-*.log
    [ 36%] Completed 'double-conversion_ep'
    [ 36%] Built target double-conversion_ep
    Scanning dependencies of target toolchain
    [ 36%] Built target toolchain
    CMake Error at /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-RELEASE.cmake:16 (message):
      Command failed: 1

       '/usr/bin/cmake' '-DZLIB_LIBRARY=/usr/lib/x86_64-linux-gnu/libz.so' '-DCMAKE_BUILD_TYPE=RELEASE' '-DCMAKE_CXX_FLAGS=-g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC' '-DCMAKE_C_FLAGS=-g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC' '-DCMAKE_INSTALL_PREFIX=/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install' '-DCMAKE_INSTALL_RPATH=/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/lib' '-DBUILD_SHARED_LIBS=OFF' '-DBUILD_TESTING=OFF' '-DBUILD_EXAMPLES=OFF' '-DBUILD_TUTORIALS=OFF' '-DWITH_QT4=OFF' '-DWITH_C_GLIB=OFF' '-DWITH_JAVA=OFF' '-DWITH_PYTHON=OFF' '-DWITH_HASKELL=OFF' '-DWITH_CPP=ON' '-DWITH_STATIC_LIB=ON' '-DWITH_LIBEVENT=OFF' '-DBOOST_ROOT=/home/ubuntu/dev/ray/build/external/boost-install' '-DBoost_NAMESPACE=boost' '-GUnix Makefiles' '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep'

      See also

        /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log

    CMakeFiles/thrift_ep.dir/build.make:106: recipe for target 'thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure' failed
    make[5]: *** [thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure] Error 1
    CMakeFiles/Makefile2:506: recipe for target 'CMakeFiles/thrift_ep.dir/all' failed
    make[4]: *** [CMakeFiles/thrift_ep.dir/all] Error 2
    make[4]: *** Waiting for unfinished jobs....
    -- snappy_ep configure command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
    [ 37%] Performing build step for 'snappy_ep'
    [ 37%] Built target plasma_objlib
    -- gflags_ep build command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build-*.log
    [ 38%] Performing install step for 'gflags_ep'
    -- gflags_ep install command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-install-*.log
    [ 38%] Completed 'gflags_ep'
    [ 38%] Built target gflags_ep
    -- snappy_ep build command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
    [ 39%] Performing install step for 'snappy_ep'
    -- snappy_ep install command succeeded.  See also /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
    [ 39%] Completed 'snappy_ep'
    [ 39%] Built target snappy_ep
    [ 39%] Built target arrow_python_objlib
    Makefile:138: recipe for target 'all' failed
    make[3]: *** [all] Error 2
    CMakeFiles/arrow_ep.dir/build.make:111: recipe for target 'external/arrow/src/arrow_ep-stamp/arrow_ep-build' failed
    make[2]: *** [external/arrow/src/arrow_ep-stamp/arrow_ep-build] Error 2
    CMakeFiles/Makefile2:332: recipe for target 'CMakeFiles/arrow_ep.dir/all' failed
    make[1]: *** [CMakeFiles/arrow_ep.dir/all] Error 2
    Makefile:138: recipe for target 'all' failed
    make: *** [all] Error 2
    /home/ubuntu/anaconda3/lib/python3.6/site-packages/setuptools/dist.py:507: UserWarning: Module Cython was already imported from /home/ubuntu/anaconda3/lib/python3.6/site-packages/Cython/__init__.py, but /home/ubuntu/dev/ray/python/.eggs/Cython-0.29.3-py3.6-linux-x86_64.egg is being added to sys.path
      pkg_resources.working_set.add(dist, replace=True)
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/home/ubuntu/dev/ray/python/setup.py", line 178, in <module>
        license="Apache 2.0")
      File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
        return distutils.core.setup(**attrs)
      File "/home/ubuntu/anaconda3/lib/python3.6/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/home/ubuntu/anaconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "/home/ubuntu/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/setuptools/command/develop.py", line 36, in run
        self.install_for_development()
      File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/setuptools/command/develop.py", line 136, in install_for_development
        self.run_command('build_ext')
      File "/home/ubuntu/anaconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/home/ubuntu/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/home/ubuntu/dev/ray/python/setup.py", line 79, in run
        subprocess.check_call(["../build.sh", "-p", sys.executable])
      File "/home/ubuntu/anaconda3/lib/python3.6/subprocess.py", line 291, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['../build.sh', '-p', '/home/ubuntu/anaconda3/bin/python']' returned non-zero exit status 2.
  Rolling back uninstall of ray
  Replacing /home/ubuntu/anaconda3/bin/ray
  Replacing /home/ubuntu/anaconda3/bin/rllib
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_actor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_get.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_put.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_queue.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_task.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmark_wait.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/__pycache__/benchmarks.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_actor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_get.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_put.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_queue.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_task.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmark_wait.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/benchmarks/benchmarks.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/INSTALLER
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/METADATA
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/RECORD
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/WHEEL
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/entry_points.txt
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray-0.5.3.dist-info/top_level.txt
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/WebUI.ipynb
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/actor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/gcs_utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/import_thread.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/log_monitor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/monitor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/profiling.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/ray_constants.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/remote_function.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/serialization.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/services.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/signature.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/__pycache__/worker.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/actor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/autoscaler.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/commands.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/docker.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/node_provider.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/tags.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/__pycache__/updater.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/autoscaler.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/config.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/__pycache__/node_provider.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/config.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/example-full.yaml
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/aws/node_provider.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/commands.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/docker.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/config.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/__pycache__/node_provider.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/config.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/example-full.yaml
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/gcp/node_provider.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/config.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/__pycache__/node_provider.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/config.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/local/node_provider.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/node_provider.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/tags.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/autoscaler/updater.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/__pycache__/cloudpickle.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/cloudpickle/cloudpickle.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/common/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/common/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ActorCreationNotification.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ActorTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/Arg.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ClassTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ClientTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ConfigTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/CustomSerializerData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/DriverTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/DriverTableMessage.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ErrorTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/FunctionTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/GcsTableEntry.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/HeartbeatTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/Language.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/LocalSchedulerInfoMessage.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ObjectInfo.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ObjectTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ProfileEvent.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ProfileTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/RayResource.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ResourcePair.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ResultTableReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SchedulingState.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SubscribeToDBClientTableReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/SubscribeToNotificationsReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TablePrefix.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TablePubsub.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskExecutionDependencies.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskInfo.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskLanguage.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskLeaseData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskReconstructionData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskTableData.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/TaskTableTestAndUpdate.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ActorCreationNotification.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ActorTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/Arg.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ClassTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ClientTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ConfigTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/CustomSerializerData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/DriverTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/DriverTableMessage.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ErrorTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/FunctionTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/GcsTableEntry.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/HeartbeatTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/Language.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/LocalSchedulerInfoMessage.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ObjectInfo.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ObjectTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ProfileEvent.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ProfileTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/RayResource.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ResourcePair.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/ResultTableReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SchedulingState.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SubscribeToDBClientTableReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/SubscribeToNotificationsReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TablePrefix.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TablePubsub.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskExecutionDependencies.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskInfo.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskLanguage.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskLeaseData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskReconstructionData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskTableData.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/TaskTableTestAndUpdate.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ForwardTaskRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/FreeObjectsRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/GetTaskReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/MessageType.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/PushErrorRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ReconstructObjects.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterClientReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterClientRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/RegisterNodeManagerRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/ResourceIdSetInfo.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/SubmitTaskRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/Task.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/TaskExecutionSpecification.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/WaitReply.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/WaitRequest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ForwardTaskRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/FreeObjectsRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/GetTaskReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/MessageType.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/PushErrorRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ReconstructObjects.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterClientReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterClientRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/RegisterNodeManagerRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/ResourceIdSetInfo.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/SubmitTaskRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/Task.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/TaskExecutionSpecification.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/WaitReply.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/WaitRequest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/generated/ray/protocol/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/catapult_files/index.html
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/catapult_files/trace_viewer_full.html
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/common/redis_module/libray_redis_module.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/common/thirdparty/redis/src/redis-server
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/global_scheduler/global_scheduler
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/liblocal_scheduler_library_python.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/local_scheduler/local_scheduler
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/numbuf/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/numbuf/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/plasma_manager
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/plasma/plasma_store_server
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/ray/raylet/raylet
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/core/src/ray/raylet/raylet_monitor
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/dataframe/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/dataframe/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/api.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/features.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/gcs_flush_policy.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/internal_kv.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/named_actors.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/queue.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/state.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/tfutils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/__pycache__/ui.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/api.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/core.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/linalg.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/__pycache__/random.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/core.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/linalg.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/distributed/random.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/core.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/linalg.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/__pycache__/random.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/core.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/linalg.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/array/remote/random.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/features.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/gcs_flush_policy.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/internal_kv.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/named_actors.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/queue.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/modified_allreduce.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/sgd.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/test_sgd.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/__pycache__/util.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/modified_allreduce.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/sgd.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/test_sgd.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/convnet_builder.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/model.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/model_config.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/resnet_model.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/__pycache__/test_model.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/convnet_builder.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/model.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/model_config.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/resnet_model.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/tfbench/test_model.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/sgd/util.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/state.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/tfutils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/experimental/ui.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/gcs_utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/__pycache__/global_scheduler_services.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/global_scheduler/global_scheduler_services.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/import_thread.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/__pycache__/internal_api.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/internal/internal_api.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/__pycache__/local_scheduler_services.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/local_scheduler/local_scheduler_services.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/log_monitor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/monitor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/plasma.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/plasma.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/plasma/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/profiling.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__init__.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/_generated_version.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/benchmark.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/compat.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/cuda.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/feather.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/filesystem.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/formatting.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/hdfs.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/ipc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/jvm.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/orc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/pandas_compat.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/parquet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/plasma.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/serialization.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/types.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/__pycache__/util.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_cuda.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_cuda.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_generated_version.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_orc.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_orc.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.cpp
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_parquet.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.cpp
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.cpython-36m-x86_64-linux-gnu.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/_plasma.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/array.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/benchmark.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/benchmark.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/builder.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/compat.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/cuda.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/error.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/feather.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/feather.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/filesystem.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/formatting.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/hdfs.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/adapters/tensorflow/convert.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/allocator.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/array.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/buffer.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/builder.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compare.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/context.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernel.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/boolean.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/cast.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/hash.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/buffered.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/file.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/hdfs.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/interfaces.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/memory.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/io/readahead.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/dictionary.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/feather.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/json.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/message.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/reader.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/ipc/writer.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/memory_pool.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/pretty_print.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/arrow_to_pandas.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/benchmark.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/common.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/config.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/decimal.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/deserialize.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/helpers.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/inference.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/init.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/io.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/iterators.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_convert.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_interop.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/numpy_to_arrow.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/platform.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/pyarrow.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/python_to_arrow.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/serialize.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/python/type_traits.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/record_batch.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/status.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/stl.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/table.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/table_builder.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/tensor.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/test-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type_fwd.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/type_traits.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bit-stream-utils.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bit-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/bpacking.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/checked_cast.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compiler-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_brotli.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_lz4.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_snappy.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_zlib.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/compression_zstd.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/cpu-info.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/decimal.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/hash-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/hash.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/io-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/key_value_metadata.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/lazy.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/logging.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/macros.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/memory.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/optional.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/parallel.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/parsing.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/recursive_wrapper.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/rle-encoding.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/sse-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/stl.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/string.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/thread-pool.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/type_traits.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/optional.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/recursive_wrapper.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_cast.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_io.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_visitor.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_cast.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_io.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/variant_visitor.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/visibility.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/util/windows_compatibility.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/visitor.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/arrow/visitor_inline.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/client.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/common.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/compat.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/events.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/include/plasma/test-util.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/__init__.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/common.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/libarrow.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/includes/libarrow_cuda.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/io-hdfs.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/io.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/ipc.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/ipc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/jvm.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.cpp
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.pxd
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/lib_api.h
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow.so.11
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow_python.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libarrow_python.so.11
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libparquet.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libparquet.so.11
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libplasma.so
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/libplasma.so.11
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/memory.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/orc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/pandas_compat.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/parquet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/plasma.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/plasma_store_server
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/public-api.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/scalar.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/serialization.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/serialization.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/table.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tensorflow/plasma_op.cc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/conftest.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/deserialize_buffer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/pandas_examples.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_array.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_builder.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_convert_builtin.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_convert_pandas.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_cuda.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_cython.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_deprecations.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_feather.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_hdfs.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_io.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_ipc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_jvm.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_misc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_orc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_parquet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_plasma.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_plasma_tf_op.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_scalars.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_schema.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_serialization.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_table.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_tensor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/test_types.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/__pycache__/util.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/conftest.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/README.md
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.orc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/decimal.jsn.gz
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/orc/decimal.orc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.parquet
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/deserialize_buffer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/pandas_examples.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/pyarrow_cython_example.pyx
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_array.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_builder.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_convert_builtin.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_convert_pandas.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_cuda.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_cython.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_deprecations.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_feather.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_hdfs.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_io.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_ipc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_jvm.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_misc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_orc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_parquet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_plasma.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_plasma_tf_op.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_scalars.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_schema.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_serialization.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_table.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_tensor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/test_types.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tests/util.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/types.pxi
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/types.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/util.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/ray_constants.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/remote_function.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/rollout.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/scripts.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/__pycache__/train.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/__pycache__/agent.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a2c.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c_tf_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/__pycache__/a3c_torch_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a2c.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c_tf_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/a3c/a3c_torch_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/agent.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/ars.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/optimizers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/policies.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/ars.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/optimizers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/policies.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ars/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/bc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/bc_evaluator.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/experience_dataset.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/__pycache__/policy.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/bc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/bc_evaluator.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/experience_dataset.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/bc/policy.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/apex.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/ddpg.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/__pycache__/ddpg_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/apex.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/common/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/common/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/ddpg.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ddpg/ddpg_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/apex.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/dqn.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/__pycache__/dqn_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/apex.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/__pycache__/wrappers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/common/wrappers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/dqn.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/dqn/dqn_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/es.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/optimizers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/policies.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/tabular_logger.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/es.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/optimizers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/policies.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/tabular_logger.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/es/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/impala.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/vtrace.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/__pycache__/vtrace_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/impala.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/vtrace.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/impala/vtrace_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/pg.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/__pycache__/pg_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/pg.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/pg/pg_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/ppo.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/ppo_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/rollout.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/ppo.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/ppo_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/rollout.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/agents/ppo/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/async_vector_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/atari_wrappers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/env_context.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/multi_agent_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/serving_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/__pycache__/vector_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/async_vector_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/atari_wrappers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/env_context.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/multi_agent_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/serving_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/env/vector_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/episode.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/interface.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/keras_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/metrics.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/policy_evaluator.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/postprocessing.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/sample_batch.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/sampler.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/tf_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/__pycache__/torch_policy_graph.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/episode.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/interface.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/keras_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/metrics.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/policy_evaluator.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/postprocessing.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/sample_batch.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/sampler.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/tf_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/evaluation/torch_policy_graph.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/cartpole_lstm.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/multiagent_cartpole.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/__pycache__/multiagent_two_trainers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/cartpole_lstm.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_mountaincar.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_mountaincar_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_pendulum.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/__pycache__/multiagent_pendulum_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_mountaincar.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_mountaincar_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_pendulum.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/legacy_multiagent/multiagent_pendulum_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/multiagent_cartpole.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/examples/multiagent_two_trainers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/action_dist.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/catalog.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/fcnet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/lstm.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/misc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/model.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/multiagentfcnet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/preprocessors.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/__pycache__/visionnet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/action_dist.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/catalog.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/fcnet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/lstm.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/misc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/model.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/multiagentfcnet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/preprocessors.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/fcnet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/misc.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/model.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/__pycache__/visionnet.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/fcnet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/misc.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/model.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/pytorch/visionnet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/models/visionnet.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_gradients_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_replay_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/async_samples_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/multi_gpu_impl.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/multi_gpu_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/policy_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/replay_buffer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/segment_tree.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/sync_replay_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/__pycache__/sync_samples_optimizer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_gradients_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_replay_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/async_samples_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/multi_gpu_impl.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/multi_gpu_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/policy_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/replay_buffer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/segment_tree.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/sync_replay_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/optimizers/sync_samples_optimizer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/rollout.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/scripts.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/mock_evaluator.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_catalog.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_checkpoint_restore.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_evaluators.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_filters.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_local.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_lstm.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_multi_agent_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_optimizers.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_policy_evaluator.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_serving_env.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/__pycache__/test_supported_spaces.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/mock_evaluator.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_catalog.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_checkpoint_restore.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_evaluators.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_filters.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_local.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_lstm.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_multi_agent_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_optimizers.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_policy_evaluator.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_serving_env.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/test/test_supported_spaces.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/train.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/actors.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/compression.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/error.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/explained_variance.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/filter.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/filter_manager.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/policy_client.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/policy_server.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/reshaper.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/schedules.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/seed.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/tf_run_builder.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/timer.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/__pycache__/window_stat.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/actors.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/compression.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/error.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/explained_variance.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/filter.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/filter_manager.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/policy_client.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/policy_server.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/reshaper.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/schedules.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/seed.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/tf_run_builder.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/timer.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/rllib/utils/window_stat.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/__pycache__/scripts.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/scripts/scripts.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/serialization.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/services.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/signature.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_global_state.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_queue.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/__pycache__/test_utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_global_state.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_queue.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/test/test_utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/cluster_info.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/config_parser.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/error.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/experiment.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/function_runner.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/log_sync.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/logger.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/ray_trial_executor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/registry.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/result.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trainable.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial_executor.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/trial_runner.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/tune.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/util.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/visual_utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/__pycache__/web_server.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/genetic_searcher.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/search_policy.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/__pycache__/search_space.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/genetic_searcher.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/search_policy.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automl/search_space.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/manage.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/run.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/__pycache__/settings.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/__pycache__/collector.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/backend/collector.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/exception.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/__pycache__/utils.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/exception.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/common/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/query.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/urls.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/view.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/__pycache__/wsgi.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/query.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/urls.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/view.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/frontend/wsgi.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/manage.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/apps.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/__pycache__/models.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/apps.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/models/models.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/run.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/automlboard/settings.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/cluster_info.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/config_parser.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/error.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/experiment.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/function_runner.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/log_sync.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/logger.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/registry.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/result.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/async_hyperband.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/hyperband.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/median_stopping_rule.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/pbt.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/__pycache__/trial_scheduler.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/async_hyperband.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/hyperband.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/median_stopping_rule.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/pbt.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/schedulers/trial_scheduler.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/basic_variant.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/hyperopt.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/search.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/suggestion.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/__pycache__/variant_generator.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/basic_variant.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/hyperopt.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/search.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/suggestion.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/suggest/variant_generator.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trainable.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_executor.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_runner.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/tune.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/util.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/visual_utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/web_server.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/utils.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/worker.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__init__.py
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__pycache__/__init__.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/__pycache__/default_worker.cpython-36.pyc
  Replacing /home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/workers/default_worker.py
Cleaning up...
Command "/home/ubuntu/anaconda3/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/dev/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/dev/ray/python/
Exception information:
Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/basecommand.py", line 228, in main
    status = self.run(options, args)
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 335, in run
    use_user_site=options.use_user_site,
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/req/__init__.py", line 49, in install_given_reqs
    **kwargs
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 738, in install
    install_options, global_options, prefix=prefix,
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 900, in install_editable
    show_stdout=False,
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pip/_internal/utils/misc.py", line 698, in call_subprocess
    % (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "/home/ubuntu/anaconda3/bin/python -c "import setuptools, tokenize;__file__='/home/ubuntu/dev/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /home/ubuntu/dev/ray/python/
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Looking up "https://pypi.org/simple/pip/" in the cache
Current age based on date: 144062
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
Starting new HTTPS connection (1): pypi.org
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 10344
Updating cache with response from "https://pypi.org/simple/pip/"
Caching due to etag
Analyzing links from page https://pypi.org/simple/pip/
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl#sha256=249ab0de4c1cef3dba4cf3f8cca722a07fc447b1692acd9f84e19c646db04c9a (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz#sha256=c82bf8bc00c5732f0dd49ac1dea79b6242a1bd42a5012e308ed4f04369b17e54 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
You are using pip version 10.0.1, however version 19.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
dmadeka commented 5 years ago

Checking the thrift logs:

ubuntu@ip-172-31-24-184:~/dev/ray/python$ cat         /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find FLEX (missing: FLEX_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.5/Modules/FindFLEX.cmake:230 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  compiler/cpp/CMakeLists.txt:32 (find_package)

-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Parsed Thrift package version: 0.11.0
-- Parsed Thrift version: 0.11.0 (0.1.0)
-- Setting C++11 as the default language level.
-- To specify a different C++ language level, set CMAKE_CXX_STANDARD
-- libevent NOT found.
-- Could NOT find RUN_HASKELL (missing:  RUN_HASKELL) 
-- Could NOT find CABAL (missing:  CABAL) 
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sched.h
-- Looking for sched.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for sched_get_priority_max
-- Looking for sched_get_priority_max - found
-- Looking for sched_get_priority_min
-- Looking for sched_get_priority_min - found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Building without tests
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeOutput.log".
See also "/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeError.log".
dmadeka commented 5 years ago

Checking CMake Error Log:

ubuntu@ip-172-31-24-184:~/dev/ray/python$ cat /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeError.log
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_081a6/fast"
make[6]: Entering directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_081a6.dir/build.make CMakeFiles/cmTC_081a6.dir/build
make[7]: Entering directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_081a6.dir/CheckSymbolExists.c.o
/usr/bin/cc    -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC    -o CMakeFiles/cmTC_081a6.dir/CheckSymbolExists.c.o   -c /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_081a6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_081a6.dir/link.txt --verbose=1
/usr/bin/cc  -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC     CMakeFiles/cmTC_081a6.dir/CheckSymbolExists.c.o  -o cmTC_081a6 -rdynamic 
CMakeFiles/cmTC_081a6.dir/CheckSymbolExists.c.o: In function `main':
/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_081a6.dir/build.make:97: recipe for target 'cmTC_081a6' failed
make[7]: *** [cmTC_081a6] Error 1
make[7]: Leaving directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_081a6/fast' failed
make[6]: *** [cmTC_081a6/fast] Error 2
make[6]: Leaving directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'

File /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e09b5/fast"
make[6]: Entering directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_e09b5.dir/build.make CMakeFiles/cmTC_e09b5.dir/build
make[7]: Entering directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e09b5.dir/CheckFunctionExists.c.o
/usr/bin/cc    -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTC_e09b5.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_e09b5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e09b5.dir/link.txt --verbose=1
/usr/bin/cc  -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG -O3 -DNDEBUG -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTC_e09b5.dir/CheckFunctionExists.c.o  -o cmTC_e09b5 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_e09b5.dir/build.make:97: recipe for target 'cmTC_e09b5' failed
make[7]: *** [cmTC_e09b5] Error 1
make[7]: Leaving directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e09b5/fast' failed
make[6]: *** [cmTC_e09b5/fast] Error 2
make[6]: Leaving directory '/home/ubuntu/dev/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-build/CMakeFiles/CMakeTmp'
dmadeka commented 5 years ago

@ericl Is this a known issue? Or a trivial one - im not sure, google didnt seem to help

dmadeka commented 5 years ago

Fixed with the change outlined here - https://github.com/ray-project/ray/issues/1553