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

Installation issue after build from source #3186

Closed rnunziata closed 5 years ago

rnunziata commented 5 years ago

after pip install -e .

Installing collected packages: ray
  Found existing installation: ray 0.5.3
    Uninstalling ray-0.5.3:
      Successfully uninstalled ray-0.5.3
  Running setup.py develop for ray
Successfully installed ray

/home/rjn/projects/RL/ray/python/ray/rllib/train.py --run=IMPALA --config-file=my.yaml

Traceback (most recent call last): File "/home/rjn/projects/RL/ray/python/ray/rllib/train.py", line 10, in import ray File "/home/rjn/projects/RL/ray/python/ray/init.py", line 51, in from ray.worker import (error_info, init, connect, disconnect, get, put, wait, File "/home/rjn/projects/RL/ray/python/ray/worker.py", line 23, in import ray.experimental.state as state File "/home/rjn/projects/RL/ray/python/ray/experimental/init.py", line 6, in from .features import ( File "/home/rjn/projects/RL/ray/python/ray/experimental/features.py", line 6, in from ray.utils import binary_to_hex File "/home/rjn/projects/RL/ray/python/ray/utils.py", line 17, in import ray.gcs_utils File "/home/rjn/projects/RL/ray/python/ray/gcs_utils.py", line 16, in from ray.core.generated.ray.protocol.Task import Task ImportError: No module named ray.protocol.Task

>>  Note Task.py only in build lib and source ... 

>>  sudo find . / -name Task.py | grep ray
>> Note it is only in build under the ray source build directory

/home/rjn/projects/RL/ray/python/build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/Task.py /home/rjn/projects/RL/ray/python/ray/core/generated/ray/protocol/Task.py


>>  How do I get the install to put it in s/python2.7/site-packages; maybe I miss something in directions.

>> If I run (make install) in the build directory I get this error:

CMake Error at src/ray/object_manager/cmake_install.cmake:36 (file): file INSTALL cannot find "/home/rjn/projects/RL/ray/src/ray/object_manager/object_manager". Call Stack (most recent call first): src/ray/cmake_install.cmake:84 (include) cmake_install.cmake:37 (include)

robertnishihara commented 5 years ago

I suspect there were some error messages earlier on during the installation. Can you share the full output and see if there were any errors earlier on?

rnunziata commented 5 years ago
I deleted ray and re cloned it and ran install:
Here is the output...I still get Task not found.

 sudo pip install -e . --verbose
[sudo] password for rjn: 
The directory '/home/rjn/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Created temporary directory: /tmp/pip-ephem-wheel-cache-fggTUs
The directory '/home/rjn/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Created temporary directory: /tmp/pip-req-tracker-u2p7Kx
Created requirements tracker '/tmp/pip-req-tracker-u2p7Kx'
Created temporary directory: /tmp/pip-install-h0Kiee
Obtaining file:///home/rjn/projects/RL/ray/python
  Added file:///home/rjn/projects/RL/ray/python to build tracker '/tmp/pip-req-tracker-u2p7Kx'
  Running setup.py (path:/home/rjn/projects/RL/ray/python/setup.py) egg_info for package from file:///home/rjn/projects/RL/ray/python
    Running command python setup.py egg_info
    /home/rjn/.local/lib/python2.7/site-packages/setuptools/dist.py:517: UserWarning: Module Cython was already imported from /home/rjn/.local/lib/python2.7/site-packages/Cython/__init__.pyc, but /home/rjn/projects/RL/ray/python/.eggs/Cython-0.27.3-py2.7-linux-x86_64.egg is being added to sys.path
      pkg_resources.working_set.add(dist, replace=True)
    running egg_info
    creating ray.egg-info
    writing requirements to ray.egg-info/requires.txt
    writing ray.egg-info/PKG-INFO
    writing top-level names to ray.egg-info/top_level.txt
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.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'
  Source in /home/rjn/projects/RL/ray/python has version 0.5.3, which satisfies requirement ray==0.5.3 from file:///home/rjn/projects/RL/ray/python
  Removed ray==0.5.3 from file:///home/rjn/projects/RL/ray/python from build tracker '/tmp/pip-req-tracker-u2p7Kx'
Requirement already satisfied: numpy in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (1.15.3)
Requirement already satisfied: funcsigs in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (1.0.2)
Requirement already satisfied: click in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (7.0)
Requirement already satisfied: colorama in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (0.4.0)
Requirement already satisfied: pytest in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (3.9.3)
Requirement already satisfied: pyyaml in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (3.13)
Requirement already satisfied: redis in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (2.10.6)
Requirement already satisfied: six>=1.0.0 in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (1.11.0)
Requirement already satisfied: flatbuffers in /home/rjn/.local/lib/python2.7/site-packages (from ray==0.5.3) (1.10)
Requirement already satisfied: atomicwrites>=1.0 in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (1.2.1)
Requirement already satisfied: py>=1.5.0 in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (1.7.0)
Requirement already satisfied: pluggy>=0.7 in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (0.8.0)
Requirement already satisfied: setuptools in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (40.5.0)
Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (2.3.2)
Requirement already satisfied: more-itertools>=4.0.0 in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (4.3.0)
Requirement already satisfied: attrs>=17.4.0 in /home/rjn/.local/lib/python2.7/site-packages (from pytest->ray==0.5.3) (18.2.0)
Requirement already satisfied: scandir; python_version < "3.5" in /home/rjn/.local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest->ray==0.5.3) (1.9.0)
Installing collected packages: ray
  Running setup.py develop for ray
    Running command /usr/bin/python -c "import setuptools, tokenize;__file__='/home/rjn/projects/RL/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
    /home/rjn/.local/lib/python2.7/site-packages/setuptools/dist.py:517: UserWarning: Module Cython was already imported from /home/rjn/.local/lib/python2.7/site-packages/Cython/__init__.pyc, but /home/rjn/projects/RL/ray/python/.eggs/Cython-0.27.3-py2.7-linux-x86_64.egg is being added to sys.path
      pkg_resources.working_set.add(dist, replace=True)
    running develop
    running egg_info
    writing requirements to ray.egg-info/requires.txt
    writing ray.egg-info/PKG-INFO
    writing top-level names to ray.egg-info/top_level.txt
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.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/rjn/projects/RL/ray
    ++ uname
    + unamestr=Linux
    + [[ Linux == \L\i\n\u\x ]]
    ++ nproc
    + PARALLEL=8
    + 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=/usr/bin/python
    + shift
    + shift
    + [[ 0 > 0 ]]
    + [[ -z /usr/bin/python ]]
    + echo 'Using Python executable /usr/bin/python.'
    Using Python executable /usr/bin/python.
    + RAY_BUILD_PYTHON=YES
    + RAY_BUILD_JAVA=NO
    + bash /home/rjn/projects/RL/ray/setup_thirdparty.sh /usr/bin/python
    + set -e
    +++ dirname /home/rjn/projects/RL/ray/setup_thirdparty.sh
    ++ cd /home/rjn/projects/RL/ray
    ++ pwd
    + ROOT_DIR=/home/rjn/projects/RL/ray
    + [[ -z /usr/bin/python ]]
    + PYTHON_EXECUTABLE=/usr/bin/python
    + echo 'Using Python executable /usr/bin/python.'
    Using Python executable /usr/bin/python.
    + RAY_BUILD_PYTHON=YES
    + RAY_BUILD_JAVA=NO
    + /home/rjn/projects/RL/ray/thirdparty/scripts/setup.sh /usr/bin/python
    + set -e
    +++ dirname /home/rjn/projects/RL/ray/thirdparty/scripts/setup.sh
    ++ cd /home/rjn/projects/RL/ray/thirdparty/scripts
    ++ pwd
    + TP_SCRIPT_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts
    + TP_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts/..
    + mkdir -p /home/rjn/projects/RL/ray/thirdparty/scripts/../build
    + mkdir -p /home/rjn/projects/RL/ray/thirdparty/scripts/../pkg
    + [[ -z /usr/bin/python ]]
    + PYTHON_EXECUTABLE=/usr/bin/python
    + echo 'Using Python executable /usr/bin/python.'
    Using Python executable /usr/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/rjn/projects/RL/ray/thirdparty/scripts/build_redis.sh
    + set -e
    +++ dirname /home/rjn/projects/RL/ray/thirdparty/scripts/build_redis.sh
    ++ cd /home/rjn/projects/RL/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts/../
    + '[' '!' -f /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/redis/src/redis-server ']'
    + redis_vname=4.0-rc2
    + '[' '!' -f /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/redis/utils/whatisdoing.sh ']'
    + mkdir -p /home/rjn/projects/RL/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/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/redis
    + pushd /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/redis
    ~/projects/RL/ray/thirdparty/pkg/redis ~/projects/RL/ray/python
    + make
    cd src && make all
    make[1]: Entering directory '/home/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/ray/thirdparty/pkg/redis/deps/hiredis'
    MAKE linenoise
    cd linenoise && make
    make[3]: Entering directory '/home/rjn/projects/RL/ray/thirdparty/pkg/redis/deps/linenoise'
    cc  -Wall -Os -g  -c linenoise.c
    make[3]: Leaving directory '/home/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/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... false
    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           : false
    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/rjn/projects/RL/ray/thirdparty/pkg/redis/deps/jemalloc/
    objroot            :
    abs_objroot        : /home/rjn/projects/RL/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/rjn/projects/RL/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/rjn/projects/RL/ray/thirdparty/pkg/redis/deps/jemalloc'
    make[2]: Leaving directory '/home/rjn/projects/RL/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/rjn/projects/RL/ray/thirdparty/pkg/redis/src'
    + popd
    ~/projects/RL/ray/python
    + bash /home/rjn/projects/RL/ray/thirdparty/scripts/build_credis.sh
    + set -e
    +++ dirname /home/rjn/projects/RL/ray/thirdparty/scripts/build_credis.sh
    ++ cd /home/rjn/projects/RL/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts/../
    + ROOT_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts/..//..
    ++ uname
    + '[' Linux == Darwin ']'
    + BUILD_LEVELDB_CONFIG=-DBUILD_SHARED_LIBS=on
    + [[ '' = \o\n ]]
    + bash /home/rjn/projects/RL/ray/thirdparty/scripts/build_ui.sh
    + set -e
    +++ dirname /home/rjn/projects/RL/ray/thirdparty/scripts/build_ui.sh
    ++ cd /home/rjn/projects/RL/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/home/rjn/projects/RL/ray/thirdparty/scripts/../
    + CATAPULT_COMMIT=18cd334755701cf0c3b90b7172126c686d2eb787
    + CATAPULT_HOME=/home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult
    + VULCANIZE_BIN=/home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/vulcanize_trace_viewer
    + CATAPULT_FILES=/home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files
    + mkdir -p /home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files
    + [[ '' == \0 ]]
    + type python2
    + [[ ! -d /home/rjn/projects/RL/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/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult
    + break
    + REBUILD=off
    + pushd /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult
    ~/projects/RL/ray/thirdparty/pkg/catapult ~/projects/RL/ray/python
    ++ git rev-parse HEAD
    + '[' 18cd334755701cf0c3b90b7172126c686d2eb787 '!=' 18cd334755701cf0c3b90b7172126c686d2eb787 ']'
    + popd
    ~/projects/RL/ray/python
    + [[ ! -f /home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files/index.html ]]
    + python2 /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/vulcanize_trace_viewer --config chrome --output /home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files/trace_viewer_full.html
    Writing output to /home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files/trace_viewer_full.html
    + cp /home/rjn/projects/RL/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/index.html /home/rjn/projects/RL/ray/thirdparty/scripts/..//../build/src/catapult_files/index.html
    + BUILD_DIR=/home/rjn/projects/RL/ray/build/
    + '[' '!' -d /home/rjn/projects/RL/ray/build/ ']'
    + pushd /home/rjn/projects/RL/ray/build/
    ~/projects/RL/ray/build ~/projects/RL/ray/python
    + make clean
    make: *** No rule to make target 'clean'.  Stop.
    + true
    + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_RAY_LANG_JAVA=NO -DCMAKE_RAY_LANG_PYTHON=YES -DRAY_USE_NEW_GCS= -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python /home/rjn/projects/RL/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/rjn/projects/RL/ray/build/external/googletest-install/include
    -- GTest static library: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest.a
    -- GTest static main library: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest_main.a
    -- GMock static main library: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgmock_main.a
    Added static library dependency gtest: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest.a
    Added static library dependency gtest_main: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest_main.a
    Added static library dependency gmock_main: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgmock_main.a
    -- Starting to build glog
    -- Glog home: /home/rjn/projects/RL/ray/build/external/glog-install
    -- Glog include dir: /home/rjn/projects/RL/ray/build/external/glog-install/include
    -- Glog static lib: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    Added static library dependency glog: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    -- Boost root: /home/rjn/projects/RL/ray/build/external/boost-install
    -- Boost include dir: /home/rjn/projects/RL/ray/build/external/boost-install/include
    -- Boost system library: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_system.a
    -- Boost filesystem library: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_system: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_system.a
    Added static library dependency boost_filesystem: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_filesystem.a
    -- Flatbuffers home: /home/rjn/projects/RL/ray/build/external/flatbuffers-install
    -- Flatbuffers include dir: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include
    -- Flatbuffers static library: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/bin/flatc
    Added static library dependency flatbuffers: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
    -- PYTHON_EXECUTABLE for arrow: /usr/bin/python
    -- ARROW_CMAKE_ARGS: -DCMAKE_BUILD_TYPE:STRING=Release;-DCMAKE_INSTALL_PREFIX=/home/rjn/projects/RL/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=/usr/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/rjn/projects/RL/ray/build/external/flatbuffers-install;-DBOOST_ROOT=/home/rjn/projects/RL/ray/build/external/boost-install;-DGLOG_HOME=/home/rjn/projects/RL/ray/build/external/glog-install;-DARROW_WITH_THRIFT=ON;-DARROW_PARQUET=ON;-DARROW_WITH_ZLIB=ON
    -- Arrow home: /home/rjn/projects/RL/ray/build/external/arrow-install
    -- Arrow source dir: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep
    -- Arrow include dir: /home/rjn/projects/RL/ray/build/external/arrow-install/include
    -- Arrow static library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.a
    -- Arrow shared library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    Added static library dependency arrow: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.a
    -- Plasma include dir: /home/rjn/projects/RL/ray/build/external/arrow-install/include
    -- Plasma static library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.a
    -- Plasma shared library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    Added static library dependency plasma: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.a
    -- PYTHON_EXECUTABLE for pyarrow: /usr/bin/python
    -- Found NumPy: /home/rjn/.local/lib/python2.7/site-packages/numpy/core/include (found version "1.15.3")
    -- NumPy ver. 1.15.3 found (include: /home/rjn/.local/lib/python2.7/site-packages/numpy/core/include)
    -- PYTHON_INCLUDE_DIRS: /usr/include/python2.7
    -- Using PYTHON_EXECUTABLE: /usr/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /usr/include/python2.7
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build
    + make -j8
    Scanning dependencies of target copy_redis
    Scanning dependencies of target boost_ep
    Scanning dependencies of target googletest_ep
    Scanning dependencies of target glog_ep
    Scanning dependencies of target flatbuffers_ep
    [  1%] Creating directories for 'boost_ep'
    [  3%] Creating directories for 'flatbuffers_ep'
    [  3%] Creating directories for 'googletest_ep'
    [  4%] Creating directories for 'glog_ep'
    [  4%] Built target copy_redis
    [  5%] Performing download step (download, verify and extract) for 'boost_ep'
    [  6%] Performing download step (download, verify and extract) for 'glog_ep'
    [  7%] Performing download step (download, verify and extract) for 'googletest_ep'
    -- downloading...
         src='http://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/boost/src/boost_1_65_1.tar.gz'
         timeout='none'
    [  8%] Performing download step (download, verify and extract) for 'flatbuffers_ep'
    -- downloading...
         src='https://github.com/google/glog/archive/v0.3.5.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/glog/src/v0.3.5.tar.gz'
         timeout='none'
    -- downloading...
         src='https://github.com/google/googletest/archive/release-1.8.0.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/googletest/src/release-1.8.0.tar.gz'
         timeout='none'
    -- downloading...
         src='https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/flatbuffers/src/v1.9.0.tar.gz'
         timeout='none'
    -- [download 0% complete]
    -- [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 6% complete]
    -- [download 7% complete]
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% 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 3% complete]
    -- [download 19% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 6% 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 7% complete]
    -- [download 8% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 1% 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 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 2% 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 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 75% complete]
    -- [download 76% complete]
    -- [download 26% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 27% complete]
    -- [download 79% complete]
    -- [download 80% complete]
    -- [download 28% complete]
    -- [download 81% complete]
    -- [download 82% complete]
    -- [download 29% 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 30% complete]
    -- [download 3% 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 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- downloading... done
    -- [download 4% complete]
    -- verifying file...
         file='/home/rjn/projects/RL/ray/build/external/glog/src/v0.3.5.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/rjn/projects/RL/ray/build/external/glog/src/v0.3.5.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/glog/src/glog_ep'
    -- extracting... [tar xfz]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    -- [download 5% complete]
    [  9%] No patch step for 'glog_ep'
    [  9%] No update step for 'glog_ep'
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    [ 10%] Performing configure step for 'glog_ep'
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 2% complete]
    -- The C compiler identification is GNU 5.4.0
    -- [download 51% complete]
    -- [download 54% complete]
    -- [download 56% complete]
    -- [download 59% complete]
    -- [download 61% complete]
    -- [download 63% complete]
    -- [download 66% complete]
    -- [download 68% complete]
    -- [download 8% complete]
    -- [download 71% complete]
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working C compiler: /usr/bin/cc
    -- [download 73% complete]
    -- [download 75% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 78% complete]
    -- [download 80% complete]
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- [download 83% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 85% complete]
    -- [download 87% complete]
    -- [download 90% complete]
    -- Detecting C compiler ABI info - done
    -- [download 92% complete]
    -- Detecting C compile features
    -- [download 13% complete]
    -- [download 95% complete]
    -- [download 97% complete]
    -- [download 14% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- downloading... done
    -- verifying file...
         file='/home/rjn/projects/RL/ray/build/external/flatbuffers/src/v1.9.0.tar.gz'
    -- verifying file... done
    -- [download 15% complete]
    -- extracting...
         src='/home/rjn/projects/RL/ray/build/external/flatbuffers/src/v1.9.0.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/flatbuffers/src/flatbuffers_ep'
    -- extracting... [tar xfz]
    -- [download 16% complete]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    -- [download 17% complete]
    [ 10%] No patch step for 'flatbuffers_ep'
    [ 11%] No update step for 'flatbuffers_ep'
    [ 12%] Performing configure step for 'flatbuffers_ep'
    -- [download 18% complete]
    -- [download 3% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- The C compiler identification is GNU 5.4.0
    -- [download 21% complete]
    -- [download 22% complete]
    -- The CXX compiler identification is GNU 5.4.0
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Check for working C compiler: /usr/bin/cc
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- [download 26% complete]
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- [download 27% complete]
    -- [download 28% complete]
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 4% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Detecting CXX compile features - done
    -- Looking for pthread.h
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Looking for pthread.h - found
    -- [download 39% complete]
    -- Looking for pthread_create
    -- [download 40% complete]
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- [download 41% complete]
    -- [download 42% complete]
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- [download 43% complete]
    -- [download 5% complete]
    -- [download 44% complete]
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Looking for dlfcn.h
    -- [download 45% complete]
    -- Looking for dlfcn.h - found
    -- Looking for execinfo.h
    -- [download 46% complete]
    -- [download 47% complete]
    -- Looking for execinfo.h - found
    -- Looking for glob.h
    -- [download 48% complete]
    -- Detecting CXX compile features - done
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/flatbuffers/src/flatbuffers_ep-build
    -- [download 49% complete]
    [ 13%] Performing build step for 'flatbuffers_ep'
    -- Looking for glob.h - found
    -- Looking for inttypes.h
    Scanning dependencies of target flathash
    Scanning dependencies of target flatbuffers
    -- [download 50% complete]
    [  3%] Building CXX object CMakeFiles/flathash.dir/src/flathash.cpp.o
    Scanning dependencies of target flatc
    [  7%] Building CXX object CMakeFiles/flatbuffers.dir/src/code_generators.cpp.o
    [ 10%] Building CXX object CMakeFiles/flatbuffers.dir/src/idl_parser.cpp.o
    [ 14%] Building CXX object CMakeFiles/flatbuffers.dir/src/idl_gen_text.cpp.o
    [ 17%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o
    -- Looking for inttypes.h - found
    -- Looking for libunwind.h
    -- [download 51% complete]
    -- [download 6% complete]
    -- Looking for libunwind.h - not found
    -- Looking for memory.h
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 54% complete]
    -- Looking for memory.h - found
    -- Looking for pwd.h
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- Looking for pwd.h - found
    -- Looking for stdint.h
    -- [download 58% complete]
    -- [download 59% complete]
    -- Looking for stdint.h - found
    -- Looking for stdlib.h
    -- [download 7% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 62% complete]
    -- Looking for stdlib.h - found
    -- Looking for string.h
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- Looking for string.h - found
    -- Looking for strings.h
    -- [download 66% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 69% complete]
    -- Looking for strings.h - found
    -- Looking for sys/stat.h
    -- [download 70% complete]
    -- [download 71% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- Looking for sys/stat.h - found
    -- Looking for sys/syscall.h
    -- [download 74% complete]
    -- [download 8% complete]
    -- [download 75% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- Looking for sys/syscall.h - found
    -- Looking for sys/time.h
    -- [download 79% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- [download 82% complete]
    -- Looking for sys/time.h - found
    -- Looking for sys/types.h
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 85% complete]
    -- [download 86% complete]
    -- Looking for sys/types.h - found
    -- Looking for sys/utsname.h
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 89% complete]
    [ 21%] Linking CXX executable flathash
    -- Looking for sys/utsname.h - found
    -- [download 90% complete]
    -- [download 91% complete]
    -- Looking for syscall.h
    -- [download 92% complete]
    -- [download 9% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    [ 21%] Built target flathash
    [ 25%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o
    -- Looking for syscall.h - found
    -- Looking for syslog.h
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- Looking for syslog.h - found
    -- Looking for ucontext.h
    -- downloading... done
    -- verifying file...
         file='/home/rjn/projects/RL/ray/build/external/googletest/src/release-1.8.0.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/rjn/projects/RL/ray/build/external/googletest/src/release-1.8.0.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/googletest/src/googletest_ep'
    -- extracting... [tar xfz]
    -- Looking for ucontext.h - found
    -- Looking for unistd.h
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [ 13%] No patch step for 'googletest_ep'
    [ 14%] No update step for 'googletest_ep'
    -- Looking for unistd.h - found
    -- Looking for unwind.h
    [ 15%] Performing configure step for 'googletest_ep'
    -- [download 10% complete]
    -- Looking for unwind.h - found
    -- Looking for C++ include ext/hash_map
    -- 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
    -- [download 11% complete]
    -- Looking for C++ include ext/hash_map - found
    -- Looking for C++ include ext/hash_set
    [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o
    [ 32%] Building CXX object CMakeFiles/flatbuffers.dir/src/reflection.cpp.o
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Looking for C++ include ext/hash_set - found
    -- Looking for C++ include ext/slist
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- [download 12% complete]
    -- Looking for C++ include ext/slist - found
    -- Looking for C++ include tr1/unordered_map
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Looking for C++ include tr1/unordered_map - found
    -- Looking for C++ include tr1/unordered_set
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Looking for C++ include tr1/unordered_set - found
    -- Looking for C++ include unordered_map
    -- [download 13% complete]
    -- 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
    -- Detecting CXX compile features - done
    -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
    -- Looking for pthread.h
    -- [download 14% complete]
    -- Check size of u_int16_t - done
    -- Check size of uint16_t
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    -- Check size of uint16_t - done
    -- Looking for dladdr
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    [ 35%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o
    -- Looking for dladdr - not found
    -- Looking for fcntl
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for fcntl - found
    -- Looking for pread
    -- [download 15% complete]
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/googletest/src/googletest_ep-build
    [ 16%] Performing build step for 'googletest_ep'
    -- Looking for pread - found
    -- Looking for pwrite
    Scanning dependencies of target gmock
    [  9%] Building CXX object googlemock/CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o
    -- Looking for pwrite - found
    -- Looking for sigaction
    -- Looking for sigaction - found
    -- Looking for sigaltstack
    -- [download 16% complete]
    -- 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
    -- [download 17% complete]
    -- 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
    -- [download 18% complete]
    -- 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
    -- [download 19% complete]
    -- 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
    -- [download 20% complete]
    -- Performing Test STL_NO_NAMESPACE - Failed
    -- Performing Test STL_STD_NAMESPACE
    -- [download 21% complete]
    -- Performing Test STL_STD_NAMESPACE - Success
    -- Performing Test HAVE_USING_OPERATOR
    [ 18%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
    -- [download 22% complete]
    -- Performing Test HAVE_USING_OPERATOR - Success
    -- Performing Test HAVE_NAMESPACES
    -- Performing Test HAVE_NAMESPACES - Success
    -- [download 23% complete]
    -- [download 24% complete]
    [ 39%] Building CXX object CMakeFiles/flatbuffers.dir/src/util.cpp.o
    -- [download 25% complete]
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/glog/src/glog_ep
    -- [download 26% complete]
    [ 17%] Performing build step for 'glog_ep'
    Scanning dependencies of target glog
    [ 12%] Building CXX object CMakeFiles/glog.dir/src/demangle.cc.o
    -- [download 27% complete]
    [ 25%] Building CXX object CMakeFiles/glog.dir/src/logging.cc.o
    [ 37%] Building CXX object CMakeFiles/glog.dir/src/raw_logging.cc.o
    -- [download 28% complete]
    [ 42%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o
    [ 50%] Building CXX object CMakeFiles/glog.dir/src/symbolize.cc.o
    -- [download 29% complete]
    Scanning dependencies of target gmock_main
    [ 27%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o
    [ 62%] Building CXX object CMakeFiles/glog.dir/src/utilities.cc.o
    -- [download 30% complete]
    [ 75%] Building CXX object CMakeFiles/glog.dir/src/vlog_is_on.cc.o
    -- [download 31% complete]
    [ 87%] Building CXX object CMakeFiles/glog.dir/src/signalhandler.cc.o
    -- [download 32% complete]
    [ 36%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
    [100%] Linking CXX static library libglog.a
    -- [download 33% complete]
    [100%] Built target glog
    [ 17%] Performing install step for 'glog_ep'
    [100%] Built target glog
    Install the project...
    -- Install configuration: "RelWithDebInfo"
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/config.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/logging.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/raw_logging.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/stl_logging.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/vlog_is_on.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/include/glog/log_severity.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/lib/cmake/glog/glog-config.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/lib/cmake/glog/glog-config-version.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/lib/cmake/glog/glog-targets.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/glog-install/lib/cmake/glog/glog-targets-relwithdebinfo.cmake
    [ 18%] Completed 'glog_ep'
    [ 18%] Built target glog_ep
    [ 45%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
    -- [download 34% complete]
    [ 46%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o
    -- [download 35% complete]
    -- [download 36% complete]
    [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_general.cpp.o
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    [ 53%] Linking CXX static library libflatbuffers.a
    [ 53%] Built target flatbuffers
    [ 57%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    Scanning dependencies of target gtest
    [ 54%] Building CXX object googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
    -- [download 43% complete]
    -- [download 44% complete]
    [ 63%] Linking CXX static library libgmock.a
    -- [download 45% complete]
    [ 63%] Built target gmock
    [ 60%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_js.cpp.o
    [ 64%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    [ 67%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 54% complete]
    -- [download 55% complete]
    [ 71%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o
    -- [download 56% complete]
    -- [download 57% complete]
    [ 75%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    [ 78%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o
    -- [download 61% complete]
    -- [download 62% complete]
    [ 72%] Linking CXX static library libgmock_main.a
    [ 72%] Built target gmock_main
    [ 82%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o
    -- [download 63% complete]
    [ 85%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o
    -- [download 64% complete]
    -- [download 65% complete]
    [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o
    [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o
    [ 96%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o
    -- [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]
    [ 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
    -- [download 75% complete]
    [100%] Linking CXX static library libgtest_main.a
    -- [download 76% complete]
    [100%] Built target gtest_main
    [ 18%] Performing install step for 'googletest_ep'
    [ 18%] Built target gtest
    [ 45%] Built target gmock
    [ 81%] Built target gmock_main
    [100%] Linking CXX executable flatc
    [100%] Built target gtest_main
    Install the project...
    -- Install configuration: "RelWithDebInfo"
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgmock.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgmock_main.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-function-mockers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-nice-strict.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-nice-strict.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-more-matchers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-matchers.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-actions.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-spec-builders.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-cardinalities.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-function-mockers.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-more-actions.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/gmock-port.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/custom
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-port.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/custom/gmock-matchers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/gmock-generated-internal-utils.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/gmock-internal-utils.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/internal/gmock-generated-internal-utils.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-actions.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-matchers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-actions.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gmock/gmock-generated-matchers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/lib/libgtest_main.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-param-test.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest_prod.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-param-test.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-death-test.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-typed-test.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-message.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-test-part.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-spi.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util-generated.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-internal.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-port.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/custom
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/custom/gtest-port.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/custom/gtest.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/custom/gtest-printers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-port-arch.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-type-util.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-type-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-tuple.h.pump
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-tuple.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-filepath.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-string.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-linked_ptr.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-death-test-internal.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/internal/gtest-param-util-generated.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest-printers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/googletest-install/include/gtest/gtest_pred_impl.h
    [ 19%] Completed 'googletest_ep'
    [ 19%] Built target googletest_ep
    [100%] Built target flatc
    [ 19%] Performing install step for 'flatbuffers_ep'
    -- [download 77% complete]
    [ 21%] Built target flatbuffers
    [ 28%] Built target flathash
    [100%] Built target flatc
    Install the project...
    -- Install configuration: "RELEASE"
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/minireflect.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/code_generators.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/flatbuffers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/flatc.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/reflection_generated.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/reflection.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/flexbuffers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/base.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/stl_emulation.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/grpc.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/hash.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/registry.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include/flatbuffers/idl.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersConfig.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersTargets.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatbuffersTargets-release.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/bin/flatc
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatcTargets.cmake
    -- Installing: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/cmake/flatbuffers/FlatcTargets-release.cmake
    [ 20%] Completed 'flatbuffers_ep'
    [ 20%] Built target flatbuffers_ep
    Scanning dependencies of target gen_object_manager_fbs
    Scanning dependencies of target gen_gcs_fbs
    Scanning dependencies of target gen_node_manager_fbs
    [ 20%] Running flatc compiler on /home/rjn/projects/RL/ray/src/ray/gcs/format/gcs.fbs
    [ 21%] Running flatc compiler on /home/rjn/projects/RL/ray/src/ray/object_manager/format/object_manager.fbs
    [ 22%] Running flatc compiler on /home/rjn/projects/RL/ray/src/ray/raylet/format/node_manager.fbs
    [ 22%] Built target gen_object_manager_fbs
    Running flatc compiler on /home/rjn/projects/RL/ray/src/ray/raylet/format/node_manager.fbs
    Running flatc compiler on /home/rjn/projects/RL/ray/src/ray/gcs/format/gcs.fbs
    [ 22%] Built target gen_gcs_fbs
    [ 22%] Built target gen_node_manager_fbs
    -- [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/rjn/projects/RL/ray/build/external/boost/src/boost_1_65_1.tar.gz'
    -- verifying file... done
    -- extracting...
         src='/home/rjn/projects/RL/ray/build/external/boost/src/boost_1_65_1.tar.gz'
         dst='/home/rjn/projects/RL/ray/build/external/boost/src/boost_ep'
    -- extracting... [tar xfz]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [ 23%] No update step for 'boost_ep'
    [ 23%] No patch step for 'boost_ep'
    [ 24%] Performing configure step for 'boost_ep'
    Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
    Detecting Python version... 2.7
    Detecting Python root... /usr
    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 'b4f7ed6d6ed5cdb6dd136bac3181a438f35c8ea0'.

    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 b4f7ed6... ARROW-3605: [Plasma] Remove dependence of plasma/events.h on ae.h.
    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 '46ae2605c2de306f5740587107dcf333a527f2d1'
    [ 29%] Performing update step for 'arrow_ep'
    [ 29%] No patch step for 'arrow_ep'
    [ 30%] Performing configure step for 'arrow_ep'
    -- 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
    INFOCompiler command: /usr/bin/c++
    INFOCompiler 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)

    INFOCompiler id: GNU
    Selected compiler gcc 5.4.0
    -- Performing Test CXX_SUPPORTS_SSE3
    -- Performing Test CXX_SUPPORTS_SSE3 - Success
    -- Performing Test CXX_SUPPORTS_ALTIVEC
    -- Performing Test CXX_SUPPORTS_ALTIVEC - 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
    -- SNAPPY_VERSION: 1.1.3
    -- THRIFT_VERSION: 0.11.0
    -- ZLIB_VERSION: 1.2.8
    -- ZSTD_VERSION: v1.2.0
    -- RE2_VERSION: 2018-10-01
    -- 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 106501
    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:440 (find_package)
      CMakeLists.txt:391 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106501
    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:440 (find_package)
      CMakeLists.txt:391 (include)

    CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
      Imported targets not available for Boost version 106501
    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:440 (find_package)
      CMakeLists.txt:391 (include)

    -- Boost version: 1.65.1
    -- Found the following Boost libraries:
    --   regex
    --   system
    --   filesystem
    -- Boost include dir: /home/rjn/projects/RL/ray/build/external/boost-install/include
    -- Boost libraries: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_regex.a/home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_system.a/home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_system: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_system.a
    Added static library dependency boost_filesystem: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_filesystem.a
    Added static library dependency boost_regex: /home/rjn/projects/RL/ray/build/external/boost-install/lib/libboost_regex.a
    Added static library dependency double-conversion::double-conversion: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep/src/double-conversion_ep/lib/libdouble-conversion.a
    -- RapidJSON include dir: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/src/rapidjson_ep/include
    -- Found the Flatbuffers library: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/lib/libflatbuffers.a
    -- Flatbuffers include dir: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/include
    -- Flatbuffers compiler: /home/rjn/projects/RL/ray/build/external/flatbuffers-install/bin/flatc
    -- Found hdfs.h at: /home/rjn/projects/RL/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: /usr/lib/x86_64-linux-gnu/libz.so
    Added static library dependency snappy: /home/rjn/projects/RL/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/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/include
    -- Thrift static library: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/lib/libthrift.a
    -- Thrift compiler: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep/src/thrift_ep-install/bin/thrift
    -- GLOG_HOME: /home/rjn/projects/RL/ray/build/external/glog-install
    -- Found the GLog library: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    -- Glog include dir: /home/rjn/projects/RL/ray/build/external/glog-install/include
    -- Glog static library: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    Added static library dependency glog_static: /home/rjn/projects/RL/ray/build/external/glog-install/lib/libglog.a
    -- CMAKE_CXX_FLAGS:  -std=c++11 -g -D_GLIBCXX_USE_CXX11_ABI=0 -O3 -DNDEBUG  -Wall -msse3
    -- Found cpplint executable at /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/build-support/cpplint.py
    -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Found PythonLibs: /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- 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
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Found NumPy: version "1.15.3" /home/rjn/.local/lib/python2.7/site-packages/numpy/core/include
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build
    [ 30%] Performing build step for 'arrow_ep'
    Scanning dependencies of target rapidjson_ep
    Scanning dependencies of target metadata_fbs
    Scanning dependencies of target double-conversion_ep
    Scanning dependencies of target thrift_ep
    Scanning dependencies of target snappy_ep
    Scanning dependencies of target gen_plasma_fbs
    [  1%] Creating directories for 'rapidjson_ep'
    [  2%] Creating directories for 'double-conversion_ep'
    [  3%] Creating directories for 'thrift_ep'
    [  4%] Running flatc compiler on /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/format/Message.fbs;/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/format/File.fbs;/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/format/Schema.fbs;/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/format/Tensor.fbs;/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/arrow/ipc/feather.fbs
    [  5%] Running flatc compiler on /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/plasma/format/plasma.fbs;/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/plasma/format/common.fbs
    [  5%] Creating directories for 'snappy_ep'
    [  5%] Built target metadata_fbs
    [  5%] Built target gen_plasma_fbs
    [  6%] Performing download step (download, verify and extract) for 'rapidjson_ep'
    [  6%] Performing download step (download, verify and extract) for 'double-conversion_ep'
    [  7%] Performing download step (download, verify and extract) for 'snappy_ep'
    [  8%] Performing download step (download, verify and extract) for 'thrift_ep'
    Scanning dependencies of target plasma_objlib
    Scanning dependencies of target arrow_python_objlib
    [  9%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/eviction_policy.cc.o
    [ 10%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/common.cc.o
    [ 10%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o
    [ 10%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/arrow_to_pandas.cc.o
    [ 11%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/benchmark.cc.o
    [ 12%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/common.cc.o
    [ 13%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/events.cc.o
    -- snappy_ep download command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
    [ 13%] No patch step for 'snappy_ep'
    [ 14%] No update step for 'snappy_ep'
    [ 15%] Performing configure step for 'snappy_ep'
    [ 15%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/config.cc.o
    [ 15%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/fling.cc.o
    [ 16%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/decimal.cc.o
    [ 17%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/deserialize.cc.o
    -- rapidjson_ep download command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/src/rapidjson_ep-stamp/rapidjson_ep-download-*.log
    [ 18%] No patch step for 'rapidjson_ep'
    [ 18%] No update step for 'rapidjson_ep'
    [ 19%] No configure step for 'rapidjson_ep'
    [ 19%] No build step for 'rapidjson_ep'
    [ 19%] No install step for 'rapidjson_ep'
    [ 20%] Completed 'rapidjson_ep'
    [ 20%] Built target rapidjson_ep
    [ 20%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/helpers.cc.o
    [ 21%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/inference.cc.o
    -- double-conversion_ep download command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-download-*.log
    [ 22%] No patch step for 'double-conversion_ep'
    [ 23%] No update step for 'double-conversion_ep'
    [ 23%] Performing configure step for 'double-conversion_ep'
    [ 24%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o
    [ 25%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/init.cc.o
    -- double-conversion_ep configure command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-configure-*.log
    [ 26%] Performing build step for 'double-conversion_ep'
    [ 27%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/malloc.cc.o
    [ 27%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/plasma.cc.o
    [ 27%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/io.cc.o
    -- snappy_ep configure command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
    [ 28%] Performing build step for 'snappy_ep'
    [ 29%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/protocol.cc.o
    [ 30%] Building C object src/plasma/CMakeFiles/plasma_objlib.dir/thirdparty/ae/ae.c.o
    -- double-conversion_ep build command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-build-*.log
    [ 31%] Performing install step for 'double-conversion_ep'
    [ 32%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_convert.cc.o
    -- double-conversion_ep install command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-install-*.log
    [ 33%] Completed 'double-conversion_ep'
    [ 33%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/thirdparty/xxhash.cc.o
    [ 33%] Built target double-conversion_ep
    [ 34%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_to_arrow.cc.o
    [ 34%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/python_to_arrow.cc.o
    [ 35%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/pyarrow.cc.o
    [ 36%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/serialize.cc.o
    -- thrift_ep download command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
    [ 36%] No update step for 'thrift_ep'
    [ 37%] No patch step for 'thrift_ep'
    [ 38%] Performing configure step for 'thrift_ep'
    -- snappy_ep build command succeeded.  See also /home/rjn/projects/RL/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/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
    [ 40%] Completed 'snappy_ep'
    [ 40%] Built target snappy_ep
    Scanning dependencies of target arrow_dependencies
    [ 40%] Built target arrow_dependencies
    Scanning dependencies of target arrow_objlib
    [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_snappy.cc.o
    [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array.cc.o
    [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_zlib.cc.o
    [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/buffer.cc.o
    [ 42%] Built target plasma_objlib
    [ 43%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/builder.cc.o
    [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compare.cc.o
    [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/memory_pool.cc.o
    [ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/pretty_print.cc.o
    [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/record_batch.cc.o
    [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/status.cc.o
    [ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table.cc.o
    -- thrift_ep configure command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
    [ 48%] Performing build step for 'thrift_ep'
    [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table_builder.cc.o
    [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor.cc.o
    [ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/type.cc.o
    [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/visitor.cc.o
    [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/converter.cc.o
    [ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/chunker.cc.o
    [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/column-builder.cc.o
    [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/options.cc.o
    [ 53%] Built target arrow_python_objlib
    Scanning dependencies of target arrow_python_static
    [ 54%] Linking CXX static library ../../../release/libarrow_python.a
    [ 54%] Built target arrow_python_static
    [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/parser.cc.o
    [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/reader.cc.o
    [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/buffered.cc.o
    [ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/compressed.cc.o
    [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/file.cc.o
    [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/interfaces.cc.o
    [ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/memory.cc.o
    [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/readahead.cc.o
    [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bit-util.cc.o
    [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression.cc.o
    [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/cpu-info.cc.o
    [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/decimal.cc.o
    [ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/hash.cc.o
    [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/io-util.cc.o
    [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/key_value_metadata.cc.o
    [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/task-group.cc.o
    [ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/thread-pool.cc.o
    [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/logging.cc.o
    [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/context.cc.o
    [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/boolean.cc.o
    [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/cast.cc.o
    [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/hash.cc.o
    [ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/util-internal.cc.o
    [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs.cc.o
    [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs-internal.cc.o
    [ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/dictionary.cc.o
    [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/feather.cc.o
    [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json.cc.o
    [ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json-internal.cc.o
    [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/message.cc.o
    [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/metadata-internal.cc.o
    [ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/reader.cc.o
    [ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/writer.cc.o
    [ 77%] Built target arrow_objlib
    Scanning dependencies of target arrow_static
    [ 77%] Linking CXX static library ../../release/libarrow.a
    [ 77%] Built target arrow_static
    Scanning dependencies of target arrow_shared
    [ 78%] Linking CXX shared library ../../release/libarrow.so
    [ 78%] Built target arrow_shared
    Scanning dependencies of target stream-to-file
    [ 78%] Building CXX object src/arrow/ipc/CMakeFiles/stream-to-file.dir/stream-to-file.cc.o
    Scanning dependencies of target file-to-stream
    [ 79%] Building CXX object src/arrow/ipc/CMakeFiles/file-to-stream.dir/file-to-stream.cc.o
    [ 80%] Linking CXX executable ../../../release/stream-to-file
    [ 80%] Linking CXX executable ../../../release/file-to-stream
    [ 80%] Built target stream-to-file
    Scanning dependencies of target arrow_python_shared
    [ 80%] Linking CXX shared library ../../../release/libarrow_python.so
    [ 80%] Built target file-to-stream
    Scanning dependencies of target plasma_static
    [ 81%] Linking CXX static library ../../release/libplasma.a
    [ 81%] Built target plasma_static
    Scanning dependencies of target plasma_shared
    [ 82%] Linking CXX shared library ../../release/libplasma.so
    [ 82%] Built target arrow_python_shared
    Scanning dependencies of target plasma_store_server
    [ 82%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/store.cc.o
    [ 82%] Built target plasma_shared
    [ 83%] Linking CXX executable ../../release/plasma_store_server
    [ 83%] Built target plasma_store_server
    -- thrift_ep build command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-*.log
    [ 83%] Performing install step for 'thrift_ep'
    -- thrift_ep install command succeeded.  See also /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
    [ 84%] Completed 'thrift_ep'
    [ 84%] Built target thrift_ep
    Scanning dependencies of target parquet-thrift-deps
    [ 84%] Running thrift compiler on parquet.thrift
    [WARNING:/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/parquet/parquet.thrift:295] The "byte" type is a compatibility alias for "i8". Use "i8" to emphasize the signedness of this type.

    [ 84%] Built target parquet-thrift-deps
    Scanning dependencies of target parquet_objlib
    [ 84%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/record_reader.cc.o
    [ 85%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader.cc.o
    [ 86%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema.cc.o
    [ 87%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/writer.cc.o
    [ 87%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/bloom_filter.cc.o
    [ 88%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_scanner.cc.o
    [ 89%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_reader.cc.o
    [ 89%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_writer.cc.o
    [ 90%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_reader.cc.o
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/parquet/arrow/reader.cc: In function ‘int64_t parquet::arrow::impala_timestamp_to_nanoseconds(const parquet::Int96&)’:
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/parquet/arrow/reader.cc:79:86: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       int64_t nanoseconds = *(reinterpret_cast<const int64_t*>(&(impala_timestamp.value)));
                                                                                          ^
    [ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_writer.cc.o
    [ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/metadata.cc.o
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/parquet/arrow/writer.cc: In function ‘arrow::Status parquet::arrow::{anonymous}::ArrowColumnWriter::Write(const arrow::Array&)’:
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/cpp/src/parquet/arrow/writer.cc:898:86: warning: ‘num_levels’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                                                                    def_levels, rep_levels);
                                                                                          ^
    [ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/murmur3.cc.o
    [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/parquet_constants.cpp.o
    [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/parquet_types.cpp.o
    [ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/printer.cc.o
    [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/schema.cc.o
    [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/statistics.cc.o
    [ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/types.cc.o
    [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/util/comparison.cc.o
    [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/util/memory.cc.o
    [ 98%] Built target parquet_objlib
    Scanning dependencies of target parquet_static
    Scanning dependencies of target parquet_shared
    [ 99%] Linking CXX static library ../../release/libparquet.a
    [100%] Linking CXX shared library ../../release/libparquet.so
    [100%] Built target parquet_static
    [100%] Built target parquet_shared
    [ 31%] Performing install step for 'arrow_ep'
    [  5%] Built target rapidjson_ep
    [  6%] Built target gen_plasma_fbs
    [ 21%] Built target thrift_ep
    [ 21%] Built target snappy_ep
    [ 24%] Built target double-conversion_ep
    [ 25%] Built target metadata_fbs
    [ 25%] Built target parquet-thrift-deps
    [ 25%] Built target arrow_dependencies
    [ 32%] Built target plasma_objlib
    [ 42%] Built target arrow_python_objlib
    [ 43%] Built target arrow_python_static
    [ 78%] Built target arrow_objlib
    [ 78%] Built target arrow_static
    [ 79%] Built target arrow_shared
    [ 80%] Built target plasma_static
    [ 80%] Built target arrow_python_shared
    [ 81%] Built target plasma_shared
    [ 82%] Built target plasma_store_server
    [ 83%] Built target stream-to-file
    [ 84%] Built target file-to-stream
    [ 98%] Built target parquet_objlib
    [ 99%] Built target parquet_static
    [100%] Built target parquet_shared
    Install the project...
    -- Install configuration: "RELEASE"
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so.12.0.0
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so.12
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    -- Set runtime path of "/home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so.12.0.0" to ""
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/plasma/common.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/plasma/compat.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/plasma/client.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/plasma/events.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/plasma/test-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/bin/plasma_store_server
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/pkgconfig/plasma.pc
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so.12.0.0
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so.12
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/allocator.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/array.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/buffer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/builder.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compare.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/memory_pool.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/pretty_print.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/record_batch.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/status.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/stl.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/table.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/table_builder.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/tensor.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/type.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/type_fwd.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/type_traits.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/test-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/visitor.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/visitor_inline.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/pkgconfig/arrow.pc
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/context.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/kernel.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/pkgconfig/arrow-compute.pc
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/kernels/boolean.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/kernels/cast.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/compute/kernels/hash.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/adapters/tensorflow/convert.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/dictionary.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/feather.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/json.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/message.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/ipc/writer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/parser.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/converter.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/chunker.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/test-common.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/options.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/csv/column-builder.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/buffered.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/compressed.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/file.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/hdfs.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/interfaces.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/memory.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/io/readahead.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/bit-stream-utils.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/bit-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/bpacking.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/checked_cast.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compiler-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_brotli.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_bz2.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_lz4.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_snappy.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_zlib.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/compression_zstd.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/cpu-info.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/decimal.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/hash-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/hash.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/io-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/key_value_metadata.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/lazy.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/logging.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/macros.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/memory.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/parallel.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/rle-encoding.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/sse-util.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/stl.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/stopwatch.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/string.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/thread-pool.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/type_traits.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/visibility.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/windows_compatibility.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant/optional.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant/recursive_wrapper.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant/variant_cast.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant/variant_io.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/util/variant/variant_visitor.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so.12.0.0
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so.12
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so
    -- Set runtime path of "/home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so.12.0.0" to ""
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/api.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/arrow_to_pandas.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/benchmark.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/common.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/config.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/decimal.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/deserialize.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/helpers.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/inference.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/init.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/io.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/iterators.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/numpy_convert.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/numpy_interop.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/numpy_to_arrow.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/python_to_arrow.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/platform.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/pyarrow.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/serialize.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/arrow/python/type_traits.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/pkgconfig/arrow-python.pc
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so.12.0.0
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so.12
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so
    -- Set runtime path of "/home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so.12.0.0" to ""
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.a
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/bloom_filter.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/column_reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/column_page.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/column_scanner.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/column_writer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/encoding.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/exception.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/file_reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/file_writer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/hasher.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/metadata.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/murmur3.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/printer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/properties.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/schema.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/statistics.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/types.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/parquet_version.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/pkgconfig/parquet.pc
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/api/io.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/api/reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/api/writer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/api/schema.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/arrow/reader.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/arrow/schema.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/arrow/writer.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/util/comparison.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/util/macros.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/util/memory.h
    -- Installing: /home/rjn/projects/RL/ray/build/external/arrow-install/include/parquet/util/visibility.h
    [ 31%] Completed 'arrow_ep'
    [ 31%] Built target arrow_ep
    Scanning dependencies of target pyarrow_ext
    Scanning dependencies of target local_scheduler_client
    [ 32%] Building CXX object src/ray/raylet/CMakeFiles/local_scheduler_client.dir/local_scheduler_client.cc.o
    [ 33%] Creating directories for 'pyarrow_ext'
    [ 34%] No download step for 'pyarrow_ext'
    [ 35%] No update step for 'pyarrow_ext'
    [ 35%] No patch step for 'pyarrow_ext'
    [ 36%] Performing configure step for 'pyarrow_ext'
    Scanning dependencies of target ray_objlib
    [ 37%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/status.cc.o
    [ 37%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/id.cc.o
    [ 38%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/client.cc.o
    [ 39%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/tables.cc.o
    [ 40%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/redis_context.cc.o
    [ 40%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/asio.cc.o
    [ 41%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/util/logging.cc.o
    [ 42%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/common/client_connection.cc.o
    [ 42%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/common/common_protocol.cc.o
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/types.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/orc.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/parquet.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/plasma.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/ipc.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/__init__.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/feather.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/filesystem.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/hdfs.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/formatting.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/cuda.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/jvm.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/compat.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/csv.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/benchmark.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/util.py -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/serialization.py -> build/lib.linux-x86_64-2.7/pyarrow
    creating build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_serialization.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_convert_pandas.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_hdfs.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_parquet.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/util.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_plasma.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-2.7/pyarrow/tests
    running egg_info
    creating pyarrow.egg-info
    writing requirements to pyarrow.egg-info/requires.txt
    writing pyarrow.egg-info/PKG-INFO
    writing top-level names to pyarrow.egg-info/top_level.txt
    writing dependency_links to pyarrow.egg-info/dependency_links.txt
    writing entry points to pyarrow.egg-info/entry_points.txt
    writing manifest file 'pyarrow.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files matching '*.so' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*~' found anywhere in distribution
    warning: no previously-included files matching '#*' found anywhere in distribution
    warning: no previously-included files matching '.DS_Store' found anywhere in distribution
    no previously-included directories found matching '.asv'
    writing manifest file 'pyarrow.egg-info/SOURCES.txt'
    copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/array.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/builder.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/error.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/feather.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/io.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/lib.pxd -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/lib.pyx -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/memory.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/table.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    copying pyarrow/types.pxi -> build/lib.linux-x86_64-2.7/pyarrow
    creating build/lib.linux-x86_64-2.7/pyarrow/includes
    copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-2.7/pyarrow/includes
    copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-2.7/pyarrow/includes
    copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-2.7/pyarrow/includes
    copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-2.7/pyarrow/includes
    creating build/lib.linux-x86_64-2.7/pyarrow/tensorflow
    copying pyarrow/tensorflow/plasma_op.cc -> build/lib.linux-x86_64-2.7/pyarrow/tensorflow
    copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-2.7/pyarrow/tests
    creating build/lib.linux-x86_64-2.7/pyarrow/tests/data
    creating build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    copying pyarrow/tests/data/orc/decimal.orc -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/orc
    creating build/lib.linux-x86_64-2.7/pyarrow/tests/data/parquet
    copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/parquet
    copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/parquet
    copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/parquet
    copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_64-2.7/pyarrow/tests/data/parquet
    running build_ext
    creating build/temp.linux-x86_64-2.7
    -- Running cmake for pyarrow
    cmake -DPYTHON_EXECUTABLE=/usr/bin/python  -DPYARROW_BUILD_PARQUET=on -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_BUILD_PLASMA=on -DPYARROW_USE_TENSORFLOW=on -DPYARROW_BUNDLE_ARROW_CPP=ON -DCMAKE_BUILD_TYPE=release /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python
    -- 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
    [ 43%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_manager_client_connection.cc.o
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    [ 44%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/connection_pool.cc.o
    -- 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
    INFOCompiler command: /usr/bin/c++
    INFOCompiler 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)

    INFOCompiler id: GNU
    Selected compiler gcc 5.4.0
    -- Performing Test CXX_SUPPORTS_SSE3
    -- Performing Test CXX_SUPPORTS_SSE3 - Success
    -- Performing Test CXX_SUPPORTS_ALTIVEC
    -- Performing Test CXX_SUPPORTS_ALTIVEC - 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
    -- Build output directory: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/temp.linux-x86_64-2.7/release
    -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Found PythonLibs: /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Found NumPy: version "1.15.3" /home/rjn/.local/lib/python2.7/site-packages/numpy/core/include
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
    -- Checking for module 'arrow'
    [ 45%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_buffer_pool.cc.o
    --   Found arrow, version 0.12.0-SNAPSHOT
    -- Arrow SO and ABI version: 12
    -- Arrow full SO version: 12.0.0
    -- Found the Arrow core library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    -- Found the Arrow Python library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so
    Added shared library dependency arrow: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    Added shared library dependency arrow_python: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so
    -- Checking for module 'parquet'
    --   Found parquet, version 1.5.1-SNAPSHOT
    -- Parquet C++ ABI version: 12
    -- Parquet C++ SO version: 12
    -- Searching for parquet libs in: /home/rjn/projects/RL/ray/build/external/arrow-install/lib
    -- Found the Parquet library: parquet
    [ 46%] Linking CXX static library liblocal_scheduler_client.a
    Added shared library dependency parquet: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so
    -- Checking for module 'plasma'
    [ 46%] Built target local_scheduler_client
    --   Found plasma, version
    [ 46%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_store_notification_manager.cc.o
    -- Plasma SO and ABI version: 12
    -- Plasma full SO version: 12.0.0
    -- Found the Plasma core library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    -- Found Plasma executable: /home/rjn/projects/RL/ray/build/external/arrow-install/bin/plasma_store_server
    Added shared library dependency libplasma: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/temp.linux-x86_64-2.7
    -- Finished cmake for pyarrow
    -- Running cmake --build for pyarrow
    cmake --build . --config release --
    make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
    Scanning dependencies of target _plasma_pyx
    [  8%] Compiling Cython CXX source for _plasma...
    [ 47%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_directory.cc.o
    [ 48%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_manager.cc.o
    [  8%] Built target _plasma_pyx
    Scanning dependencies of target _plasma
    [ 16%] Building CXX object CMakeFiles/_plasma.dir/_plasma.cpp.o
    [ 49%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/monitor.cc.o
    [ 49%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/mock_gcs_client.cc.o
    [ 50%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task.cc.o
    [ 51%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_execution_spec.cc.o
    [ 52%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_spec.cc.o
    [ 52%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/worker.cc.o
    [ 53%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/worker_pool.cc.o
    [ 54%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_resources.cc.o
    [ 55%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/actor_registration.cc.o
    [ 25%] Linking CXX shared module release/_plasma.so
    [ 25%] Built target _plasma
    Scanning dependencies of target lib_pyx
    [ 33%] Compiling Cython CXX source for lib...
    [ 55%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_queue.cc.o
    [ 56%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_policy.cc.o
    [ 57%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_dependency_manager.cc.o
    [ 58%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/reconstruction_policy.cc.o
    [ 58%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/node_manager.cc.o
    [ 59%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/lineage_cache.cc.o
    [ 60%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/raylet.cc.o
    [ 61%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/async.c.o
    [ 62%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/hiredis.c.o
    [ 62%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/dict.c.o
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:53:21: warning: ‘dictGenHashFunction’ defined but not used [-Wunused-function]
     static unsigned int dictGenHashFunction(const unsigned char *buf, int len) {
                         ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:73:14: warning: ‘dictCreate’ defined but not used [-Wunused-function]
     static dict *dictCreate(dictType *type, void *privDataPtr) {
                  ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:160:12: warning: ‘dictReplace’ defined but not used [-Wunused-function]
     static int dictReplace(dict *ht, void *key, void *val) {
                ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:182:12: warning: ‘dictDelete’ defined but not used [-Wunused-function]
     static int dictDelete(dict *ht, const void *key) {
                ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:238:13: warning: ‘dictRelease’ defined but not used [-Wunused-function]
     static void dictRelease(dict *ht) {
                 ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:258:22: warning: ‘dictGetIterator’ defined but not used [-Wunused-function]
     static dictIterator *dictGetIterator(dict *ht) {
                          ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:268:19: warning: ‘dictNext’ defined but not used [-Wunused-function]
     static dictEntry *dictNext(dictIterator *iter) {
                       ^
    /home/rjn/projects/RL/ray/src/ray/thirdparty/hiredis/dict.c:288:13: warning: ‘dictReleaseIterator’ defined but not used [-Wunused-function]
     static void dictReleaseIterator(dictIterator *iter) {
                 ^
    [ 63%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/net.c.o
    [ 63%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/read.c.o
    [ 64%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/hiredis/sds.c.o
    [ 65%] Building C object src/ray/CMakeFiles/ray_objlib.dir/thirdparty/sha256.c.o
    [ 33%] Built target lib_pyx
    Scanning dependencies of target lib
    [ 41%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
    [ 65%] Built target ray_objlib
    Scanning dependencies of target ray_static
    Scanning dependencies of target ray_shared
    [ 66%] Linking CXX static library libray.a
    [ 67%] Linking CXX shared library libray.so
    [ 67%] Built target ray_static
    Scanning dependencies of target ray_redis_module
    Scanning dependencies of target logging_test
    [ 68%] Building CXX object src/ray/gcs/redis_module/CMakeFiles/ray_redis_module.dir/ray_redis_module.cc.o
    Scanning dependencies of target signal_test
    Scanning dependencies of target local_scheduler_library_python
    [ 68%] Building CXX object src/ray/util/CMakeFiles/logging_test.dir/logging_test.cc.o
    [ 69%] Building CXX object src/ray/util/CMakeFiles/signal_test.dir/signal_test.cc.o
    [ 69%] Building CXX object src/ray/raylet/CMakeFiles/local_scheduler_library_python.dir/lib/python/config_extension.cc.o
    Scanning dependencies of target client_test
    [ 70%] Building CXX object src/ray/gcs/CMakeFiles/client_test.dir/client_test.cc.o
    Scanning dependencies of target rayletlib
    [ 70%] Building CXX object src/ray/raylet/CMakeFiles/rayletlib.dir/raylet.cc.o
    [ 70%] Building CXX object src/ray/raylet/CMakeFiles/local_scheduler_library_python.dir/lib/python/common_extension.cc.o
    [ 70%] Built target ray_shared
    Scanning dependencies of target asio_test
    [ 71%] Building CXX object src/ray/gcs/CMakeFiles/asio_test.dir/asio_test.cc.o
    [ 72%] Linking CXX executable logging_test
    In file included from /usr/include/python2.7/Python.h:80:0,
                     from /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/common_extension.cc:1:
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/common_extension.cc: In function ‘PyObject* check_simple_value(PyObject*, PyObject*)’:
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /usr/include/python2.7/boolobject.h:27:31: note: in expansion of macro ‘Py_INCREF’
     #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
                                   ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/common_extension.cc:750:5: note: in expansion of macro ‘Py_RETURN_TRUE’
         Py_RETURN_TRUE;
         ^
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /usr/include/python2.7/boolobject.h:28:32: note: in expansion of macro ‘Py_INCREF’
     #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
                                    ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/common_extension.cc:752:3: note: in expansion of macro ‘Py_RETURN_FALSE’
       Py_RETURN_FALSE;
       ^
    [ 72%] Built target logging_test
    [ 73%] Linking CXX executable signal_test
    Scanning dependencies of target object_manager_stress_test
    [ 74%] Building CXX object src/ray/object_manager/CMakeFiles/object_manager_stress_test.dir/test/object_manager_stress_test.cc.o
    [ 74%] Built target signal_test
    Scanning dependencies of target object_manager_test
    [ 75%] Building CXX object src/ray/object_manager/CMakeFiles/object_manager_test.dir/test/object_manager_test.cc.o
    [ 75%] Linking CXX shared library libray_redis_module.so
    [ 75%] Built target ray_redis_module
    [ 76%] Building CXX object src/ray/raylet/CMakeFiles/local_scheduler_library_python.dir/lib/python/local_scheduler_extension.cc.o
    Scanning dependencies of target object_manager
    [ 77%] Building CXX object src/ray/object_manager/CMakeFiles/object_manager.dir/object_manager.cc.o
    [ 78%] Linking CXX executable asio_test
    [ 78%] Built target asio_test
    Scanning dependencies of target client_connection_test
    [ 79%] Building CXX object src/ray/raylet/CMakeFiles/client_connection_test.dir/client_connection_test.cc.o
    In file included from /usr/include/python2.7/Python.h:80:0,
                     from /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc:1:
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc: In function ‘void initliblocal_scheduler_library_python()’:
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc:500:3: note: in expansion of macro ‘Py_INCREF’
       Py_INCREF(&PyTaskType);
       ^
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc:503:3: note: in expansion of macro ‘Py_INCREF’
       Py_INCREF(&PyObjectIDType);
       ^
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc:506:3: note: in expansion of macro ‘Py_INCREF’
       Py_INCREF(&PyLocalSchedulerClientType);
       ^
    /usr/include/python2.7/object.h:769:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
         ((PyObject*)(op))->ob_refcnt++)
                          ^
    /home/rjn/projects/RL/ray/src/ray/raylet/lib/python/local_scheduler_extension.cc:514:3: note: in expansion of macro ‘Py_INCREF’
       Py_INCREF(&PyRayConfigType);
       ^
    [ 80%] Linking CXX shared library liblocal_scheduler_library_python.so
    [ 80%] Built target local_scheduler_library_python
    Scanning dependencies of target worker_pool_test
    [ 81%] Building CXX object src/ray/raylet/CMakeFiles/worker_pool_test.dir/worker_pool_test.cc.o
    [ 81%] Linking CXX executable object_manager_stress_test
    [ 82%] Linking CXX executable client_test
    [ 82%] Linking CXX executable client_connection_test
    [ 83%] Linking CXX static library librayletlib.a
    [ 84%] Built target rayletlib
    [ 84%] Built target client_connection_test
    Scanning dependencies of target task_test
    [ 84%] Building CXX object src/ray/raylet/CMakeFiles/task_test.dir/task_test.cc.o
    [ 84%] Built target client_test
    Scanning dependencies of target object_manager_integration_test
    Scanning dependencies of target lineage_cache_test
    [ 85%] Building CXX object src/ray/raylet/CMakeFiles/object_manager_integration_test.dir/object_manager_integration_test.cc.o
    [ 86%] Building CXX object src/ray/raylet/CMakeFiles/lineage_cache_test.dir/lineage_cache_test.cc.o
    [ 86%] Built target object_manager_stress_test
    Scanning dependencies of target task_dependency_manager_test
    [ 87%] Building CXX object src/ray/raylet/CMakeFiles/task_dependency_manager_test.dir/task_dependency_manager_test.cc.o
    [ 88%] Linking CXX executable object_manager_test
    [ 88%] Built target object_manager_test
    Scanning dependencies of target reconstruction_policy_test
    [ 89%] Building CXX object src/ray/raylet/CMakeFiles/reconstruction_policy_test.dir/reconstruction_policy_test.cc.o
    [ 90%] Linking CXX executable task_test
    [ 90%] Built target task_test
    Scanning dependencies of target raylet
    [ 91%] Building CXX object src/ray/raylet/CMakeFiles/raylet.dir/main.cc.o
    [ 91%] Linking CXX static library libobject_manager.a
    [ 92%] Built target object_manager
    Scanning dependencies of target raylet_monitor
    [ 93%] Building CXX object src/ray/raylet/CMakeFiles/raylet_monitor.dir/monitor_main.cc.o
    [ 94%] Linking CXX executable worker_pool_test
    [ 94%] Built target worker_pool_test
    [ 94%] Linking CXX executable lineage_cache_test
    [ 95%] Linking CXX executable object_manager_integration_test
    [ 95%] Built target lineage_cache_test
    [ 96%] Linking CXX executable raylet_monitor
    [ 96%] Built target raylet_monitor
    [ 96%] Built target object_manager_integration_test
    [ 96%] Linking CXX executable raylet
    [ 96%] Built target raylet
    Scanning dependencies of target copy_ray_files
    [ 96%] Built target copy_ray_files
    [ 97%] Linking CXX executable task_dependency_manager_test
    [ 97%] Built target task_dependency_manager_test
    [ 98%] Linking CXX executable reconstruction_policy_test
    [ 98%] Built target reconstruction_policy_test
    [ 50%] Linking CXX shared module release/lib.so
    [ 50%] Built target lib
    Scanning dependencies of target _parquet_pyx
    [ 58%] Compiling Cython CXX source for _parquet...
    [ 58%] Built target _parquet_pyx
    Scanning dependencies of target _parquet
    [ 66%] Building CXX object CMakeFiles/_parquet.dir/_parquet.cpp.o
    [ 75%] Linking CXX shared module release/_parquet.so
    [ 75%] Built target _parquet
    Scanning dependencies of target _csv_pyx
    [ 83%] Compiling Cython CXX source for _csv...
    [ 83%] Built target _csv_pyx
    Scanning dependencies of target _csv
    [ 91%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
    [100%] Linking CXX shared module release/_csv.so
    [100%] Built target _csv
    -- Finished cmake --build for pyarrow
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow
    (['release/libarrow.so.12', 'release/libarrow.so'], 'release/libarrow.so.12')
    (['release/libarrow_python.so.12', 'release/libarrow_python.so'], 'release/libarrow_python.so.12')
    (['release/libplasma.so.12', 'release/libplasma.so'], 'release/libplasma.so.12')
    (['release/libparquet.so.12', 'release/libparquet.so'], 'release/libparquet.so.12')
    Bundling includes: release/include
    ('Moving generated C++ source', 'lib.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/lib.cpp')
    ('Moving built C-extension', 'release/lib.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/lib.so')
    ('Moving generated C++ source', '_csv.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_csv.cpp')
    ('Moving built C-extension', 'release/_csv.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_csv.so')
    release/_cuda.so
    Cython module _cuda failure permitted
    ('Moving generated C++ source', '_parquet.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_parquet.cpp')
    ('Moving built C-extension', 'release/_parquet.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_parquet.so')
    release/_orc.so
    Cython module _orc failure permitted
    ('Moving generated C++ source', '_plasma.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_plasma.cpp')
    ('Moving built C-extension', 'release/_plasma.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_plasma.so')
    [ 99%] Performing build step for 'pyarrow_ext'
    running build_ext
    -- Running cmake for pyarrow
    cmake -DPYTHON_EXECUTABLE=/usr/bin/python  -DPYARROW_BUILD_PARQUET=on -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_BUILD_PLASMA=on -DPYARROW_USE_TENSORFLOW=on -DPYARROW_BUNDLE_ARROW_CPP=ON -DCMAKE_BUILD_TYPE=release /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python
    INFOCompiler command: /usr/bin/c++
    INFOCompiler 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)

    INFOCompiler id: GNU
    Selected compiler gcc 5.4.0
    Optional gold linker is buggy, using ld linker instead
    Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
    -- Build Type: RELEASE
    -- Build output directory: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/temp.linux-x86_64-2.7/release
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
    -- Looking for python2.7
    -- Found Python lib /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
    -- Arrow SO and ABI version: 12
    -- Arrow full SO version: 12.0.0
    -- Found the Arrow core library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    -- Found the Arrow Python library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so
    Added shared library dependency arrow: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow.so
    Added shared library dependency arrow_python: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libarrow_python.so
    -- Parquet C++ ABI version: 12
    -- Parquet C++ SO version: 12
    -- Searching for parquet libs in: /home/rjn/projects/RL/ray/build/external/arrow-install/lib
    -- Found the Parquet library: parquet
    Added shared library dependency parquet: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libparquet.so
    -- Plasma SO and ABI version: 12
    -- Plasma full SO version: 12.0.0
    -- Found the Plasma core library: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    -- Found Plasma executable: /home/rjn/projects/RL/ray/build/external/arrow-install/bin/plasma_store_server
    Added shared library dependency libplasma: /home/rjn/projects/RL/ray/build/external/arrow-install/lib/libplasma.so
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/temp.linux-x86_64-2.7
    -- Finished cmake for pyarrow
    -- Running cmake --build for pyarrow
    cmake --build . --config release --
    make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
    [  8%] Compiling Cython CXX source for _plasma...
    [  8%] Built target _plasma_pyx
    Scanning dependencies of target _plasma
    [ 16%] Building CXX object CMakeFiles/_plasma.dir/_plasma.cpp.o
    [ 25%] Linking CXX shared module release/_plasma.so
    [ 25%] Built target _plasma
    [ 33%] Compiling Cython CXX source for lib...
    [ 33%] Built target lib_pyx
    Scanning dependencies of target lib
    [ 41%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
    [ 50%] Linking CXX shared module release/lib.so
    [ 50%] Built target lib
    [ 58%] Compiling Cython CXX source for _parquet...
    [ 58%] Built target _parquet_pyx
    Scanning dependencies of target _parquet
    [ 66%] Building CXX object CMakeFiles/_parquet.dir/_parquet.cpp.o
    [ 75%] Linking CXX shared module release/_parquet.so
    [ 75%] Built target _parquet
    [ 83%] Compiling Cython CXX source for _csv...
    [ 83%] Built target _csv_pyx
    Scanning dependencies of target _csv
    [ 91%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
    [100%] Linking CXX shared module release/_csv.so
    [100%] Built target _csv
    -- Finished cmake --build for pyarrow
    /home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow
    (['release/libarrow.so.12', 'release/libarrow.so'], 'release/libarrow.so.12')
    (['release/libarrow_python.so.12', 'release/libarrow_python.so'], 'release/libarrow_python.so.12')
    (['release/libplasma.so.12', 'release/libplasma.so'], 'release/libplasma.so.12')
    (['release/libparquet.so.12', 'release/libparquet.so'], 'release/libparquet.so.12')
    Bundling includes: release/include
    ('Moving generated C++ source', 'lib.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/lib.cpp')
    ('Moving built C-extension', 'release/lib.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/lib.so')
    ('Moving generated C++ source', '_csv.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_csv.cpp')
    ('Moving built C-extension', 'release/_csv.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_csv.so')
    release/_cuda.so
    Cython module _cuda failure permitted
    ('Moving generated C++ source', '_parquet.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_parquet.cpp')
    ('Moving built C-extension', 'release/_parquet.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_parquet.so')
    release/_orc.so
    Cython module _orc failure permitted
    ('Moving generated C++ source', '_plasma.cpp', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_plasma.cpp')
    ('Moving built C-extension', 'release/_plasma.so', 'to build path', '/home/rjn/projects/RL/ray/build/external/arrow/src/arrow_ep/python/build/lib.linux-x86_64-2.7/pyarrow/_plasma.so')
    [ 99%] Performing install step for 'pyarrow_ext'
    [100%] Completed 'pyarrow_ext'
    [100%] Built target pyarrow_ext
    Scanning dependencies of target copy_ray
    [100%] Built target copy_ray
    + popd
    ~/projects/RL/ray/python
    Copying ray/core/src/ray/thirdparty/redis/src/redis-server to build/lib.linux-x86_64-2.7/ray/core/src/ray/thirdparty/redis/src/redis-server.
    Copying ray/core/src/ray/gcs/redis_module/libray_redis_module.so to build/lib.linux-x86_64-2.7/ray/core/src/ray/gcs/redis_module/libray_redis_module.so.
    Copying ray/core/src/plasma/plasma_store_server to build/lib.linux-x86_64-2.7/ray/core/src/plasma/plasma_store_server.
    Copying ray/core/src/ray/raylet/liblocal_scheduler_library_python.so to build/lib.linux-x86_64-2.7/ray/core/src/ray/raylet/liblocal_scheduler_library_python.so.
    Copying ray/core/src/ray/raylet/raylet_monitor to build/lib.linux-x86_64-2.7/ray/core/src/ray/raylet/raylet_monitor.
    Copying ray/core/src/ray/raylet/raylet to build/lib.linux-x86_64-2.7/ray/core/src/ray/raylet/raylet.
    Copying ray/WebUI.ipynb to build/lib.linux-x86_64-2.7/ray/WebUI.ipynb.
    Copying ./ray/pyarrow_files/pyarrow/types.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/types.py.
    Copying ./ray/pyarrow_files/pyarrow/_plasma.cpp to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_plasma.cpp.
    Copying ./ray/pyarrow_files/pyarrow/_plasma.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_plasma.so.
    Copying ./ray/pyarrow_files/pyarrow/orc.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/orc.py.
    Copying ./ray/pyarrow_files/pyarrow/pandas_compat.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/pandas_compat.py.
    Copying ./ray/pyarrow_files/pyarrow/serialization.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/serialization.pxi.
    Copying ./ray/pyarrow_files/pyarrow/scalar.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/scalar.pxi.
    Copying ./ray/pyarrow_files/pyarrow/libarrow.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libarrow.so.
    Copying ./ray/pyarrow_files/pyarrow/_parquet.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_parquet.pyx.
    Copying ./ray/pyarrow_files/pyarrow/libparquet.so.12 to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libparquet.so.12.
    Copying ./ray/pyarrow_files/pyarrow/_generated_version.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_generated_version.py.
    Copying ./ray/pyarrow_files/pyarrow/parquet.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/parquet.py.
    Copying ./ray/pyarrow_files/pyarrow/libplasma.so.12 to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libplasma.so.12.
    Copying ./ray/pyarrow_files/pyarrow/_csv.cpp to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_csv.cpp.
    Copying ./ray/pyarrow_files/pyarrow/_orc.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_orc.pxd.
    Copying ./ray/pyarrow_files/pyarrow/lib.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/lib.pxd.
    Copying ./ray/pyarrow_files/pyarrow/error.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/error.pxi.
    Copying ./ray/pyarrow_files/pyarrow/plasma.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/plasma.py.
    Copying ./ray/pyarrow_files/pyarrow/ipc.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/ipc.py.
    Copying ./ray/pyarrow_files/pyarrow/_cuda.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_cuda.pyx.
    Copying ./ray/pyarrow_files/pyarrow/libarrow_python.so.12 to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libarrow_python.so.12.
    Copying ./ray/pyarrow_files/pyarrow/__init__.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/__init__.py.
    Copying ./ray/pyarrow_files/pyarrow/public-api.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/public-api.pxi.
    Copying ./ray/pyarrow_files/pyarrow/lib_api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/lib_api.h.
    Copying ./ray/pyarrow_files/pyarrow/io.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/io.pxi.
    Copying ./ray/pyarrow_files/pyarrow/lib.cpp to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/lib.cpp.
    Copying ./ray/pyarrow_files/pyarrow/feather.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/feather.py.
    Copying ./ray/pyarrow_files/pyarrow/types.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/types.pxi.
    Copying ./ray/pyarrow_files/pyarrow/_csv.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_csv.so.
    Copying ./ray/pyarrow_files/pyarrow/libarrow_python.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libarrow_python.so.
    Copying ./ray/pyarrow_files/pyarrow/filesystem.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/filesystem.py.
    Copying ./ray/pyarrow_files/pyarrow/hdfs.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/hdfs.py.
    Copying ./ray/pyarrow_files/pyarrow/feather.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/feather.pxi.
    Copying ./ray/pyarrow_files/pyarrow/io-hdfs.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/io-hdfs.pxi.
    Copying ./ray/pyarrow_files/pyarrow/__init__.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/__init__.pxd.
    Copying ./ray/pyarrow_files/pyarrow/builder.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/builder.pxi.
    Copying ./ray/pyarrow_files/pyarrow/_parquet.cpp to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_parquet.cpp.
    Copying ./ray/pyarrow_files/pyarrow/_orc.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_orc.pyx.
    Copying ./ray/pyarrow_files/pyarrow/_plasma.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_plasma.pyx.
    Copying ./ray/pyarrow_files/pyarrow/memory.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/memory.pxi.
    Copying ./ray/pyarrow_files/pyarrow/array.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/array.pxi.
    Copying ./ray/pyarrow_files/pyarrow/formatting.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/formatting.py.
    Copying ./ray/pyarrow_files/pyarrow/libplasma.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libplasma.so.
    Copying ./ray/pyarrow_files/pyarrow/_parquet.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_parquet.pxd.
    Copying ./ray/pyarrow_files/pyarrow/benchmark.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/benchmark.pxi.
    Copying ./ray/pyarrow_files/pyarrow/cuda.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/cuda.py.
    Copying ./ray/pyarrow_files/pyarrow/lib.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/lib.pyx.
    Copying ./ray/pyarrow_files/pyarrow/lib.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/lib.so.
    Copying ./ray/pyarrow_files/pyarrow/jvm.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/jvm.py.
    Copying ./ray/pyarrow_files/pyarrow/libarrow.so.12 to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libarrow.so.12.
    Copying ./ray/pyarrow_files/pyarrow/plasma_store_server to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/plasma_store_server.
    Copying ./ray/pyarrow_files/pyarrow/_cuda.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_cuda.pxd.
    Copying ./ray/pyarrow_files/pyarrow/libparquet.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/libparquet.so.
    Copying ./ray/pyarrow_files/pyarrow/ipc.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/ipc.pxi.
    Copying ./ray/pyarrow_files/pyarrow/compat.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/compat.py.
    Copying ./ray/pyarrow_files/pyarrow/table.pxi to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/table.pxi.
    Copying ./ray/pyarrow_files/pyarrow/csv.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/csv.py.
    Copying ./ray/pyarrow_files/pyarrow/benchmark.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/benchmark.py.
    Copying ./ray/pyarrow_files/pyarrow/util.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/util.py.
    Copying ./ray/pyarrow_files/pyarrow/_csv.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_csv.pyx.
    Copying ./ray/pyarrow_files/pyarrow/serialization.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/serialization.py.
    Copying ./ray/pyarrow_files/pyarrow/_parquet.so to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/_parquet.so.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_orc.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_orc.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/pandas_examples.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/pandas_examples.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_serialization.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_serialization.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_jvm.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_jvm.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_convert_pandas.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_convert_pandas.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_tensor.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_tensor.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_misc.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_misc.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_hdfs.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_hdfs.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_io.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_io.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_convert_builtin.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_convert_builtin.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_array.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_array.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_deprecations.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_deprecations.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_ipc.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_ipc.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_csv.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_csv.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/__init__.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/__init__.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_schema.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_schema.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/conftest.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/conftest.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_scalars.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_scalars.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_cython.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_cython.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_memory.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_memory.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_parquet.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_parquet.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_cuda_numba_interop.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_cuda_numba_interop.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_cuda.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_cuda.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/deserialize_buffer.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/deserialize_buffer.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_feather.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_feather.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/util.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/util.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_table.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_table.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_plasma_tf_op.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_plasma_tf_op.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_types.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_types.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_plasma.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_plasma.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/pyarrow_cython_example.pyx to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/pyarrow_cython_example.pyx.
    Copying ./ray/pyarrow_files/pyarrow/tests/test_builder.py to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/test_builder.py.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.parquet to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.parquet.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/decimal.orc to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/decimal.orc.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/decimal.jsn.gz to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/decimal.jsn.gz.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/README.md to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/README.md.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz.
    Copying ./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.orc to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tests/data/orc/TestOrcFile.test1.orc.
    Copying ./ray/pyarrow_files/pyarrow/includes/libarrow_cuda.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/includes/libarrow_cuda.pxd.
    Copying ./ray/pyarrow_files/pyarrow/includes/common.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/includes/common.pxd.
    Copying ./ray/pyarrow_files/pyarrow/includes/libarrow.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/includes/libarrow.pxd.
    Copying ./ray/pyarrow_files/pyarrow/includes/__init__.pxd to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/includes/__init__.pxd.
    Copying ./ray/pyarrow_files/pyarrow/tensorflow/plasma_op.cc to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/tensorflow/plasma_op.cc.
    Copying ./ray/pyarrow_files/pyarrow/include/plasma/test-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/plasma/test-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/plasma/common.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/plasma/common.h.
    Copying ./ray/pyarrow_files/pyarrow/include/plasma/compat.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/plasma/compat.h.
    Copying ./ray/pyarrow_files/pyarrow/include/plasma/client.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/plasma/client.h.
    Copying ./ray/pyarrow_files/pyarrow/include/plasma/events.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/plasma/events.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compare.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compare.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/status.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/status.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/test-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/test-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/memory_pool.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/memory_pool.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/stl.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/stl.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/buffer.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/buffer.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/allocator.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/allocator.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/builder.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/builder.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/record_batch.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/record_batch.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/visitor.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/visitor.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/array.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/array.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/visitor_inline.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/visitor_inline.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/tensor.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/tensor.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/table.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/table.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/type.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/type.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/type_traits.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/type_traits.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/type_fwd.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/type_fwd.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/pretty_print.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/pretty_print.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/table_builder.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/table_builder.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/arrow_to_pandas.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/arrow_to_pandas.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/config.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/config.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/helpers.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/helpers.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/common.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/common.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_to_arrow.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_to_arrow.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/pyarrow.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/pyarrow.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/platform.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/platform.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/iterators.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/iterators.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/type_traits.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/type_traits.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/python_to_arrow.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/python_to_arrow.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/deserialize.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/deserialize.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_convert.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_convert.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_interop.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/numpy_interop.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/decimal.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/decimal.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/inference.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/inference.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/serialize.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/serialize.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/init.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/init.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/benchmark.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/benchmark.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/python/io.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/python/io.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/kernel.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/kernel.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/context.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/context.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/boolean.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/boolean.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/cast.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/cast.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/hash.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/compute/kernels/hash.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/parser.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/parser.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/reader.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/reader.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/converter.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/converter.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/chunker.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/chunker.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/test-common.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/test-common.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/options.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/options.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/csv/column-builder.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/csv/column-builder.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_zstd.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_zstd.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/parallel.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/parallel.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/logging.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/logging.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/windows_compatibility.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/windows_compatibility.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/io-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/io-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_zlib.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_zlib.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/stopwatch.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/stopwatch.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/bit-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/bit-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/checked_cast.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/checked_cast.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/bit-stream-utils.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/bit-stream-utils.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/visibility.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/visibility.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compiler-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compiler-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_snappy.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_snappy.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/stl.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/stl.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_bz2.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_bz2.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/lazy.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/lazy.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/string.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/string.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/bpacking.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/bpacking.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/thread-pool.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/thread-pool.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/type_traits.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/type_traits.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/hash-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/hash-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/key_value_metadata.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/key_value_metadata.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/hash.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/hash.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/decimal.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/decimal.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/macros.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/macros.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/memory.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/memory.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_brotli.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_brotli.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/cpu-info.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/cpu-info.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression_lz4.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression_lz4.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/compression.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/compression.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/rle-encoding.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/rle-encoding.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/sse-util.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/sse-util.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant/optional.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant/optional.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_cast.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_cast.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_visitor.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_visitor.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_io.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant/variant_io.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/util/variant/recursive_wrapper.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/util/variant/recursive_wrapper.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/hdfs.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/hdfs.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/buffered.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/buffered.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/compressed.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/compressed.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/readahead.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/readahead.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/file.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/file.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/memory.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/memory.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/io/interfaces.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/io/interfaces.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/adapters/tensorflow/convert.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/adapters/tensorflow/convert.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/writer.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/writer.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/message.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/message.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/api.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/api.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/feather.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/feather.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/reader.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/reader.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/dictionary.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/dictionary.h.
    Copying ./ray/pyarrow_files/pyarrow/include/arrow/ipc/json.h to build/lib.linux-x86_64-2.7/./ray/pyarrow_files/pyarrow/include/arrow/ipc/json.h.
    Copying ray/core/generated/TaskReconstructionData.py to build/lib.linux-x86_64-2.7/ray/core/generated/TaskReconstructionData.py.
    Copying ray/core/generated/FunctionTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/FunctionTableData.py.
    Copying ray/core/generated/CustomSerializerData.py to build/lib.linux-x86_64-2.7/ray/core/generated/CustomSerializerData.py.
    Copying ray/core/generated/ProfileEvent.py to build/lib.linux-x86_64-2.7/ray/core/generated/ProfileEvent.py.
    Copying ray/core/generated/SchedulingState.py to build/lib.linux-x86_64-2.7/ray/core/generated/SchedulingState.py.
    Copying ray/core/generated/TablePrefix.py to build/lib.linux-x86_64-2.7/ray/core/generated/TablePrefix.py.
    Copying ray/core/generated/Arg.py to build/lib.linux-x86_64-2.7/ray/core/generated/Arg.py.
    Copying ray/core/generated/__init__.py to build/lib.linux-x86_64-2.7/ray/core/generated/__init__.py.
    Copying ray/core/generated/TaskInfo.py to build/lib.linux-x86_64-2.7/ray/core/generated/TaskInfo.py.
    Copying ray/core/generated/ResourcePair.py to build/lib.linux-x86_64-2.7/ray/core/generated/ResourcePair.py.
    Copying ray/core/generated/TaskTableTestAndUpdate.py to build/lib.linux-x86_64-2.7/ray/core/generated/TaskTableTestAndUpdate.py.
    Copying ray/core/generated/ErrorTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ErrorTableData.py.
    Copying ray/core/generated/ClientTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ClientTableData.py.
    Copying ray/core/generated/Language.py to build/lib.linux-x86_64-2.7/ray/core/generated/Language.py.
    Copying ray/core/generated/HeartbeatTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/HeartbeatTableData.py.
    Copying ray/core/generated/TaskLeaseData.py to build/lib.linux-x86_64-2.7/ray/core/generated/TaskLeaseData.py.
    Copying ray/core/generated/DriverTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/DriverTableData.py.
    Copying ray/core/generated/ObjectTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ObjectTableData.py.
    Copying ray/core/generated/ClassTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ClassTableData.py.
    Copying ray/core/generated/TablePubsub.py to build/lib.linux-x86_64-2.7/ray/core/generated/TablePubsub.py.
    Copying ray/core/generated/GcsTableEntry.py to build/lib.linux-x86_64-2.7/ray/core/generated/GcsTableEntry.py.
    Copying ray/core/generated/ConfigTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ConfigTableData.py.
    Copying ray/core/generated/TaskTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/TaskTableData.py.
    Copying ray/core/generated/ActorTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ActorTableData.py.
    Copying ray/core/generated/ProfileTableData.py to build/lib.linux-x86_64-2.7/ray/core/generated/ProfileTableData.py.
    Copying ray/core/generated/RayResource.py to build/lib.linux-x86_64-2.7/ray/core/generated/RayResource.py.
    Copying ray/core/generated/ray/__init__.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/__init__.py.
    Copying ray/core/generated/ray/protocol/RegisterClientRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/RegisterClientRequest.py.
    Copying ray/core/generated/ray/protocol/PushErrorRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/PushErrorRequest.py.
    Copying ray/core/generated/ray/protocol/FreeObjectsRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/FreeObjectsRequest.py.
    Copying ray/core/generated/ray/protocol/__init__.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/__init__.py.
    Copying ray/core/generated/ray/protocol/RegisterNodeManagerRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/RegisterNodeManagerRequest.py.
    Copying ray/core/generated/ray/protocol/SubmitTaskRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/SubmitTaskRequest.py.
    Copying ray/core/generated/ray/protocol/RegisterClientReply.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/RegisterClientReply.py.
    Copying ray/core/generated/ray/protocol/ReconstructObjects.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/ReconstructObjects.py.
    Copying ray/core/generated/ray/protocol/WaitReply.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/WaitReply.py.
    Copying ray/core/generated/ray/protocol/ForwardTaskRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/ForwardTaskRequest.py.
    Copying ray/core/generated/ray/protocol/GetTaskReply.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/GetTaskReply.py.
    Copying ray/core/generated/ray/protocol/Task.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/Task.py.
    Copying ray/core/generated/ray/protocol/TaskExecutionSpecification.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/TaskExecutionSpecification.py.
    Copying ray/core/generated/ray/protocol/ResourceIdSetInfo.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/ResourceIdSetInfo.py.
    Copying ray/core/generated/ray/protocol/DisconnectClient.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/DisconnectClient.py.
    Copying ray/core/generated/ray/protocol/MessageType.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/MessageType.py.
    Copying ray/core/generated/ray/protocol/WaitRequest.py to build/lib.linux-x86_64-2.7/ray/core/generated/ray/protocol/WaitRequest.py.
    Copying ray/core/src/catapult_files/index.html to build/lib.linux-x86_64-2.7/ray/core/src/catapult_files/index.html.
    Failed to copy optional file ray/core/src/catapult_files/index.html. This is ok.
    Copying ray/core/src/catapult_files/trace_viewer_full.html to build/lib.linux-x86_64-2.7/ray/core/src/catapult_files/trace_viewer_full.html.
    Failed to copy optional file ray/core/src/catapult_files/trace_viewer_full.html. This is ok.
    Copying ray/autoscaler/aws/example-full.yaml to build/lib.linux-x86_64-2.7/ray/autoscaler/aws/example-full.yaml.
    Copying ray/autoscaler/gcp/example-full.yaml to build/lib.linux-x86_64-2.7/ray/autoscaler/gcp/example-full.yaml.
    Creating /usr/local/lib/python2.7/dist-packages/ray.egg-link (link to .)
    Adding ray 0.5.3 to easy-install.pth file
    Installing rllib script to /usr/local/bin
    Installing ray script to /usr/local/bin

    Installed /home/rjn/projects/RL/ray/python
Successfully installed ray
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-u2p7Kx'
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 10163
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
rnunziata commented 5 years ago

I reinstalled using pip and now it works ... but I still get errors I think maybe do to enviroment. The installed this way: It is installed in: /usr/local/lib/python2.7/dist-packages/ray/core/generated/ray/protocol/Task.py but if I compile install from source it is not. Any ideas?

robertnishihara commented 5 years ago

Closing because installation has changed substantially (using bazel now).