Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile boost from source to fix macOS wheels #1688

Merged
merged 7 commits into from
Mar 9, 2018

Conversation

pcmoritz
Copy link
Contributor

@pcmoritz pcmoritz commented Mar 9, 2018

What do these changes do?

This compiles boost from source on macOS and links Ray and Arrow against it.

Related issue number

#1597

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/4218/
Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/4219/
Test PASSed.

@robertnishihara robertnishihara merged commit 5ef0892 into ray-project:master Mar 9, 2018
@robertnishihara robertnishihara deleted the fix-boost-macos branch March 9, 2018 07:22
@robertnishihara
Copy link
Collaborator

I don't think this solves the issue. I just compiled and did brew uninstall boost and then import ray gave

ImportError: dlopen(/Users/rkn/Workspace/ray/python/ray/pyarrow_files/pyarrow/lib.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/boost/lib/libboost_regex-mt.dylib
  Referenced from: /Users/rkn/Workspace/ray/python/ray/pyarrow_files/pyarrow/libparquet.1.dylib
  Reason: image not found

Note that I had boost installed with brew before compilation and then uninstalled it before doing import ray. If I do brew install boost, then import ray works.

Full installation log below

17:40 $ pip install -e . --verbose
Obtaining file:https:///Users/rkn/Workspace/ray/python
  Running setup.py (path:/Users/rkn/Workspace/ray/python/setup.py) egg_info for package from file:https:///Users/rkn/Workspace/ray/python
    Running command python setup.py egg_info
    running egg_info
    writing ray.egg-info/PKG-INFO
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.txt
    writing requirements to ray.egg-info/requires.txt
    writing top-level names to ray.egg-info/top_level.txt
    reading manifest file 'ray.egg-info/SOURCES.txt'
    writing manifest file 'ray.egg-info/SOURCES.txt'
  Source in /Users/rkn/Workspace/ray/python has version 0.3.1, which satisfies requirement ray==0.3.1 from file:https:///Users/rkn/Workspace/ray/python
Requirement already satisfied: numpy in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: funcsigs in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: click in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: colorama in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: psutil in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: pytest in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: pyyaml in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: redis in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: six>=1.0.0 in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: flatbuffers in /Users/rkn/anaconda3/lib/python3.6/site-packages (from ray==0.3.1)
Requirement already satisfied: py>=1.5.0 in /Users/rkn/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.3.1)
Requirement already satisfied: pluggy<0.7,>=0.5 in /Users/rkn/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.3.1)
Requirement already satisfied: attrs>=17.2.0 in /Users/rkn/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.3.1)
Requirement already satisfied: setuptools in /Users/rkn/anaconda3/lib/python3.6/site-packages (from pytest->ray==0.3.1)
Installing collected packages: ray
  Found existing installation: ray 0.3.1
    Uninstalling ray-0.3.1:
      Removing file or directory /Users/rkn/anaconda3/bin/ray
      Removing file or directory /Users/rkn/anaconda3/lib/python3.6/site-packages/ray.egg-link
      Removing pth entries from /Users/rkn/anaconda3/lib/python3.6/site-packages/easy-install.pth:
      Removing entry: /Users/rkn/Workspace/ray/python
      Successfully uninstalled ray-0.3.1
  Running setup.py develop for ray
    Running command /Users/rkn/anaconda3/bin/python -c "import setuptools, tokenize;__file__='/Users/rkn/Workspace/ray/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps
    running develop
    running egg_info
    writing ray.egg-info/PKG-INFO
    writing dependency_links to ray.egg-info/dependency_links.txt
    writing entry points to ray.egg-info/entry_points.txt
    writing requirements to ray.egg-info/requires.txt
    writing top-level names to ray.egg-info/top_level.txt
    reading manifest file 'ray.egg-info/SOURCES.txt'
    writing manifest file 'ray.egg-info/SOURCES.txt'
    running build_ext
    + set -e
    +++ dirname ../build.sh
    ++ cd ..
    ++ pwd
    + ROOT_DIR=/Users/rkn/Workspace/ray
    + [[ -z /Users/rkn/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/Users/rkn/anaconda3/bin/python
    + echo 'Using Python executable /Users/rkn/anaconda3/bin/python.'
    Using Python executable /Users/rkn/anaconda3/bin/python.
    + bash /Users/rkn/Workspace/ray/setup_thirdparty.sh /Users/rkn/anaconda3/bin/python
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/setup_thirdparty.sh
    ++ cd /Users/rkn/Workspace/ray
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray
    + [[ -z /Users/rkn/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/Users/rkn/anaconda3/bin/python
    + echo 'Using Python executable /Users/rkn/anaconda3/bin/python.'
    Using Python executable /Users/rkn/anaconda3/bin/python.
    + /Users/rkn/Workspace/ray/thirdparty/scripts/setup.sh /Users/rkn/anaconda3/bin/python
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/setup.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_SCRIPT_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/..
    + mkdir -p /Users/rkn/Workspace/ray/thirdparty/scripts/../build
    + mkdir -p /Users/rkn/Workspace/ray/thirdparty/scripts/../pkg
    + [[ -z /Users/rkn/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/Users/rkn/anaconda3/bin/python
    + echo 'Using Python executable /Users/rkn/anaconda3/bin/python.'
    Using Python executable /Users/rkn/anaconda3/bin/python.
    ++ uname
    + unamestr=Darwin
    + bash /Users/rkn/Workspace/ray/thirdparty/scripts/build_redis.sh
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/build_redis.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/../
    + '[' '!' -f /Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/redis/src/redis-server ']'
    + bash /Users/rkn/Workspace/ray/thirdparty/scripts/build_credis.sh
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/build_credis.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/../
    + ROOT_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/..//..
    + [[ '' = \o\n ]]
    + bash /Users/rkn/Workspace/ray/thirdparty/scripts/build_boost.sh
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/build_boost.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/../
    + BOOST_VERSION=1.65.1
    + BOOST_VERSION_UNDERSCORE=1_65_1
    + [[ ! -d /Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/boost ]]
    + for COUNT in '{1..20}'
    + wget --no-check-certificate https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.gz -O /Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1.tar.gz
    --2018-03-09 00:19:05--  https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.gz
    Resolving dl.bintray.com... 75.126.118.188
    Connecting to dl.bintray.com|75.126.118.188|:443... connected.
    HTTP request sent, awaiting response... 302
    Location: https://akamai.bintray.com/a1/a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60?__gda__=exp=1520584265~hmac=40c6135424a891113b5ecb1983dcb06850c9a1219cdbe1b8271ad5ac3071152e&response-content-disposition=attachment%3Bfilename%3D%22boost_1_65_1.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX180tqVp6CMX43oZOATiIy73wVB7DzFgZyUCbMfrYTR3qsdI9cMnvm79ey_NVqfGvJFDFDV1zbYav2Pz7NltColvQSKb9PRv75dTngkYsspLWHdOTDET4vxnSs8i1NvNAHo8-wARot3dxw&response-X-Checksum-Sha1=c066ac5c2f42fa2b870362c3c931ef73ffc6f24f&response-X-Checksum-Sha2=a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60 [following]
    --2018-03-09 00:19:05--  https://akamai.bintray.com/a1/a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60?__gda__=exp=1520584265~hmac=40c6135424a891113b5ecb1983dcb06850c9a1219cdbe1b8271ad5ac3071152e&response-content-disposition=attachment%3Bfilename%3D%22boost_1_65_1.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX180tqVp6CMX43oZOATiIy73wVB7DzFgZyUCbMfrYTR3qsdI9cMnvm79ey_NVqfGvJFDFDV1zbYav2Pz7NltColvQSKb9PRv75dTngkYsspLWHdOTDET4vxnSs8i1NvNAHo8-wARot3dxw&response-X-Checksum-Sha1=c066ac5c2f42fa2b870362c3c931ef73ffc6f24f&response-X-Checksum-Sha2=a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60
    Resolving akamai.bintray.com... 23.197.97.17
    Connecting to akamai.bintray.com|23.197.97.17|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 97448134 (93M) [application/gzip]
    Saving to: ‘/Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1.tar.gz’

         0K .......... .......... .......... .......... ..........  0% 2.96M 31s
        50K .......... .......... .......... .......... ..........  0% 2.95M 31s
       100K .......... .......... .......... .......... ..........  0% 8.96M 24s
       150K .......... .......... .......... .......... ..........  0% 4.82M 23s
       200K .......... .......... .......... .......... ..........  0% 6.20M 21s
       250K .......... .......... .......... .......... ..........  0% 9.00M 20s
       300K .......... .......... .......... .......... ..........  0% 6.39M 19s
       350K .......... .......... .......... .......... ..........  0% 8.79M 18s
       400K .......... .......... .......... .......... ..........  0% 14.2M 17s
       450K .......... .......... .......... .......... ..........  0% 10.4M 16s
       500K .......... .......... .......... .......... ..........  0% 8.36M 15s
       550K .......... .......... .......... .......... ..........  0% 9.83M 15s
       600K .......... .......... .......... .......... ..........  0% 12.3M 14s
       650K .......... .......... .......... .......... ..........  0% 11.7M 14s
       700K .......... .......... .......... .......... ..........  0% 10.1M 13s
       750K .......... .......... .......... .......... ..........  0% 11.6M 13s
       800K .......... .......... .......... .......... ..........  0% 10.9M 13s
       850K .......... .......... .......... .......... ..........  0% 14.8M 12s
       900K .......... .......... .......... .......... ..........  0% 6.08M 13s
       950K .......... .......... .......... .......... ..........  1% 11.4M 12s
      1000K .......... .......... .......... .......... ..........  1% 21.9M 12s
      1050K .......... .......... .......... .......... ..........  1% 11.9M 12s
      1100K .......... .......... .......... .......... ..........  1% 12.0M 12s
      1150K .......... .......... .......... .......... ..........  1% 10.6M 11s
      1200K .......... .......... .......... .......... ..........  1% 13.2M 11s
      1250K .......... .......... .......... .......... ..........  1% 7.66M 11s
      1300K .......... .......... .......... .......... ..........  1% 7.64M 11s
      1350K .......... .......... .......... .......... ..........  1% 15.1M 11s
      1400K .......... .......... .......... .......... ..........  1% 11.2M 11s
      1450K .......... .......... .......... .......... ..........  1% 11.6M 11s
      1500K .......... .......... .......... .......... ..........  1% 7.89M 11s
      1550K .......... .......... .......... .......... ..........  1% 10.7M 11s
      1600K .......... .......... .......... .......... ..........  1% 12.1M 11s
      1650K .......... .......... .......... .......... ..........  1% 7.91M 11s
      1700K .......... .......... .......... .......... ..........  1% 16.7M 11s
      1750K .......... .......... .......... .......... ..........  1% 9.56M 11s
      1800K .......... .......... .......... .......... ..........  1% 14.9M 10s
      1850K .......... .......... .......... .......... ..........  1% 7.36M 10s
      1900K .......... .......... .......... .......... ..........  2% 19.3M 10s
      1950K .......... .......... .......... .......... ..........  2% 9.21M 10s
      2000K .......... .......... .......... .......... ..........  2% 11.5M 10s
      2050K .......... .......... .......... .......... ..........  2% 16.6M 10s
      2100K .......... .......... .......... .......... ..........  2% 8.99M 10s
      2150K .......... .......... .......... .......... ..........  2% 3.76M 10s
      2200K .......... .......... .......... .......... ..........  2% 14.1M 10s
      2250K .......... .......... .......... .......... ..........  2% 19.2M 10s
      2300K .......... .......... .......... .......... ..........  2% 10.9M 10s
      2350K .......... .......... .......... .......... ..........  2% 10.6M 10s
      2400K .......... .......... .......... .......... ..........  2% 15.3M 10s
      2450K .......... .......... .......... .......... ..........  2% 32.5M 10s
      2500K .......... .......... .......... .......... ..........  2% 17.4M 10s
      2550K .......... .......... .......... .......... ..........  2% 2.37M 10s
      2600K .......... .......... .......... .......... ..........  2% 8.47M 10s
      2650K .......... .......... .......... .......... ..........  2% 17.3M 10s
      2700K .......... .......... .......... .......... ..........  2% 8.19M 10s
      2750K .......... .......... .......... .......... ..........  2% 12.1M 10s
      2800K .......... .......... .......... .......... ..........  2% 13.8M 10s
      2850K .......... .......... .......... .......... ..........  3% 3.19M 10s
      2900K .......... .......... .......... .......... ..........  3% 9.14M 10s
      2950K .......... .......... .......... .......... ..........  3% 17.6M 10s
      3000K .......... .......... .......... .......... ..........  3% 8.12M 10s
      3050K .......... .......... .......... .......... ..........  3% 12.8M 10s
      3100K .......... .......... .......... .......... ..........  3% 10.4M 10s
      3150K .......... .......... .......... .......... ..........  3% 20.3M 10s
      3200K .......... .......... .......... .......... ..........  3% 8.71M 10s
      3250K .......... .......... .......... .......... ..........  3% 10.2M 10s
      3300K .......... .......... .......... .......... ..........  3% 17.0M 10s
      3350K .......... .......... .......... .......... ..........  3% 10.1M 10s
      3400K .......... .......... .......... .......... ..........  3% 10.3M 10s
      3450K .......... .......... .......... .......... ..........  3% 6.63M 10s
      3500K .......... .......... .......... .......... ..........  3% 9.61M 10s
      3550K .......... .......... .......... .......... ..........  3% 9.94M 10s
      3600K .......... .......... .......... .......... ..........  3% 14.7M 10s
      3650K .......... .......... .......... .......... ..........  3% 7.10M 10s
      3700K .......... .......... .......... .......... ..........  3% 5.42M 10s
      3750K .......... .......... .......... .......... ..........  3% 12.0M 10s
      3800K .......... .......... .......... .......... ..........  4% 20.6M 10s
      3850K .......... .......... .......... .......... ..........  4% 10.7M 10s
      3900K .......... .......... .......... .......... ..........  4% 14.0M 10s
      3950K .......... .......... .......... .......... ..........  4% 1.13M 11s
      4000K .......... .......... .......... .......... ..........  4%  135M 11s
      4050K .......... .......... .......... .......... ..........  4%  183M 10s
      4100K .......... .......... .......... .......... ..........  4%  134M 10s
      4150K .......... .......... .......... .......... ..........  4%  211M 10s
      4200K .......... .......... .......... .......... ..........  4%  195M 10s
      4250K .......... .......... .......... .......... ..........  4%  135M 10s
      4300K .......... .......... .......... .......... ..........  4%  247M 10s
      4350K .......... .......... .......... .......... ..........  4%  148M 10s
      4400K .......... .......... .......... .......... ..........  4%  154M 10s
      4450K .......... .......... .......... .......... ..........  4% 11.4M 10s
      4500K .......... .......... .......... .......... ..........  4% 12.9M 10s
      4550K .......... .......... .......... .......... ..........  4% 6.62M 10s
      4600K .......... .......... .......... .......... ..........  4% 9.11M 10s
      4650K .......... .......... .......... .......... ..........  4% 9.82M 10s
      4700K .......... .......... .......... .......... ..........  4% 7.16M 10s
      4750K .......... .......... .......... .......... ..........  5% 8.56M 10s
      4800K .......... .......... .......... .......... ..........  5% 9.68M 10s
      4850K .......... .......... .......... .......... ..........  5% 8.79M 10s
      4900K .......... .......... .......... .......... ..........  5% 10.7M 10s
      4950K .......... .......... .......... .......... ..........  5% 10.0M 10s
      5000K .......... .......... .......... .......... ..........  5% 13.0M 10s
      5050K .......... .......... .......... .......... ..........  5% 6.83M 10s
      5100K .......... .......... .......... .......... ..........  5% 12.3M 10s
      5150K .......... .......... .......... .......... ..........  5% 11.4M 10s
      5200K .......... .......... .......... .......... ..........  5% 9.17M 10s
      5250K .......... .......... .......... .......... ..........  5% 19.6M 9s
      5300K .......... .......... .......... .......... ..........  5% 13.5M 9s
      5350K .......... .......... .......... .......... ..........  5% 13.5M 9s
      5400K .......... .......... .......... .......... ..........  5% 5.46M 9s
      5450K .......... .......... .......... .......... ..........  5% 7.59M 9s
      5500K .......... .......... .......... .......... ..........  5% 7.29M 9s
      5550K .......... .......... .......... .......... ..........  5% 8.71M 9s
      5600K .......... .......... .......... .......... ..........  5% 28.7M 9s
      5650K .......... .......... .......... .......... ..........  5% 16.2M 9s
      5700K .......... .......... .......... .......... ..........  6% 10.8M 9s
      5750K .......... .......... .......... .......... ..........  6% 19.3M 9s
      5800K .......... .......... .......... .......... ..........  6% 14.7M 9s
      5850K .......... .......... .......... .......... ..........  6% 9.22M 9s
      5900K .......... .......... .......... .......... ..........  6% 37.7M 9s
      5950K .......... .......... .......... .......... ..........  6% 14.9M 9s
      6000K .......... .......... .......... .......... ..........  6% 10.2M 9s
      6050K .......... .......... .......... .......... ..........  6% 3.44M 9s
      6100K .......... .......... .......... .......... ..........  6% 12.6M 9s
      6150K .......... .......... .......... .......... ..........  6% 19.3M 9s
      6200K .......... .......... .......... .......... ..........  6% 15.8M 9s
      6250K .......... .......... .......... .......... ..........  6% 34.1M 9s
      6300K .......... .......... .......... .......... ..........  6% 21.2M 9s
      6350K .......... .......... .......... .......... ..........  6% 12.1M 9s
      6400K .......... .......... .......... .......... ..........  6% 8.09M 9s
      6450K .......... .......... .......... .......... ..........  6% 6.96M 9s
      6500K .......... .......... .......... .......... ..........  6% 13.7M 9s
      6550K .......... .......... .......... .......... ..........  6% 15.6M 9s
      6600K .......... .......... .......... .......... ..........  6% 14.0M 9s
      6650K .......... .......... .......... .......... ..........  7% 8.81M 9s
      6700K .......... .......... .......... .......... ..........  7% 9.43M 9s
      6750K .......... .......... .......... .......... ..........  7% 8.66M 9s
      6800K .......... .......... .......... .......... ..........  7% 8.37M 9s
      6850K .......... .......... .......... .......... ..........  7% 18.2M 9s
      6900K .......... .......... .......... .......... ..........  7% 10.5M 9s
      6950K .......... .......... .......... .......... ..........  7% 6.66M 9s
      7000K .......... .......... .......... .......... ..........  7% 13.9M 9s
      7050K .......... .......... .......... .......... ..........  7% 13.5M 9s
      7100K .......... .......... .......... .......... ..........  7% 7.88M 9s
      7150K .......... .......... .......... .......... ..........  7% 11.3M 9s
      7200K .......... .......... .......... .......... ..........  7% 17.9M 9s
      7250K .......... .......... .......... .......... ..........  7% 17.9M 9s
      7300K .......... .......... .......... .......... ..........  7% 8.39M 9s
      7350K .......... .......... .......... .......... ..........  7% 14.6M 9s
      7400K .......... .......... .......... .......... ..........  7% 10.6M 9s
      7450K .......... .......... .......... .......... ..........  7% 14.1M 9s
      7500K .......... .......... .......... .......... ..........  7% 10.7M 9s
      7550K .......... .......... .......... .......... ..........  7% 13.3M 9s
      7600K .......... .......... .......... .......... ..........  8% 7.13M 9s
      7650K .......... .......... .......... .......... ..........  8% 12.7M 9s
      7700K .......... .......... .......... .......... ..........  8% 13.0M 9s
      7750K .......... .......... .......... .......... ..........  8% 11.2M 9s
      7800K .......... .......... .......... .......... ..........  8% 16.1M 9s
      7850K .......... .......... .......... .......... ..........  8% 9.45M 9s
      7900K .......... .......... .......... .......... ..........  8%  850K 9s
      7950K .......... .......... .......... .......... ..........  8%  117M 9s
      8000K .......... .......... .......... .......... ..........  8% 10.8M 9s
      8050K .......... .......... .......... .......... ..........  8% 27.7M 9s
      8100K .......... .......... .......... .......... ..........  8%  167M 9s
      8150K .......... .......... .......... .......... ..........  8% 1.48M 9s
      8200K .......... .......... .......... .......... ..........  8% 98.8M 9s
      8250K .......... .......... .......... .......... ..........  8%  168M 9s
      8300K .......... .......... .......... .......... ..........  8%  203M 9s
      8350K .......... .......... .......... .......... ..........  8%  119M 9s
      8400K .......... .......... .......... .......... ..........  8%  136M 9s
      8450K .......... .......... .......... .......... ..........  8%  140M 9s
      8500K .......... .......... .......... .......... ..........  8% 86.7M 9s
      8550K .......... .......... .......... .......... ..........  9%  109M 9s
      8600K .......... .......... .......... .......... ..........  9%  139M 9s
      8650K .......... .......... .......... .......... ..........  9%  167M 9s
      8700K .......... .......... .......... .......... ..........  9%  257M 9s
      8750K .......... .......... .......... .......... ..........  9%  206M 9s
      8800K .......... .......... .......... .......... ..........  9%  236M 9s
      8850K .......... .......... .......... .......... ..........  9% 15.9M 9s
      8900K .......... .......... .......... .......... ..........  9% 3.94M 9s
      8950K .......... .......... .......... .......... ..........  9% 11.2M 9s
      9000K .......... .......... .......... .......... ..........  9% 6.08M 9s
      9050K .......... .......... .......... .......... ..........  9% 12.9M 9s
      9100K .......... .......... .......... .......... ..........  9% 6.81M 9s
      9150K .......... .......... .......... .......... ..........  9% 13.7M 9s
      9200K .......... .......... .......... .......... ..........  9% 18.4M 9s
      9250K .......... .......... .......... .......... ..........  9% 5.42M 9s
      9300K .......... .......... .......... .......... ..........  9% 10.2M 9s
      9350K .......... .......... .......... .......... ..........  9% 5.82M 9s
      9400K .......... .......... .......... .......... ..........  9% 11.1M 9s
      9450K .......... .......... .......... .......... ..........  9% 13.1M 9s
      9500K .......... .......... .......... .......... .......... 10% 9.67M 9s
      9550K .......... .......... .......... .......... .......... 10% 7.91M 9s
      9600K .......... .......... .......... .......... .......... 10% 18.4M 9s
      9650K .......... .......... .......... .......... .......... 10% 10.1M 9s
      9700K .......... .......... .......... .......... .......... 10% 14.7M 9s
      9750K .......... .......... .......... .......... .......... 10% 9.44M 9s
      9800K .......... .......... .......... .......... .......... 10% 9.38M 9s
      9850K .......... .......... .......... .......... .......... 10% 9.67M 9s
      9900K .......... .......... .......... .......... .......... 10% 13.5M 9s
      9950K .......... .......... .......... .......... .......... 10% 10.7M 9s
     10000K .......... .......... .......... .......... .......... 10% 8.07M 9s
     10050K .......... .......... .......... .......... .......... 10% 21.3M 9s
     10100K .......... .......... .......... .......... .......... 10% 7.16M 9s
     10150K .......... .......... .......... .......... .......... 10% 21.0M 9s
     10200K .......... .......... .......... .......... .......... 10% 11.2M 9s
     10250K .......... .......... .......... .......... .......... 10% 12.2M 9s
     10300K .......... .......... .......... .......... .......... 10% 9.94M 9s
     10350K .......... .......... .......... .......... .......... 10% 4.96M 9s
     10400K .......... .......... .......... .......... .......... 10% 12.8M 9s
     10450K .......... .......... .......... .......... .......... 11% 11.4M 9s
     10500K .......... .......... .......... .......... .......... 11% 12.8M 9s
     10550K .......... .......... .......... .......... .......... 11% 10.3M 9s
     10600K .......... .......... .......... .......... .......... 11% 10.8M 9s
     10650K .......... .......... .......... .......... .......... 11% 12.6M 9s
     10700K .......... .......... .......... .......... .......... 11% 10.4M 9s
     10750K .......... .......... .......... .......... .......... 11% 11.8M 9s
     10800K .......... .......... .......... .......... .......... 11% 9.43M 8s
     10850K .......... .......... .......... .......... .......... 11% 12.0M 8s
     10900K .......... .......... .......... .......... .......... 11% 11.6M 8s
     10950K .......... .......... .......... .......... .......... 11% 9.03M 8s
     11000K .......... .......... .......... .......... .......... 11% 14.4M 8s
     11050K .......... .......... .......... .......... .......... 11% 11.4M 8s
     11100K .......... .......... .......... .......... .......... 11% 9.50M 8s
     11150K .......... .......... .......... .......... .......... 11% 14.5M 8s
     11200K .......... .......... .......... .......... .......... 11% 7.06M 8s
     11250K .......... .......... .......... .......... .......... 11% 8.84M 8s
     11300K .......... .......... .......... .......... .......... 11% 10.6M 8s
     11350K .......... .......... .......... .......... .......... 11% 8.04M 8s
     11400K .......... .......... .......... .......... .......... 12% 19.6M 8s
     11450K .......... .......... .......... .......... .......... 12% 9.87M 8s
     11500K .......... .......... .......... .......... .......... 12% 13.1M 8s
     11550K .......... .......... .......... .......... .......... 12% 11.0M 8s
     11600K .......... .......... .......... .......... .......... 12% 10.2M 8s
     11650K .......... .......... .......... .......... .......... 12% 12.5M 8s
     11700K .......... .......... .......... .......... .......... 12% 8.31M 8s
     11750K .......... .......... .......... .......... .......... 12% 12.1M 8s
     11800K .......... .......... .......... .......... .......... 12% 14.4M 8s
     11850K .......... .......... .......... .......... .......... 12% 9.16M 8s
     11900K .......... .......... .......... .......... .......... 12% 14.1M 8s
     11950K .......... .......... .......... .......... .......... 12% 10.1M 8s
     12000K .......... .......... .......... .......... .......... 12% 11.7M 8s
     12050K .......... .......... .......... .......... .......... 12% 9.70M 8s
     12100K .......... .......... .......... .......... .......... 12% 11.8M 8s
     12150K .......... .......... .......... .......... .......... 12% 14.1M 8s
     12200K .......... .......... .......... .......... .......... 12% 10.2M 8s
     12250K .......... .......... .......... .......... .......... 12% 13.2M 8s
     12300K .......... .......... .......... .......... .......... 12% 9.75M 8s
     12350K .......... .......... .......... .......... .......... 13% 5.46M 8s
     12400K .......... .......... .......... .......... .......... 13% 33.7M 8s
     12450K .......... .......... .......... .......... .......... 13% 10.8M 8s
     12500K .......... .......... .......... .......... .......... 13% 10.2M 8s
     12550K .......... .......... .......... .......... .......... 13% 11.0M 8s
     12600K .......... .......... .......... .......... .......... 13% 14.0M 8s
     12650K .......... .......... .......... .......... .......... 13% 8.70M 8s
     12700K .......... .......... .......... .......... .......... 13% 2.71M 8s
     12750K .......... .......... .......... .......... .......... 13% 15.3M 8s
     12800K .......... .......... .......... .......... .......... 13% 36.6M 8s
     12850K .......... .......... .......... .......... .......... 13% 39.3M 8s
     12900K .......... .......... .......... .......... .......... 13% 12.1M 8s
     12950K .......... .......... .......... .......... .......... 13% 15.2M 8s
     13000K .......... .......... .......... .......... .......... 13% 5.94M 8s
     13050K .......... .......... .......... .......... .......... 13% 9.73M 8s
     13100K .......... .......... .......... .......... .......... 13% 15.7M 8s
     13150K .......... .......... .......... .......... .......... 13% 9.42M 8s
     13200K .......... .......... .......... .......... .......... 13% 13.4M 8s
     13250K .......... .......... .......... .......... .......... 13% 7.66M 8s
     13300K .......... .......... .......... .......... .......... 14% 13.9M 8s
     13350K .......... .......... .......... .......... .......... 14% 16.4M 8s
     13400K .......... .......... .......... .......... .......... 14% 8.84M 8s
     13450K .......... .......... .......... .......... .......... 14% 13.7M 8s
     13500K .......... .......... .......... .......... .......... 14% 9.42M 8s
     13550K .......... .......... .......... .......... .......... 14% 10.2M 8s
     13600K .......... .......... .......... .......... .......... 14% 12.1M 8s
     13650K .......... .......... .......... .......... .......... 14% 12.4M 8s
     13700K .......... .......... .......... .......... .......... 14% 10.9M 8s
     13750K .......... .......... .......... .......... .......... 14% 10.0M 8s
     13800K .......... .......... .......... .......... .......... 14% 9.95M 8s
     13850K .......... .......... .......... .......... .......... 14% 11.8M 8s
     13900K .......... .......... .......... .......... .......... 14% 13.7M 8s
     13950K .......... .......... .......... .......... .......... 14% 8.81M 8s
     14000K .......... .......... .......... .......... .......... 14% 16.3M 8s
     14050K .......... .......... .......... .......... .......... 14% 5.26M 8s
     14100K .......... .......... .......... .......... .......... 14% 15.6M 8s
     14150K .......... .......... .......... .......... .......... 14% 7.50M 8s
     14200K .......... .......... .......... .......... .......... 14% 10.9M 8s
     14250K .......... .......... .......... .......... .......... 15% 28.1M 8s
     14300K .......... .......... .......... .......... .......... 15% 10.2M 8s
     14350K .......... .......... .......... .......... .......... 15% 28.4M 8s
     14400K .......... .......... .......... .......... .......... 15% 12.0M 8s
     14450K .......... .......... .......... .......... .......... 15% 11.4M 8s
     14500K .......... .......... .......... .......... .......... 15% 11.4M 8s
     14550K .......... .......... .......... .......... .......... 15% 7.92M 8s
     14600K .......... .......... .......... .......... .......... 15% 12.2M 8s
     14650K .......... .......... .......... .......... .......... 15% 9.73M 8s
     14700K .......... .......... .......... .......... .......... 15% 15.9M 8s
     14750K .......... .......... .......... .......... .......... 15% 7.13M 8s
     14800K .......... .......... .......... .......... .......... 15% 6.48M 8s
     14850K .......... .......... .......... .......... .......... 15% 56.6M 8s
     14900K .......... .......... .......... .......... .......... 15% 11.3M 8s
     14950K .......... .......... .......... .......... .......... 15% 9.28M 8s
     15000K .......... .......... .......... .......... .......... 15% 36.3M 8s
     15050K .......... .......... .......... .......... .......... 15% 17.4M 8s
     15100K .......... .......... .......... .......... .......... 15% 5.51M 8s
     15150K .......... .......... .......... .......... .......... 15% 12.5M 8s
     15200K .......... .......... .......... .......... .......... 16% 30.0M 8s
     15250K .......... .......... .......... .......... .......... 16% 9.13M 8s
     15300K .......... .......... .......... .......... .......... 16% 21.3M 8s
     15350K .......... .......... .......... .......... .......... 16% 11.5M 8s
     15400K .......... .......... .......... .......... .......... 16% 11.7M 8s
     15450K .......... .......... .......... .......... .......... 16% 10.6M 8s
     15500K .......... .......... .......... .......... .......... 16% 11.0M 8s
     15550K .......... .......... .......... .......... .......... 16% 3.00M 8s
     15600K .......... .......... .......... .......... .......... 16% 1.02M 8s
     15650K .......... .......... .......... .......... .......... 16% 1.18M 8s
     15700K .......... .......... .......... .......... .......... 16% 10.3M 8s
     15750K .......... .......... .......... .......... .......... 16% 18.4M 8s
     15800K .......... .......... .......... .......... .......... 16% 11.6M 8s
     15850K .......... .......... .......... .......... .......... 16% 90.4M 8s
     15900K .......... .......... .......... .......... .......... 16% 14.3M 8s
     15950K .......... .......... .......... .......... .......... 16% 4.28M 8s
     16000K .......... .......... .......... .......... .......... 16% 4.51M 8s
     16050K .......... .......... .......... .......... .......... 16% 1.70M 8s
     16100K .......... .......... .......... .......... .......... 16% 36.9M 8s
     16150K .......... .......... .......... .......... .......... 17% 16.4M 8s
     16200K .......... .......... .......... .......... .......... 17% 4.79M 8s
     16250K .......... .......... .......... .......... .......... 17% 3.77M 8s
     16300K .......... .......... .......... .......... .......... 17% 7.42M 8s
     16350K .......... .......... .......... .......... .......... 17% 7.04M 8s
     16400K .......... .......... .......... .......... .......... 17% 8.77M 8s
     16450K .......... .......... .......... .......... .......... 17% 7.75M 8s
     16500K .......... .......... .......... .......... .......... 17% 5.65M 8s
     16550K .......... .......... .......... .......... .......... 17% 11.1M 8s
     16600K .......... .......... .......... .......... .......... 17% 6.69M 8s
     16650K .......... .......... .......... .......... .......... 17% 5.32M 8s
     16700K .......... .......... .......... .......... .......... 17% 9.73M 8s
     16750K .......... .......... .......... .......... .......... 17% 5.71M 8s
     16800K .......... .......... .......... .......... .......... 17% 11.1M 8s
     16850K .......... .......... .......... .......... .......... 17% 7.06M 8s
     16900K .......... .......... .......... .......... .......... 17% 9.33M 8s
     16950K .......... .......... .......... .......... .......... 17% 4.85M 8s
     17000K .......... .......... .......... .......... .......... 17% 6.60M 8s
     17050K .......... .......... .......... .......... .......... 17% 1.48M 8s
     17100K .......... .......... .......... .......... .......... 18% 51.9M 8s
     17150K .......... .......... .......... .......... .......... 18% 45.9M 8s
     17200K .......... .......... .......... .......... .......... 18% 1.99M 8s
     17250K .......... .......... .......... .......... .......... 18% 4.79M 9s
     17300K .......... .......... .......... .......... .......... 18% 5.80M 9s
     17350K .......... .......... .......... .......... .......... 18% 7.42M 9s
     17400K .......... .......... .......... .......... .......... 18% 6.64M 9s
     17450K .......... .......... .......... .......... .......... 18% 3.48M 9s
     17500K .......... .......... .......... .......... .......... 18% 9.31M 9s
     17550K .......... .......... .......... .......... .......... 18% 2.52M 9s
     17600K .......... .......... .......... .......... .......... 18% 6.41M 9s
     17650K .......... .......... .......... .......... .......... 18% 5.78M 9s
     17700K .......... .......... .......... .......... .......... 18% 5.53M 9s
     17750K .......... .......... .......... .......... .......... 18% 6.04M 9s
     17800K .......... .......... .......... .......... .......... 18% 5.61M 9s
     17850K .......... .......... .......... .......... .......... 18% 4.39M 9s
     17900K .......... .......... .......... .......... .......... 18% 7.44M 9s
     17950K .......... .......... .......... .......... .......... 18% 5.61M 9s
     18000K .......... .......... .......... .......... .......... 18% 3.69M 9s
     18050K .......... .......... .......... .......... .......... 19% 3.73M 9s
     18100K .......... .......... .......... .......... .......... 19% 8.34M 9s
     18150K .......... .......... .......... .......... .......... 19% 6.02M 9s
     18200K .......... .......... .......... .......... .......... 19% 3.89M 9s
     18250K .......... .......... .......... .......... .......... 19% 6.23M 9s
     18300K .......... .......... .......... .......... .......... 19% 4.25M 9s
     18350K .......... .......... .......... .......... .......... 19% 6.37M 9s
     18400K .......... .......... .......... .......... .......... 19% 3.55M 9s
     18450K .......... .......... .......... .......... .......... 19% 5.41M 9s
     18500K .......... .......... .......... .......... .......... 19% 5.74M 9s
     18550K .......... .......... .......... .......... .......... 19% 4.40M 9s
     18600K .......... .......... .......... .......... .......... 19% 8.26M 9s
     18650K .......... .......... .......... .......... .......... 19% 3.64M 9s
     18700K .......... .......... .......... .......... .......... 19% 4.11M 9s
     18750K .......... .......... .......... .......... .......... 19% 4.97M 9s
     18800K .......... .......... .......... .......... .......... 19% 4.80M 9s
     18850K .......... .......... .......... .......... .......... 19% 7.52M 9s
     18900K .......... .......... .......... .......... .......... 19% 4.97M 9s
     18950K .......... .......... .......... .......... .......... 19% 4.49M 9s
     19000K .......... .......... .......... .......... .......... 20% 9.60M 9s
     19050K .......... .......... .......... .......... .......... 20% 5.02M 9s
     19100K .......... .......... .......... .......... .......... 20% 1.89M 9s
     19150K .......... .......... .......... .......... .......... 20% 42.7M 9s
     19200K .......... .......... .......... .......... .......... 20% 1.77M 9s
     19250K .......... .......... .......... .......... .......... 20% 6.32M 9s
     19300K .......... .......... .......... .......... .......... 20% 4.10M 9s
     19350K .......... .......... .......... .......... .......... 20% 5.99M 9s
     19400K .......... .......... .......... .......... .......... 20% 4.14M 9s
     19450K .......... .......... .......... .......... .......... 20% 4.67M 9s
     19500K .......... .......... .......... .......... .......... 20% 6.38M 9s
     19550K .......... .......... .......... .......... .......... 20% 5.73M 9s
     19600K .......... .......... .......... .......... .......... 20% 5.41M 9s
     19650K .......... .......... .......... .......... .......... 20% 5.10M 9s
     19700K .......... .......... .......... .......... .......... 20% 4.33M 9s
     19750K .......... .......... .......... .......... .......... 20% 8.29M 9s
     19800K .......... .......... .......... .......... .......... 20% 5.09M 9s
     19850K .......... .......... .......... .......... .......... 20% 5.29M 9s
     19900K .......... .......... .......... .......... .......... 20% 6.17M 9s
     19950K .......... .......... .......... .......... .......... 21% 5.26M 9s
     20000K .......... .......... .......... .......... .......... 21% 7.23M 9s
     20050K .......... .......... .......... .......... .......... 21% 5.47M 9s
     20100K .......... .......... .......... .......... .......... 21% 6.53M 9s
     20150K .......... .......... .......... .......... .......... 21% 6.73M 9s
     20200K .......... .......... .......... .......... .......... 21% 5.38M 9s
     20250K .......... .......... .......... .......... .......... 21% 7.75M 9s
     20300K .......... .......... .......... .......... .......... 21% 5.07M 9s
     20350K .......... .......... .......... .......... .......... 21% 9.67M 9s
     20400K .......... .......... .......... .......... .......... 21% 5.67M 9s
     20450K .......... .......... .......... .......... .......... 21% 6.33M 9s
     20500K .......... .......... .......... .......... .......... 21% 8.51M 9s
     20550K .......... .......... .......... .......... .......... 21% 5.65M 9s
     20600K .......... .......... .......... .......... .......... 21% 5.01M 9s
     20650K .......... .......... .......... .......... .......... 21% 8.66M 9s
     20700K .......... .......... .......... .......... .......... 21% 12.0M 9s
     20750K .......... .......... .......... .......... .......... 21% 3.87M 9s
     20800K .......... .......... .......... .......... .......... 21% 11.3M 9s
     20850K .......... .......... .......... .......... .......... 21% 3.67M 9s
     20900K .......... .......... .......... .......... .......... 22% 7.61M 9s
     20950K .......... .......... .......... .......... .......... 22% 9.91M 9s
     21000K .......... .......... .......... .......... .......... 22% 4.36M 9s
     21050K .......... .......... .......... .......... .......... 22% 8.30M 9s
     21100K .......... .......... .......... .......... .......... 22% 5.44M 9s
     21150K .......... .......... .......... .......... .......... 22% 6.98M 9s
     21200K .......... .......... .......... .......... .......... 22% 11.2M 9s
     21250K .......... .......... .......... .......... .......... 22% 4.48M 9s
     21300K .......... .......... .......... .......... .......... 22% 8.31M 9s
     21350K .......... .......... .......... .......... .......... 22% 9.46M 9s
     21400K .......... .......... .......... .......... .......... 22% 4.21M 9s
     21450K .......... .......... .......... .......... .......... 22% 9.72M 9s
     21500K .......... .......... .......... .......... .......... 22% 7.45M 9s
     21550K .......... .......... .......... .......... .......... 22% 6.69M 9s
     21600K .......... .......... .......... .......... .......... 22% 7.25M 9s
     21650K .......... .......... .......... .......... .......... 22% 6.95M 9s
     21700K .......... .......... .......... .......... .......... 22% 7.63M 9s
     21750K .......... .......... .......... .......... .......... 22% 2.05M 9s
     21800K .......... .......... .......... .......... .......... 22% 12.2M 9s
     21850K .......... .......... .......... .......... .......... 23% 2.58M 9s
     21900K .......... .......... .......... .......... .......... 23% 5.01M 9s
     21950K .......... .......... .......... .......... .......... 23% 7.09M 9s
     22000K .......... .......... .......... .......... .......... 23% 6.80M 9s
     22050K .......... .......... .......... .......... .......... 23% 6.42M 9s
     22100K .......... .......... .......... .......... .......... 23% 5.90M 9s
     22150K .......... .......... .......... .......... .......... 23% 6.01M 9s
     22200K .......... .......... .......... .......... .......... 23% 7.58M 9s
     22250K .......... .......... .......... .......... .......... 23% 5.22M 9s
     22300K .......... .......... .......... .......... .......... 23% 9.71M 9s
     22350K .......... .......... .......... .......... .......... 23% 5.51M 9s
     22400K .......... .......... .......... .......... .......... 23% 6.16M 9s
     22450K .......... .......... .......... .......... .......... 23% 6.76M 9s
     22500K .......... .......... .......... .......... .......... 23% 7.84M 9s
     22550K .......... .......... .......... .......... .......... 23% 7.31M 9s
     22600K .......... .......... .......... .......... .......... 23% 5.55M 9s
     22650K .......... .......... .......... .......... .......... 23% 7.72M 9s
     22700K .......... .......... .......... .......... .......... 23% 6.96M 9s
     22750K .......... .......... .......... .......... .......... 23% 5.07M 9s
     22800K .......... .......... .......... .......... .......... 24% 10.4M 9s
     22850K .......... .......... .......... .......... .......... 24% 6.62M 9s
     22900K .......... .......... .......... .......... .......... 24% 5.43M 9s
     22950K .......... .......... .......... .......... .......... 24% 2.65M 9s
     23000K .......... .......... .......... .......... .......... 24% 25.7M 9s
     23050K .......... .......... .......... .......... .......... 24% 4.70M 9s
     23100K .......... .......... .......... .......... .......... 24% 5.22M 9s
     23150K .......... .......... .......... .......... .......... 24% 8.20M 9s
     23200K .......... .......... .......... .......... .......... 24% 6.60M 9s
     23250K .......... .......... .......... .......... .......... 24% 5.41M 9s
     23300K .......... .......... .......... .......... .......... 24% 8.71M 9s
     23350K .......... .......... .......... .......... .......... 24% 4.80M 9s
     23400K .......... .......... .......... .......... .......... 24% 8.02M 9s
     23450K .......... .......... .......... .......... .......... 24% 6.76M 9s
     23500K .......... .......... .......... .......... .......... 24% 7.06M 9s
     23550K .......... .......... .......... .......... .......... 24% 6.79M 9s
     23600K .......... .......... .......... .......... .......... 24% 6.38M 9s
     23650K .......... .......... .......... .......... .......... 24% 9.25M 9s
     23700K .......... .......... .......... .......... .......... 24% 5.09M 9s
     23750K .......... .......... .......... .......... .......... 25% 8.65M 9s
     23800K .......... .......... .......... .......... .......... 25% 8.11M 9s
     23850K .......... .......... .......... .......... .......... 25% 5.53M 9s
     23900K .......... .......... .......... .......... .......... 25% 11.7M 9s
     23950K .......... .......... .......... .......... .......... 25% 4.72M 9s
     24000K .......... .......... .......... .......... .......... 25% 10.6M 9s
     24050K .......... .......... .......... .......... .......... 25% 6.87M 9s
     24100K .......... .......... .......... .......... .......... 25% 5.48M 9s
     24150K .......... .......... .......... .......... .......... 25% 9.39M 9s
     24200K .......... .......... .......... .......... .......... 25% 6.43M 9s
     24250K .......... .......... .......... .......... .......... 25% 10.4M 9s
     24300K .......... .......... .......... .......... .......... 25% 6.13M 9s
     24350K .......... .......... .......... .......... .......... 25% 6.18M 9s
     24400K .......... .......... .......... .......... .......... 25% 8.44M 9s
     24450K .......... .......... .......... .......... .......... 25% 8.27M 9s
     24500K .......... .......... .......... .......... .......... 25% 7.84M 9s
     24550K .......... .......... .......... .......... .......... 25% 9.26M 9s
     24600K .......... .......... .......... .......... .......... 25% 5.72M 9s
     24650K .......... .......... .......... .......... .......... 25% 9.77M 9s
     24700K .......... .......... .......... .......... .......... 26% 10.0M 9s
     24750K .......... .......... .......... .......... .......... 26% 6.31M 9s
     24800K .......... .......... .......... .......... .......... 26% 6.90M 9s
     24850K .......... .......... .......... .......... .......... 26% 7.53M 9s
     24900K .......... .......... .......... .......... .......... 26% 5.32M 9s
     24950K .......... .......... .......... .......... .......... 26% 14.7M 9s
     25000K .......... .......... .......... .......... .......... 26% 7.93M 9s
     25050K .......... .......... .......... .......... .......... 26% 4.63M 9s
     25100K .......... .......... .......... .......... .......... 26% 8.95M 9s
     25150K .......... .......... .......... .......... .......... 26% 7.52M 9s
     25200K .......... .......... .......... .......... .......... 26% 6.84M 9s
     25250K .......... .......... .......... .......... .......... 26% 9.38M 9s
     25300K .......... .......... .......... .......... .......... 26% 7.30M 9s
     25350K .......... .......... .......... .......... .......... 26% 5.11M 9s
     25400K .......... .......... .......... .......... .......... 26% 9.89M 9s
     25450K .......... .......... .......... .......... .......... 26% 7.98M 9s
     25500K .......... .......... .......... .......... .......... 26% 7.72M 9s
     25550K .......... .......... .......... .......... .......... 26% 5.27M 9s
     25600K .......... .......... .......... .......... .......... 26% 6.04M 9s
     25650K .......... .......... .......... .......... .......... 27% 14.2M 9s
     25700K .......... .......... .......... .......... .......... 27% 5.45M 9s
     25750K .......... .......... .......... .......... .......... 27% 6.70M 9s
     25800K .......... .......... .......... .......... .......... 27% 7.44M 9s
     25850K .......... .......... .......... .......... .......... 27% 10.4M 9s
     25900K .......... .......... .......... .......... .......... 27% 3.65M 9s
     25950K .......... .......... .......... .......... .......... 27% 7.39M 9s
     26000K .......... .......... .......... .......... .......... 27% 8.59M 9s
     26050K .......... .......... .......... .......... .......... 27% 4.70M 9s
     26100K .......... .......... .......... .......... .......... 27% 11.9M 9s
     26150K .......... .......... .......... .......... .......... 27% 5.37M 9s
     26200K .......... .......... .......... .......... .......... 27% 7.83M 9s
     26250K .......... .......... .......... .......... .......... 27% 6.79M 9s
     26300K .......... .......... .......... .......... .......... 27% 5.50M 9s
     26350K .......... .......... .......... .......... .......... 27% 7.96M 9s
     26400K .......... .......... .......... .......... .......... 27% 9.41M 9s
     26450K .......... .......... .......... .......... .......... 27% 5.23M 9s
     26500K .......... .......... .......... .......... .......... 27% 4.69M 9s
     26550K .......... .......... .......... .......... .......... 27% 8.08M 9s
     26600K .......... .......... .......... .......... .......... 28% 6.83M 9s
     26650K .......... .......... .......... .......... .......... 28% 4.30M 9s
     26700K .......... .......... .......... .......... .......... 28% 7.12M 9s
     26750K .......... .......... .......... .......... .......... 28% 6.55M 9s
     26800K .......... .......... .......... .......... .......... 28% 5.78M 9s
     26850K .......... .......... .......... .......... .......... 28% 7.50M 9s
     26900K .......... .......... .......... .......... .......... 28% 6.63M 9s
     26950K .......... .......... .......... .......... .......... 28% 6.98M 9s
     27000K .......... .......... .......... .......... .......... 28% 6.42M 9s
     27050K .......... .......... .......... .......... .......... 28% 6.22M 9s
     27100K .......... .......... .......... .......... .......... 28% 8.39M 9s
     27150K .......... .......... .......... .......... .......... 28% 8.57M 9s
     27200K .......... .......... .......... .......... .......... 28% 7.66M 9s
     27250K .......... .......... .......... .......... .......... 28% 5.63M 9s
     27300K .......... .......... .......... .......... .......... 28% 9.08M 9s
     27350K .......... .......... .......... .......... .......... 28% 9.37M 9s
     27400K .......... .......... .......... .......... .......... 28% 4.51M 9s
     27450K .......... .......... .......... .......... .......... 28% 10.3M 9s
     27500K .......... .......... .......... .......... .......... 28% 6.02M 9s
     27550K .......... .......... .......... .......... .......... 29% 6.46M 9s
     27600K .......... .......... .......... .......... .......... 29% 10.9M 9s
     27650K .......... .......... .......... .......... .......... 29% 5.14M 9s
     27700K .......... .......... .......... .......... .......... 29% 6.05M 9s
     27750K .......... .......... .......... .......... .......... 29% 8.80M 9s
     27800K .......... .......... .......... .......... .......... 29% 7.22M 9s
     27850K .......... .......... .......... .......... .......... 29% 6.33M 9s
     27900K .......... .......... .......... .......... .......... 29% 6.77M 9s
     27950K .......... .......... .......... .......... .......... 29% 9.95M 9s
     28000K .......... .......... .......... .......... .......... 29% 7.71M 9s
     28050K .......... .......... .......... .......... .......... 29% 5.63M 9s
     28100K .......... .......... .......... .......... .......... 29% 10.9M 9s
     28150K .......... .......... .......... .......... .......... 29% 5.78M 9s
     28200K .......... .......... .......... .......... .......... 29% 8.38M 9s
     28250K .......... .......... .......... .......... .......... 29% 5.99M 9s
     28300K .......... .......... .......... .......... .......... 29% 6.53M 9s
     28350K .......... .......... .......... .......... .......... 29% 3.07M 9s
     28400K .......... .......... .......... .......... .......... 29% 4.58M 9s
     28450K .......... .......... .......... .......... .......... 29% 10.3M 9s
     28500K .......... .......... .......... .......... .......... 30% 5.67M 9s
     28550K .......... .......... .......... .......... .......... 30% 5.18M 9s
     28600K .......... .......... .......... .......... .......... 30% 6.24M 9s
     28650K .......... .......... .......... .......... .......... 30% 5.17M 9s
     28700K .......... .......... .......... .......... .......... 30% 5.17M 9s
     28750K .......... .......... .......... .......... .......... 30% 5.13M 9s
     28800K .......... .......... .......... .......... .......... 30% 7.23M 9s
     28850K .......... .......... .......... .......... .......... 30% 6.13M 9s
     28900K .......... .......... .......... .......... .......... 30% 5.46M 9s
     28950K .......... .......... .......... .......... .......... 30% 6.67M 9s
     29000K .......... .......... .......... .......... .......... 30% 5.25M 9s
     29050K .......... .......... .......... .......... .......... 30% 8.45M 9s
     29100K .......... .......... .......... .......... .......... 30% 6.99M 9s
     29150K .......... .......... .......... .......... .......... 30% 5.25M 9s
     29200K .......... .......... .......... .......... .......... 30% 9.14M 9s
     29250K .......... .......... .......... .......... .......... 30% 3.33M 9s
     29300K .......... .......... .......... .......... .......... 30% 10.6M 9s
     29350K .......... .......... .......... .......... .......... 30% 6.22M 9s
     29400K .......... .......... .......... .......... .......... 30% 6.15M 9s
     29450K .......... .......... .......... .......... .......... 30% 6.26M 9s
     29500K .......... .......... .......... .......... .......... 31% 5.52M 9s
     29550K .......... .......... .......... .......... .......... 31% 8.01M 9s
     29600K .......... .......... .......... .......... .......... 31% 6.64M 9s
     29650K .......... .......... .......... .......... .......... 31% 6.36M 9s
     29700K .......... .......... .......... .......... .......... 31% 5.52M 9s
     29750K .......... .......... .......... .......... .......... 31% 6.03M 9s
     29800K .......... .......... .......... .......... .......... 31% 6.45M 9s
     29850K .......... .......... .......... .......... .......... 31% 6.41M 9s
     29900K .......... .......... .......... .......... .......... 31% 6.97M 9s
     29950K .......... .......... .......... .......... .......... 31% 6.07M 9s
     30000K .......... .......... .......... .......... .......... 31% 6.45M 9s
     30050K .......... .......... .......... .......... .......... 31% 8.00M 9s
     30100K .......... .......... .......... .......... .......... 31% 7.67M 9s
     30150K .......... .......... .......... .......... .......... 31% 9.52M 9s
     30200K .......... .......... .......... .......... .......... 31% 4.17M 9s
     30250K .......... .......... .......... .......... .......... 31% 7.01M 9s
     30300K .......... .......... .......... .......... .......... 31% 8.86M 9s
     30350K .......... .......... .......... .......... .......... 31% 5.48M 9s
     30400K .......... .......... .......... .......... .......... 31% 8.79M 9s
     30450K .......... .......... .......... .......... .......... 32% 10.3M 9s
     30500K .......... .......... .......... .......... .......... 32% 4.43M 9s
     30550K .......... .......... .......... .......... .......... 32% 12.9M 8s
     30600K .......... .......... .......... .......... .......... 32% 5.48M 8s
     30650K .......... .......... .......... .......... .......... 32% 9.39M 8s
     30700K .......... .......... .......... .......... .......... 32% 5.76M 8s
     30750K .......... .......... .......... .......... .......... 32% 5.33M 8s
     30800K .......... .......... .......... .......... .......... 32% 9.03M 8s
     30850K .......... .......... .......... .......... .......... 32% 5.67M 8s
     30900K .......... .......... .......... .......... .......... 32% 4.03M 8s
     30950K .......... .......... .......... .......... .......... 32% 16.2M 8s
     31000K .......... .......... .......... .......... .......... 32% 5.38M 8s
     31050K .......... .......... .......... .......... .......... 32% 4.54M 8s
     31100K .......... .......... .......... .......... .......... 32% 7.11M 8s
     31150K .......... .......... .......... .......... .......... 32% 6.77M 8s
     31200K .......... .......... .......... .......... .......... 32% 4.76M 8s
     31250K .......... .......... .......... .......... .......... 32% 10.3M 8s
     31300K .......... .......... .......... .......... .......... 32% 4.18M 8s
     31350K .......... .......... .......... .......... .......... 32% 9.78M 8s
     31400K .......... .......... .......... .......... .......... 33% 4.76M 8s
     31450K .......... .......... .......... .......... .......... 33% 5.77M 8s
     31500K .......... .......... .......... .......... .......... 33% 9.61M 8s
     31550K .......... .......... .......... .......... .......... 33% 5.85M 8s
     31600K .......... .......... .......... .......... .......... 33% 7.30M 8s
     31650K .......... .......... .......... .......... .......... 33% 7.57M 8s
     31700K .......... .......... .......... .......... .......... 33% 4.14M 8s
     31750K .......... .......... .......... .......... .......... 33% 10.5M 8s
     31800K .......... .......... .......... .......... .......... 33% 7.13M 8s
     31850K .......... .......... .......... .......... .......... 33% 5.38M 8s
     31900K .......... .......... .......... .......... .......... 33% 8.15M 8s
     31950K .......... .......... .......... .......... .......... 33% 6.00M 8s
     32000K .......... .......... .......... .......... .......... 33% 4.99M 8s
     32050K .......... .......... .......... .......... .......... 33% 7.61M 8s
     32100K .......... .......... .......... .......... .......... 33% 6.23M 8s
     32150K .......... .......... .......... .......... .......... 33% 6.66M 8s
     32200K .......... .......... .......... .......... .......... 33% 6.57M 8s
     32250K .......... .......... .......... .......... .......... 33% 7.37M 8s
     32300K .......... .......... .......... .......... .......... 33% 7.88M 8s
     32350K .......... .......... .......... .......... .......... 34% 8.23M 8s
     32400K .......... .......... .......... .......... .......... 34% 5.29M 8s
     32450K .......... .......... .......... .......... .......... 34% 7.72M 8s
     32500K .......... .......... .......... .......... .......... 34% 10.7M 8s
     32550K .......... .......... .......... .......... .......... 34% 4.12M 8s
     32600K .......... .......... .......... .......... .......... 34% 10.1M 8s
     32650K .......... .......... .......... .......... .......... 34% 8.51M 8s
     32700K .......... .......... .......... .......... .......... 34% 4.88M 8s
     32750K .......... .......... .......... .......... .......... 34% 9.89M 8s
     32800K .......... .......... .......... .......... .......... 34% 8.78M 8s
     32850K .......... .......... .......... .......... .......... 34% 5.74M 8s
     32900K .......... .......... .......... .......... .......... 34% 7.05M 8s
     32950K .......... .......... .......... .......... .......... 34% 7.13M 8s
     33000K .......... .......... .......... .......... .......... 34% 7.39M 8s
     33050K .......... .......... .......... .......... .......... 34% 6.41M 8s
     33100K .......... .......... .......... .......... .......... 34% 7.86M 8s
     33150K .......... .......... .......... .......... .......... 34% 7.15M 8s
     33200K .......... .......... .......... .......... .......... 34% 6.26M 8s
     33250K .......... .......... .......... .......... .......... 34% 8.53M 8s
     33300K .......... .......... .......... .......... .......... 35% 5.77M 8s
     33350K .......... .......... .......... .......... .......... 35% 9.06M 8s
     33400K .......... .......... .......... .......... .......... 35% 5.75M 8s
     33450K .......... .......... .......... .......... .......... 35% 7.51M 8s
     33500K .......... .......... .......... .......... .......... 35% 8.86M 8s
     33550K .......... .......... .......... .......... .......... 35% 5.64M 8s
     33600K .......... .......... .......... .......... .......... 35% 9.23M 8s
     33650K .......... .......... .......... .......... .......... 35% 6.13M 8s
     33700K .......... .......... .......... .......... .......... 35% 8.66M 8s
     33750K .......... .......... .......... .......... .......... 35% 5.81M 8s
     33800K .......... .......... .......... .......... .......... 35% 7.86M 8s
     33850K .......... .......... .......... .......... .......... 35% 7.84M 8s
     33900K .......... .......... .......... .......... .......... 35% 4.77M 8s
     33950K .......... .......... .......... .......... .......... 35% 4.69M 8s
     34000K .......... .......... .......... .......... .......... 35% 7.51M 8s
     34050K .......... .......... .......... .......... .......... 35% 10.1M 8s
     34100K .......... .......... .......... .......... .......... 35% 5.08M 8s
     34150K .......... .......... .......... .......... .......... 35% 6.68M 8s
     34200K .......... .......... .......... .......... .......... 35% 7.72M 8s
     34250K .......... .......... .......... .......... .......... 36% 6.44M 8s
     34300K .......... .......... .......... .......... .......... 36% 7.30M 8s
     34350K .......... .......... .......... .......... .......... 36% 6.44M 8s
     34400K .......... .......... .......... .......... .......... 36% 6.06M 8s
     34450K .......... .......... .......... .......... .......... 36% 6.23M 8s
     34500K .......... .......... .......... .......... .......... 36% 7.96M 8s
     34550K .......... .......... .......... .......... .......... 36% 6.15M 8s
     34600K .......... .......... .......... .......... .......... 36% 7.14M 8s
     34650K .......... .......... .......... .......... .......... 36% 7.74M 8s
     34700K .......... .......... .......... .......... .......... 36% 6.38M 8s
     34750K .......... .......... .......... .......... .......... 36% 6.50M 8s
     34800K .......... .......... .......... .......... .......... 36% 10.8M 8s
     34850K .......... .......... .......... .......... .......... 36% 5.18M 8s
     34900K .......... .......... .......... .......... .......... 36% 6.73M 8s
     34950K .......... .......... .......... .......... .......... 36% 11.6M 8s
     35000K .......... .......... .......... .......... .......... 36% 5.29M 8s
     35050K .......... .......... .......... .......... .......... 36% 6.54M 8s
     35100K .......... .......... .......... .......... .......... 36% 8.67M 8s
     35150K .......... .......... .......... .......... .......... 36% 4.34M 8s
     35200K .......... .......... .......... .......... .......... 37% 10.7M 8s
     35250K .......... .......... .......... .......... .......... 37% 8.00M 8s
     35300K .......... .......... .......... .......... .......... 37% 4.95M 8s
     35350K .......... .......... .......... .......... .......... 37% 10.2M 8s
     35400K .......... .......... .......... .......... .......... 37% 5.02M 8s
     35450K .......... .......... .......... .......... .......... 37% 7.20M 8s
     35500K .......... .......... .......... .......... .......... 37% 4.63M 8s
     35550K .......... .......... .......... .......... .......... 37% 8.66M 8s
     35600K .......... .......... .......... .......... .......... 37% 6.03M 8s
     35650K .......... .......... .......... .......... .......... 37% 7.18M 8s
     35700K .......... .......... .......... .......... .......... 37% 11.7M 8s
     35750K .......... .......... .......... .......... .......... 37% 5.10M 8s
     35800K .......... .......... .......... .......... .......... 37% 7.57M 8s
     35850K .......... .......... .......... .......... .......... 37% 6.11M 8s
     35900K .......... .......... .......... .......... .......... 37% 7.19M 8s
     35950K .......... .......... .......... .......... .......... 37% 11.4M 8s
     36000K .......... .......... .......... .......... .......... 37% 5.13M 8s
     36050K .......... .......... .......... .......... .......... 37% 8.69M 8s
     36100K .......... .......... .......... .......... .......... 37% 5.61M 8s
     36150K .......... .......... .......... .......... .......... 38% 7.64M 8s
     36200K .......... .......... .......... .......... .......... 38% 8.46M 8s
     36250K .......... .......... .......... .......... .......... 38% 6.81M 8s
     36300K .......... .......... .......... .......... .......... 38% 6.98M 8s
     36350K .......... .......... .......... .......... .......... 38% 8.65M 8s
     36400K .......... .......... .......... .......... .......... 38% 8.22M 8s
     36450K .......... .......... .......... .......... .......... 38% 5.53M 8s
     36500K .......... .......... .......... .......... .......... 38% 7.44M 8s
     36550K .......... .......... .......... .......... .......... 38% 8.28M 8s
     36600K .......... .......... .......... .......... .......... 38% 8.10M 8s
     36650K .......... .......... .......... .......... .......... 38% 7.59M 8s
     36700K .......... .......... .......... .......... .......... 38% 7.74M 8s
     36750K .......... .......... .......... .......... .......... 38% 8.96M 8s
     36800K .......... .......... .......... .......... .......... 38% 6.46M 8s
     36850K .......... .......... .......... .......... .......... 38% 6.23M 8s
     36900K .......... .......... .......... .......... .......... 38% 9.80M 8s
     36950K .......... .......... .......... .......... .......... 38% 8.44M 8s
     37000K .......... .......... .......... .......... .......... 38% 7.99M 8s
     37050K .......... .......... .......... .......... .......... 38% 6.11M 8s
     37100K .......... .......... .......... .......... .......... 39% 9.63M 8s
     37150K .......... .......... .......... .......... .......... 39% 7.17M 8s
     37200K .......... .......... .......... .......... .......... 39% 6.36M 8s
     37250K .......... .......... .......... .......... .......... 39% 11.1M 8s
     37300K .......... .......... .......... .......... .......... 39% 6.90M 8s
     37350K .......... .......... .......... .......... .......... 39% 5.89M 8s
     37400K .......... .......... .......... .......... .......... 39% 11.5M 8s
     37450K .......... .......... .......... .......... .......... 39% 7.08M 8s
     37500K .......... .......... .......... .......... .......... 39% 9.67M 8s
     37550K .......... .......... .......... .......... .......... 39% 8.02M 8s
     37600K .......... .......... .......... .......... .......... 39% 5.45M 8s
     37650K .......... .......... .......... .......... .......... 39% 10.2M 8s
     37700K .......... .......... .......... .......... .......... 39% 8.55M 8s
     37750K .......... .......... .......... .......... .......... 39% 7.47M 8s
     37800K .......... .......... .......... .......... .......... 39% 6.81M 8s
     37850K .......... .......... .......... .......... .......... 39% 5.81M 8s
     37900K .......... .......... .......... .......... .......... 39% 12.0M 8s
     37950K .......... .......... .......... .......... .......... 39% 6.74M 8s
     38000K .......... .......... .......... .......... .......... 39% 8.96M 8s
     38050K .......... .......... .......... .......... .......... 40% 6.56M 8s
     38100K .......... .......... .......... .......... .......... 40% 6.22M 8s
     38150K .......... .......... .......... .......... .......... 40% 11.3M 8s
     38200K .......... .......... .......... .......... .......... 40% 8.61M 8s
     38250K .......... .......... .......... .......... .......... 40% 5.98M 8s
     38300K .......... .......... .......... .......... .......... 40% 10.1M 8s
     38350K .......... .......... .......... .......... .......... 40% 6.27M 8s
     38400K .......... .......... .......... .......... .......... 40% 8.51M 8s
     38450K .......... .......... .......... .......... .......... 40% 10.1M 8s
     38500K .......... .......... .......... .......... .......... 40% 10.8M 8s
     38550K .......... .......... .......... .......... .......... 40% 4.75M 8s
     38600K .......... .......... .......... .......... .......... 40% 9.95M 8s
     38650K .......... .......... .......... .......... .......... 40% 12.2M 8s
     38700K .......... .......... .......... .......... .......... 40% 5.41M 8s
     38750K .......... .......... .......... .......... .......... 40% 11.9M 8s
     38800K .......... .......... .......... .......... .......... 40% 7.19M 8s
     38850K .......... .......... .......... .......... .......... 40% 7.66M 8s
     38900K .......... .......... .......... .......... .......... 40% 7.80M 8s
     38950K .......... .......... .......... .......... .......... 40% 7.70M 7s
     39000K .......... .......... .......... .......... .......... 41% 9.44M 7s
     39050K .......... .......... .......... .......... .......... 41% 5.51M 7s
     39100K .......... .......... .......... .......... .......... 41% 11.4M 7s
     39150K .......... .......... .......... .......... .......... 41% 8.54M 7s
     39200K .......... .......... .......... .......... .......... 41% 7.15M 7s
     39250K .......... .......... .......... .......... .......... 41% 5.33M 7s
     39300K .......... .......... .......... .......... .......... 41% 9.91M 7s
     39350K .......... .......... .......... .......... .......... 41% 11.4M 7s
     39400K .......... .......... .......... .......... .......... 41% 7.32M 7s
     39450K .......... .......... .......... .......... .......... 41% 5.73M 7s
     39500K .......... .......... .......... .......... .......... 41% 8.19M 7s
     39550K .......... .......... .......... .......... .......... 41% 8.58M 7s
     39600K .......... .......... .......... .......... .......... 41% 8.86M 7s
     39650K .......... .......... .......... .......... .......... 41% 5.98M 7s
     39700K .......... .......... .......... .......... .......... 41% 10.1M 7s
     39750K .......... .......... .......... .......... .......... 41% 8.59M 7s
     39800K .......... .......... .......... .......... .......... 41% 4.86M 7s
     39850K .......... .......... .......... .......... .......... 41% 11.6M 7s
     39900K .......... .......... .......... .......... .......... 41% 10.5M 7s
     39950K .......... .......... .......... .......... .......... 42% 7.61M 7s
     40000K .......... .......... .......... .......... .......... 42% 6.26M 7s
     40050K .......... .......... .......... .......... .......... 42% 7.77M 7s
     40100K .......... .......... .......... .......... .......... 42% 10.3M 7s
     40150K .......... .......... .......... .......... .......... 42% 6.96M 7s
     40200K .......... .......... .......... .......... .......... 42% 12.3M 7s
     40250K .......... .......... .......... .......... .......... 42% 7.49M 7s
     40300K .......... .......... .......... .......... .......... 42% 4.85M 7s
     40350K .......... .......... .......... .......... .......... 42% 12.9M 7s
     40400K .......... .......... .......... .......... .......... 42% 10.8M 7s
     40450K .......... .......... .......... .......... .......... 42% 7.18M 7s
     40500K .......... .......... .......... .......... .......... 42% 6.09M 7s
     40550K .......... .......... .......... .......... .......... 42% 7.99M 7s
     40600K .......... .......... .......... .......... .......... 42% 7.75M 7s
     40650K .......... .......... .......... .......... .......... 42% 6.07M 7s
     40700K .......... .......... .......... .......... .......... 42% 9.90M 7s
     40750K .......... .......... .......... .......... .......... 42% 8.90M 7s
     40800K .......... .......... .......... .......... .......... 42% 4.91M 7s
     40850K .......... .......... .......... .......... .......... 42% 9.84M 7s
     40900K .......... .......... .......... .......... .......... 43% 8.78M 7s
     40950K .......... .......... .......... .......... .......... 43% 8.36M 7s
     41000K .......... .......... .......... .......... .......... 43% 5.78M 7s
     41050K .......... .......... .......... .......... .......... 43% 9.05M 7s
     41100K .......... .......... .......... .......... .......... 43% 8.83M 7s
     41150K .......... .......... .......... .......... .......... 43% 7.04M 7s
     41200K .......... .......... .......... .......... .......... 43% 9.58M 7s
     41250K .......... .......... .......... .......... .......... 43% 8.07M 7s
     41300K .......... .......... .......... .......... .......... 43% 7.19M 7s
     41350K .......... .......... .......... .......... .......... 43% 10.6M 7s
     41400K .......... .......... .......... .......... .......... 43% 6.27M 7s
     41450K .......... .......... .......... .......... .......... 43% 10.0M 7s
     41500K .......... .......... .......... .......... .......... 43% 10.3M 7s
     41550K .......... .......... .......... .......... .......... 43% 4.74M 7s
     41600K .......... .......... .......... .......... .......... 43% 11.5M 7s
     41650K .......... .......... .......... .......... .......... 43% 8.45M 7s
     41700K .......... .......... .......... .......... .......... 43% 2.14M 7s
     41750K .......... .......... .......... .......... .......... 43% 25.2M 7s
     41800K .......... .......... .......... .......... .......... 43% 21.7M 7s
     41850K .......... .......... .......... .......... .......... 44% 3.26M 7s
     41900K .......... .......... .......... .......... .......... 44% 6.24M 7s
     41950K .......... .......... .......... .......... .......... 44% 9.17M 7s
     42000K .......... .......... .......... .......... .......... 44% 5.31M 7s
     42050K .......... .......... .......... .......... .......... 44% 7.30M 7s
     42100K .......... .......... .......... .......... .......... 44% 6.84M 7s
     42150K .......... .......... .......... .......... .......... 44% 6.76M 7s
     42200K .......... .......... .......... .......... .......... 44% 5.92M 7s
     42250K .......... .......... .......... .......... .......... 44% 7.61M 7s
     42300K .......... .......... .......... .......... .......... 44% 7.23M 7s
     42350K .......... .......... .......... .......... .......... 44% 7.29M 7s
     42400K .......... .......... .......... .......... .......... 44% 7.65M 7s
     42450K .......... .......... .......... .......... .......... 44% 5.96M 7s
     42500K .......... .......... .......... .......... .......... 44% 5.57M 7s
     42550K .......... .......... .......... .......... .......... 44% 11.9M 7s
     42600K .......... .......... .......... .......... .......... 44% 7.93M 7s
     42650K .......... .......... .......... .......... .......... 44% 6.26M 7s
     42700K .......... .......... .......... .......... .......... 44% 6.29M 7s
     42750K .......... .......... .......... .......... .......... 44% 6.41M 7s
     42800K .......... .......... .......... .......... .......... 45% 9.50M 7s
     42850K .......... .......... .......... .......... .......... 45% 6.66M 7s
     42900K .......... .......... .......... .......... .......... 45% 5.90M 7s
     42950K .......... .......... .......... .......... .......... 45% 7.68M 7s
     43000K .......... .......... .......... .......... .......... 45% 5.85M 7s
     43050K .......... .......... .......... .......... .......... 45% 8.65M 7s
     43100K .......... .......... .......... .......... .......... 45% 8.10M 7s
     43150K .......... .......... .......... .......... .......... 45% 6.31M 7s
     43200K .......... .......... .......... .......... .......... 45% 6.48M 7s
     43250K .......... .......... .......... .......... .......... 45% 6.50M 7s
     43300K .......... .......... .......... .......... .......... 45% 10.9M 7s
     43350K .......... .......... .......... .......... .......... 45% 6.99M 7s
     43400K .......... .......... .......... .......... .......... 45% 6.35M 7s
     43450K .......... .......... .......... .......... .......... 45% 10.9M 7s
     43500K .......... .......... .......... .......... .......... 45% 6.27M 7s
     43550K .......... .......... .......... .......... .......... 45% 6.37M 7s
     43600K .......... .......... .......... .......... .......... 45% 8.13M 7s
     43650K .......... .......... .......... .......... .......... 45% 5.39M 7s
     43700K .......... .......... .......... .......... .......... 45% 8.60M 7s
     43750K .......... .......... .......... .......... .......... 46% 7.61M 7s
     43800K .......... .......... .......... .......... .......... 46% 6.62M 7s
     43850K .......... .......... .......... .......... .......... 46% 5.79M 7s
     43900K .......... .......... .......... .......... .......... 46% 13.5M 7s
     43950K .......... .......... .......... .......... .......... 46% 4.94M 7s
     44000K .......... .......... .......... .......... .......... 46% 7.95M 7s
     44050K .......... .......... .......... .......... .......... 46% 9.25M 7s
     44100K .......... .......... .......... .......... .......... 46% 7.47M 7s
     44150K .......... .......... .......... .......... .......... 46% 7.26M 7s
     44200K .......... .......... .......... .......... .......... 46% 8.42M 7s
     44250K .......... .......... .......... .......... .......... 46% 5.85M 7s
     44300K .......... .......... .......... .......... .......... 46% 6.69M 7s
     44350K .......... .......... .......... .......... .......... 46% 8.66M 7s
     44400K .......... .......... .......... .......... .......... 46% 9.56M 7s
     44450K .......... .......... .......... .......... .......... 46% 5.03M 7s
     44500K .......... .......... .......... .......... .......... 46% 10.4M 7s
     44550K .......... .......... .......... .......... .......... 46% 6.27M 7s
     44600K .......... .......... .......... .......... .......... 46% 7.91M 7s
     44650K .......... .......... .......... .......... .......... 46% 6.09M 7s
     44700K .......... .......... .......... .......... .......... 47% 8.38M 7s
     44750K .......... .......... .......... .......... .......... 47% 6.21M 7s
     44800K .......... .......... .......... .......... .......... 47% 5.07M 7s
     44850K .......... .......... .......... .......... .......... 47% 10.5M 7s
     44900K .......... .......... .......... .......... .......... 47% 6.28M 7s
     44950K .......... .......... .......... .......... .......... 47% 4.98M 7s
     45000K .......... .......... .......... .......... .......... 47% 12.2M 7s
     45050K .......... .......... .......... .......... .......... 47% 5.43M 7s
     45100K .......... .......... .......... .......... .......... 47% 6.84M 7s
     45150K .......... .......... .......... .......... .......... 47% 6.60M 7s
     45200K .......... .......... .......... .......... .......... 47% 5.65M 7s
     45250K .......... .......... .......... .......... .......... 47% 9.15M 7s
     45300K .......... .......... .......... .......... .......... 47% 7.18M 7s
     45350K .......... .......... .......... .......... .......... 47% 5.72M 7s
     45400K .......... .......... .......... .......... .......... 47% 7.24M 7s
     45450K .......... .......... .......... .......... .......... 47% 6.79M 7s
     45500K .......... .......... .......... .......... .......... 47% 5.02M 7s
     45550K .......... .......... .......... .......... .......... 47% 6.88M 7s
     45600K .......... .......... .......... .......... .......... 47% 14.3M 7s
     45650K .......... .......... .......... .......... .......... 48% 4.03M 7s
     45700K .......... .......... .......... .......... .......... 48% 9.08M 7s
     45750K .......... .......... .......... .......... .......... 48% 8.54M 7s
     45800K .......... .......... .......... .......... .......... 48% 5.46M 7s
     45850K .......... .......... .......... .......... .......... 48% 8.53M 7s
     45900K .......... .......... .......... .......... .......... 48% 6.10M 7s
     45950K .......... .......... .......... .......... .......... 48% 6.06M 7s
     46000K .......... .......... .......... .......... .......... 48% 10.5M 7s
     46050K .......... .......... .......... .......... .......... 48% 4.67M 7s
     46100K .......... .......... .......... .......... .......... 48% 8.59M 7s
     46150K .......... .......... .......... .......... .......... 48% 5.89M 7s
     46200K .......... .......... .......... .......... .......... 48% 7.35M 7s
     46250K .......... .......... .......... .......... .......... 48% 9.13M 7s
     46300K .......... .......... .......... .......... .......... 48% 6.88M 7s
     46350K .......... .......... .......... .......... .......... 48% 6.53M 7s
     46400K .......... .......... .......... .......... .......... 48% 9.05M 7s
     46450K .......... .......... .......... .......... .......... 48% 5.60M 7s
     46500K .......... .......... .......... .......... .......... 48% 6.19M 7s
     46550K .......... .......... .......... .......... .......... 48% 9.82M 7s
     46600K .......... .......... .......... .......... .......... 49% 9.10M 6s
     46650K .......... .......... .......... .......... .......... 49% 5.38M 6s
     46700K .......... .......... .......... .......... .......... 49% 8.99M 6s
     46750K .......... .......... .......... .......... .......... 49% 6.96M 6s
     46800K .......... .......... .......... .......... .......... 49% 7.72M 6s
     46850K .......... .......... .......... .......... .......... 49% 7.66M 6s
     46900K .......... .......... .......... .......... .......... 49% 8.87M 6s
     46950K .......... .......... .......... .......... .......... 49% 9.06M 6s
     47000K .......... .......... .......... .......... .......... 49% 5.82M 6s
     47050K .......... .......... .......... .......... .......... 49% 8.69M 6s
     47100K .......... .......... .......... .......... .......... 49% 9.61M 6s
     47150K .......... .......... .......... .......... .......... 49% 5.35M 6s
     47200K .......... .......... .......... .......... .......... 49% 16.5M 6s
     47250K .......... .......... .......... .......... .......... 49% 7.59M 6s
     47300K .......... .......... .......... .......... .......... 49% 6.32M 6s
     47350K .......... .......... .......... .......... .......... 49% 8.21M 6s
     47400K .......... .......... .......... .......... .......... 49% 8.27M 6s
     47450K .......... .......... .......... .......... .......... 49% 5.78M 6s
     47500K .......... .......... .......... .......... .......... 49% 8.95M 6s
     47550K .......... .......... .......... .......... .......... 50% 13.0M 6s
     47600K .......... .......... .......... .......... .......... 50% 4.77M 6s
     47650K .......... .......... .......... .......... .......... 50% 6.58M 6s
     47700K .......... .......... .......... .......... .......... 50% 13.5M 6s
     47750K .......... .......... .......... .......... .......... 50% 5.54M 6s
     47800K .......... .......... .......... .......... .......... 50% 9.55M 6s
     47850K .......... .......... .......... .......... .......... 50% 10.3M 6s
     47900K .......... .......... .......... .......... .......... 50% 5.46M 6s
     47950K .......... .......... .......... .......... .......... 50% 8.24M 6s
     48000K .......... .......... .......... .......... .......... 50% 9.07M 6s
     48050K .......... .......... .......... .......... .......... 50% 10.9M 6s
     48100K .......... .......... .......... .......... .......... 50% 4.84M 6s
     48150K .......... .......... .......... .......... .......... 50% 8.02M 6s
     48200K .......... .......... .......... .......... .......... 50% 11.5M 6s
     48250K .......... .......... .......... .......... .......... 50% 5.62M 6s
     48300K .......... .......... .......... .......... .......... 50% 6.75M 6s
     48350K .......... .......... .......... .......... .......... 50% 4.74M 6s
     48400K .......... .......... .......... .......... .......... 50% 7.97M 6s
     48450K .......... .......... .......... .......... .......... 50% 6.15M 6s
     48500K .......... .......... .......... .......... .......... 51% 7.60M 6s
     48550K .......... .......... .......... .......... .......... 51% 3.24M 6s
     48600K .......... .......... .......... .......... .......... 51% 27.6M 6s
     48650K .......... .......... .......... .......... .......... 51% 9.91M 6s
     48700K .......... .......... .......... .......... .......... 51% 8.56M 6s
     48750K .......... .......... .......... .......... .......... 51% 4.48M 6s
     48800K .......... .......... .......... .......... .......... 51% 9.40M 6s
     48850K .......... .......... .......... .......... .......... 51% 4.97M 6s
     48900K .......... .......... .......... .......... .......... 51% 7.43M 6s
     48950K .......... .......... .......... .......... .......... 51% 9.47M 6s
     49000K .......... .......... .......... .......... .......... 51% 4.61M 6s
     49050K .......... .......... .......... .......... .......... 51% 4.22M 6s
     49100K .......... .......... .......... .......... .......... 51% 14.7M 6s
     49150K .......... .......... .......... .......... .......... 51% 3.79M 6s
     49200K .......... .......... .......... .......... .......... 51% 9.83M 6s
     49250K .......... .......... .......... .......... .......... 51% 6.98M 6s
     49300K .......... .......... .......... .......... .......... 51% 7.11M 6s
     49350K .......... .......... .......... .......... .......... 51% 5.95M 6s
     49400K .......... .......... .......... .......... .......... 51% 7.17M 6s
     49450K .......... .......... .......... .......... .......... 52% 8.08M 6s
     49500K .......... .......... .......... .......... .......... 52% 5.89M 6s
     49550K .......... .......... .......... .......... .......... 52% 9.47M 6s
     49600K .......... .......... .......... .......... .......... 52% 6.22M 6s
     49650K .......... .......... .......... .......... .......... 52% 8.03M 6s
     49700K .......... .......... .......... .......... .......... 52% 6.56M 6s
     49750K .......... .......... .......... .......... .......... 52% 7.05M 6s
     49800K .......... .......... .......... .......... .......... 52% 8.45M 6s
     49850K .......... .......... .......... .......... .......... 52% 6.42M 6s
     49900K .......... .......... .......... .......... .......... 52% 9.35M 6s
     49950K .......... .......... .......... .......... .......... 52% 5.98M 6s
     50000K .......... .......... .......... .......... .......... 52% 8.62M 6s
     50050K .......... .......... .......... .......... .......... 52% 8.48M 6s
     50100K .......... .......... .......... .......... .......... 52% 5.44M 6s
     50150K .......... .......... .......... .......... .......... 52% 12.1M 6s
     50200K .......... .......... .......... .......... .......... 52% 5.00M 6s
     50250K .......... .......... .......... .......... .......... 52% 9.56M 6s
     50300K .......... .......... .......... .......... .......... 52% 8.89M 6s
     50350K .......... .......... .......... .......... .......... 52% 6.62M 6s
     50400K .......... .......... .......... .......... .......... 53% 7.34M 6s
     50450K .......... .......... .......... .......... .......... 53% 9.45M 6s
     50500K .......... .......... .......... .......... .......... 53% 9.62M 6s
     50550K .......... .......... .......... .......... .......... 53% 7.35M 6s
     50600K .......... .......... .......... .......... .......... 53% 5.84M 6s
     50650K .......... .......... .......... .......... .......... 53% 12.4M 6s
     50700K .......... .......... .......... .......... .......... 53% 6.60M 6s
     50750K .......... .......... .......... .......... .......... 53% 8.20M 6s
     50800K .......... .......... .......... .......... .......... 53% 6.89M 6s
     50850K .......... .......... .......... .......... .......... 53% 6.87M 6s
     50900K .......... .......... .......... .......... .......... 53% 7.73M 6s
     50950K .......... .......... .......... .......... .......... 53% 7.19M 6s
     51000K .......... .......... .......... .......... .......... 53% 11.4M 6s
     51050K .......... .......... .......... .......... .......... 53% 8.87M 6s
     51100K .......... .......... .......... .......... .......... 53% 5.13M 6s
     51150K .......... .......... .......... .......... .......... 53% 10.9M 6s
     51200K .......... .......... .......... .......... .......... 53% 8.90M 6s
     51250K .......... .......... .......... .......... .......... 53% 6.38M 6s
     51300K .......... .......... .......... .......... .......... 53% 8.10M 6s
     51350K .......... .......... .......... .......... .......... 54% 6.71M 6s
     51400K .......... .......... .......... .......... .......... 54% 6.54M 6s
     51450K .......... .......... .......... .......... .......... 54% 6.86M 6s
     51500K .......... .......... .......... .......... .......... 54% 14.4M 6s
     51550K .......... .......... .......... .......... .......... 54% 3.51M 6s
     51600K .......... .......... .......... .......... .......... 54% 9.64M 6s
     51650K .......... .......... .......... .......... .......... 54% 7.54M 6s
     51700K .......... .......... .......... .......... .......... 54% 5.95M 6s
     51750K .......... .......... .......... .......... .......... 54% 12.2M 6s
     51800K .......... .......... .......... .......... .......... 54% 7.96M 6s
     51850K .......... .......... .......... .......... .......... 54% 4.64M 6s
     51900K .......... .......... .......... .......... .......... 54% 15.3M 6s
     51950K .......... .......... .......... .......... .......... 54% 6.66M 6s
     52000K .......... .......... .......... .......... .......... 54% 7.08M 6s
     52050K .......... .......... .......... .......... .......... 54% 9.31M 6s
     52100K .......... .......... .......... .......... .......... 54% 7.17M 6s
     52150K .......... .......... .......... .......... .......... 54% 9.25M 6s
     52200K .......... .......... .......... .......... .......... 54% 5.46M 6s
     52250K .......... .......... .......... .......... .......... 54% 11.5M 6s
     52300K .......... .......... .......... .......... .......... 55% 2.57M 6s
     52350K .......... .......... .......... .......... .......... 55% 13.3M 6s
     52400K .......... .......... .......... .......... .......... 55% 4.62M 6s
     52450K .......... .......... .......... .......... .......... 55% 4.39M 6s
     52500K .......... .......... .......... .......... .......... 55% 7.86M 6s
     52550K .......... .......... .......... .......... .......... 55% 6.41M 6s
     52600K .......... .......... .......... .......... .......... 55% 8.56M 6s
     52650K .......... .......... .......... .......... .......... 55% 5.58M 6s
     52700K .......... .......... .......... .......... .......... 55% 4.60M 6s
     52750K .......... .......... .......... .......... .......... 55% 13.5M 6s
     52800K .......... .......... .......... .......... .......... 55% 4.46M 6s
     52850K .......... .......... .......... .......... .......... 55% 9.34M 6s
     52900K .......... .......... .......... .......... .......... 55% 7.07M 6s
     52950K .......... .......... .......... .......... .......... 55% 5.92M 6s
     53000K .......... .......... .......... .......... .......... 55% 7.95M 6s
     53050K .......... .......... .......... .......... .......... 55% 7.34M 6s
     53100K .......... .......... .......... .......... .......... 55% 6.96M 6s
     53150K .......... .......... .......... .......... .......... 55% 6.97M 6s
     53200K .......... .......... .......... .......... .......... 55% 11.2M 6s
     53250K .......... .......... .......... .......... .......... 56% 4.38M 6s
     53300K .......... .......... .......... .......... .......... 56% 6.73M 6s
     53350K .......... .......... .......... .......... .......... 56% 11.0M 6s
     53400K .......... .......... .......... .......... .......... 56% 5.08M 6s
     53450K .......... .......... .......... .......... .......... 56% 8.30M 6s
     53500K .......... .......... .......... .......... .......... 56% 7.55M 6s
     53550K .......... .......... .......... .......... .......... 56% 4.52M 6s
     53600K .......... .......... .......... .......... .......... 56% 10.7M 6s
     53650K .......... .......... .......... .......... .......... 56% 5.06M 6s
     53700K .......... .......... .......... .......... .......... 56% 10.9M 6s
     53750K .......... .......... .......... .......... .......... 56% 4.79M 6s
     53800K .......... .......... .......... .......... .......... 56% 2.57M 6s
     53850K .......... .......... .......... .......... .......... 56% 30.6M 6s
     53900K .......... .......... .......... .......... .......... 56% 4.17M 6s
     53950K .......... .......... .......... .......... .......... 56% 6.85M 6s
     54000K .......... .......... .......... .......... .......... 56% 6.76M 6s
     54050K .......... .......... .......... .......... .......... 56% 5.62M 6s
     54100K .......... .......... .......... .......... .......... 56% 11.3M 6s
     54150K .......... .......... .......... .......... .......... 56% 5.79M 6s
     54200K .......... .......... .......... .......... .......... 57% 6.41M 6s
     54250K .......... .......... .......... .......... .......... 57% 5.84M 6s
     54300K .......... .......... .......... .......... .......... 57% 7.05M 6s
     54350K .......... .......... .......... .......... .......... 57% 9.73M 6s
     54400K .......... .......... .......... .......... .......... 57% 5.74M 5s
     54450K .......... .......... .......... .......... .......... 57% 8.72M 5s
     54500K .......... .......... .......... .......... .......... 57% 5.05M 5s
     54550K .......... .......... .......... .......... .......... 57% 7.06M 5s
     54600K .......... .......... .......... .......... .......... 57% 7.29M 5s
     54650K .......... .......... .......... .......... .......... 57% 5.88M 5s
     54700K .......... .......... .......... .......... .......... 57% 8.72M 5s
     54750K .......... .......... .......... .......... .......... 57% 4.12M 5s
     54800K .......... .......... .......... .......... .......... 57% 7.99M 5s
     54850K .......... .......... .......... .......... .......... 57% 12.3M 5s
     54900K .......... .......... .......... .......... .......... 57% 5.13M 5s
     54950K .......... .......... .......... .......... .......... 57% 8.48M 5s
     55000K .......... .......... .......... .......... .......... 57% 5.59M 5s
     55050K .......... .......... .......... .......... .......... 57% 9.60M 5s
     55100K .......... .......... .......... .......... .......... 57% 6.26M 5s
     55150K .......... .......... .......... .......... .......... 58% 6.58M 5s
     55200K .......... .......... .......... .......... .......... 58% 8.16M 5s
     55250K .......... .......... .......... .......... .......... 58% 6.91M 5s
     55300K .......... .......... .......... .......... .......... 58% 7.45M 5s
     55350K .......... .......... .......... .......... .......... 58% 9.50M 5s
     55400K .......... .......... .......... .......... .......... 58% 11.2M 5s
     55450K .......... .......... .......... .......... .......... 58% 4.87M 5s
     55500K .......... .......... .......... .......... .......... 58% 7.23M 5s
     55550K .......... .......... .......... .......... .......... 58% 9.95M 5s
     55600K .......... .......... .......... .......... .......... 58% 5.95M 5s
     55650K .......... .......... .......... .......... .......... 58% 8.34M 5s
     55700K .......... .......... .......... .......... .......... 58% 7.86M 5s
     55750K .......... .......... .......... .......... .......... 58% 5.82M 5s
     55800K .......... .......... .......... .......... .......... 58% 12.5M 5s
     55850K .......... .......... .......... .......... .......... 58% 8.33M 5s
     55900K .......... .......... .......... .......... .......... 58% 7.06M 5s
     55950K .......... .......... .......... .......... .......... 58% 8.23M 5s
     56000K .......... .......... .......... .......... .......... 58% 7.59M 5s
     56050K .......... .......... .......... .......... .......... 58% 6.41M 5s
     56100K .......... .......... .......... .......... .......... 59% 10.5M 5s
     56150K .......... .......... .......... .......... .......... 59% 14.7M 5s
     56200K .......... .......... .......... .......... .......... 59% 4.52M 5s
     56250K .......... .......... .......... .......... .......... 59% 9.44M 5s
     56300K .......... .......... .......... .......... .......... 59% 9.47M 5s
     56350K .......... .......... .......... .......... .......... 59% 4.85M 5s
     56400K .......... .......... .......... .......... .......... 59% 12.6M 5s
     56450K .......... .......... .......... .......... .......... 59% 9.15M 5s
     56500K .......... .......... .......... .......... .......... 59% 5.55M 5s
     56550K .......... .......... .......... .......... .......... 59% 11.9M 5s
     56600K .......... .......... .......... .......... .......... 59% 8.38M 5s
     56650K .......... .......... .......... .......... .......... 59% 7.79M 5s
     56700K .......... .......... .......... .......... .......... 59% 7.15M 5s
     56750K .......... .......... .......... .......... .......... 59% 10.5M 5s
     56800K .......... .......... .......... .......... .......... 59% 10.0M 5s
     56850K .......... .......... .......... .......... .......... 59% 4.99M 5s
     56900K .......... .......... .......... .......... .......... 59% 12.4M 5s
     56950K .......... .......... .......... .......... .......... 59% 7.75M 5s
     57000K .......... .......... .......... .......... .......... 59% 6.17M 5s
     57050K .......... .......... .......... .......... .......... 60% 7.77M 5s
     57100K .......... .......... .......... .......... .......... 60% 8.37M 5s
     57150K .......... .......... .......... .......... .......... 60% 7.01M 5s
     57200K .......... .......... .......... .......... .......... 60% 8.97M 5s
     57250K .......... .......... .......... .......... .......... 60% 6.79M 5s
     57300K .......... .......... .......... .......... .......... 60% 10.2M 5s
     57350K .......... .......... .......... .......... .......... 60% 5.39M 5s
     57400K .......... .......... .......... .......... .......... 60% 8.11M 5s
     57450K .......... .......... .......... .......... .......... 60% 8.24M 5s
     57500K .......... .......... .......... .......... .......... 60% 5.76M 5s
     57550K .......... .......... .......... .......... .......... 60% 8.72M 5s
     57600K .......... .......... .......... .......... .......... 60% 7.82M 5s
     57650K .......... .......... .......... .......... .......... 60% 9.56M 5s
     57700K .......... .......... .......... .......... .......... 60% 5.92M 5s
     57750K .......... .......... .......... .......... .......... 60% 13.1M 5s
     57800K .......... .......... .......... .......... .......... 60% 5.78M 5s
     57850K .......... .......... .......... .......... .......... 60% 8.37M 5s
     57900K .......... .......... .......... .......... .......... 60% 8.06M 5s
     57950K .......... .......... .......... .......... .......... 60% 7.57M 5s
     58000K .......... .......... .......... .......... .......... 60% 8.81M 5s
     58050K .......... .......... .......... .......... .......... 61% 6.69M 5s
     58100K .......... .......... .......... .......... .......... 61% 10.6M 5s
     58150K .......... .......... .......... .......... .......... 61% 5.55M 5s
     58200K .......... .......... .......... .......... .......... 61% 7.91M 5s
     58250K .......... .......... .......... .......... .......... 61% 12.1M 5s
     58300K .......... .......... .......... .......... .......... 61% 6.55M 5s
     58350K .......... .......... .......... .......... .......... 61% 8.40M 5s
     58400K .......... .......... .......... .......... .......... 61% 4.87M 5s
     58450K .......... .......... .......... .......... .......... 61% 8.84M 5s
     58500K .......... .......... .......... .......... .......... 61% 12.9M 5s
     58550K .......... .......... .......... .......... .......... 61% 5.03M 5s
     58600K .......... .......... .......... .......... .......... 61% 9.49M 5s
     58650K .......... .......... .......... .......... .......... 61% 6.95M 5s
     58700K .......... .......... .......... .......... .......... 61% 6.01M 5s
     58750K .......... .......... .......... .......... .......... 61% 11.2M 5s
     58800K .......... .......... .......... .......... .......... 61% 8.65M 5s
     58850K .......... .......... .......... .......... .......... 61% 6.95M 5s
     58900K .......... .......... .......... .......... .......... 61% 6.91M 5s
     58950K .......... .......... .......... .......... .......... 61% 9.35M 5s
     59000K .......... .......... .......... .......... .......... 62% 7.10M 5s
     59050K .......... .......... .......... .......... .......... 62% 7.60M 5s
     59100K .......... .......... .......... .......... .......... 62% 9.83M 5s
     59150K .......... .......... .......... .......... .......... 62% 8.92M 5s
     59200K .......... .......... .......... .......... .......... 62% 5.46M 5s
     59250K .......... .......... .......... .......... .......... 62% 9.38M 5s
     59300K .......... .......... .......... .......... .......... 62% 7.33M 5s
     59350K .......... .......... .......... .......... .......... 62% 10.1M 5s
     59400K .......... .......... .......... .......... .......... 62% 6.68M 5s
     59450K .......... .......... .......... .......... .......... 62% 7.20M 5s
     59500K .......... .......... .......... .......... .......... 62% 12.1M 5s
     59550K .......... .......... .......... .......... .......... 62% 4.54M 5s
     59600K .......... .......... .......... .......... .......... 62% 12.5M 5s
     59650K .......... .......... .......... .......... .......... 62% 9.55M 5s
     59700K .......... .......... .......... .......... .......... 62% 4.85M 5s
     59750K .......... .......... .......... .......... .......... 62% 12.2M 5s
     59800K .......... .......... .......... .......... .......... 62% 5.84M 5s
     59850K .......... .......... .......... .......... .......... 62% 8.53M 5s
     59900K .......... .......... .......... .......... .......... 62% 9.01M 5s
     59950K .......... .......... .......... .......... .......... 63% 7.81M 5s
     60000K .......... .......... .......... .......... .......... 63% 6.80M 5s
     60050K .......... .......... .......... .......... .......... 63% 6.56M 5s
     60100K .......... .......... .......... .......... .......... 63% 9.96M 5s
     60150K .......... .......... .......... .......... .......... 63% 6.61M 5s
     60200K .......... .......... .......... .......... .......... 63% 4.77M 5s
     60250K .......... .......... .......... .......... .......... 63% 13.3M 5s
     60300K .......... .......... .......... .......... .......... 63% 7.01M 5s
     60350K .......... .......... .......... .......... .......... 63% 4.13M 5s
     60400K .......... .......... .......... .......... .......... 63% 13.2M 5s
     60450K .......... .......... .......... .......... .......... 63% 14.4M 5s
     60500K .......... .......... .......... .......... .......... 63% 4.02M 5s
     60550K .......... .......... .......... .......... .......... 63% 10.4M 5s
     60600K .......... .......... .......... .......... .......... 63% 8.23M 5s
     60650K .......... .......... .......... .......... .......... 63% 5.12M 5s
     60700K .......... .......... .......... .......... .......... 63% 14.6M 5s
     60750K .......... .......... .......... .......... .......... 63% 5.37M 5s
     60800K .......... .......... .......... .......... .......... 63% 7.87M 5s
     60850K .......... .......... .......... .......... .......... 63% 8.66M 5s
     60900K .......... .......... .......... .......... .......... 64% 4.95M 5s
     60950K .......... .......... .......... .......... .......... 64% 12.3M 5s
     61000K .......... .......... .......... .......... .......... 64% 8.34M 5s
     61050K .......... .......... .......... .......... .......... 64% 7.79M 5s
     61100K .......... .......... .......... .......... .......... 64% 2.11M 5s
     61150K .......... .......... .......... .......... .......... 64% 15.0M 5s
     61200K .......... .......... .......... .......... .......... 64% 42.6M 5s
     61250K .......... .......... .......... .......... .......... 64% 2.01M 5s
     61300K .......... .......... .......... .......... .......... 64% 4.30M 5s
     61350K .......... .......... .......... .......... .......... 64% 4.93M 5s
     61400K .......... .......... .......... .......... .......... 64% 4.53M 5s
     61450K .......... .......... .......... .......... .......... 64% 7.38M 5s
     61500K .......... .......... .......... .......... .......... 64% 4.12M 5s
     61550K .......... .......... .......... .......... .......... 64% 6.71M 5s
     61600K .......... .......... .......... .......... .......... 64% 3.22M 5s
     61650K .......... .......... .......... .......... .......... 64% 6.01M 5s
     61700K .......... .......... .......... .......... .......... 64% 5.80M 5s
     61750K .......... .......... .......... .......... .......... 64% 4.63M 5s
     61800K .......... .......... .......... .......... .......... 64% 8.06M 5s
     61850K .......... .......... .......... .......... .......... 65% 5.04M 5s
     61900K .......... .......... .......... .......... .......... 65% 4.82M 5s
     61950K .......... .......... .......... .......... .......... 65% 8.51M 4s
     62000K .......... .......... .......... .......... .......... 65% 5.77M 4s
     62050K .......... .......... .......... .......... .......... 65% 6.42M 4s
     62100K .......... .......... .......... .......... .......... 65% 5.28M 4s
     62150K .......... .......... .......... .......... .......... 65% 4.50M 4s
     62200K .......... .......... .......... .......... .......... 65% 8.12M 4s
     62250K .......... .......... .......... .......... .......... 65% 9.20M 4s
     62300K .......... .......... .......... .......... .......... 65% 5.12M 4s
     62350K .......... .......... .......... .......... .......... 65% 2.11M 4s
     62400K .......... .......... .......... .......... .......... 65% 12.6M 4s
     62450K .......... .......... .......... .......... .......... 65% 3.51M 4s
     62500K .......... .......... .......... .......... .......... 65% 4.82M 4s
     62550K .......... .......... .......... .......... .......... 65% 6.27M 4s
     62600K .......... .......... .......... .......... .......... 65% 5.04M 4s
     62650K .......... .......... .......... .......... .......... 65% 5.97M 4s
     62700K .......... .......... .......... .......... .......... 65% 5.82M 4s
     62750K .......... .......... .......... .......... .......... 65% 7.27M 4s
     62800K .......... .......... .......... .......... .......... 66% 6.39M 4s
     62850K .......... .......... .......... .......... .......... 66% 5.26M 4s
     62900K .......... .......... .......... .......... .......... 66% 9.44M 4s
     62950K .......... .......... .......... .......... .......... 66% 3.58M 4s
     63000K .......... .......... .......... .......... .......... 66% 8.54M 4s
     63050K .......... .......... .......... .......... .......... 66% 6.28M 4s
     63100K .......... .......... .......... .......... .......... 66% 4.72M 4s
     63150K .......... .......... .......... .......... .......... 66% 9.73M 4s
     63200K .......... .......... .......... .......... .......... 66% 4.76M 4s
     63250K .......... .......... .......... .......... .......... 66% 9.86M 4s
     63300K .......... .......... .......... .......... .......... 66% 5.53M 4s
     63350K .......... .......... .......... .......... .......... 66% 5.90M 4s
     63400K .......... .......... .......... .......... .......... 66% 7.02M 4s
     63450K .......... .......... .......... .......... .......... 66% 7.19M 4s
     63500K .......... .......... .......... .......... .......... 66% 5.85M 4s
     63550K .......... .......... .......... .......... .......... 66% 7.03M 4s
     63600K .......... .......... .......... .......... .......... 66% 4.59M 4s
     63650K .......... .......... .......... .......... .......... 66% 9.30M 4s
     63700K .......... .......... .......... .......... .......... 66% 5.90M 4s
     63750K .......... .......... .......... .......... .......... 67% 7.84M 4s
     63800K .......... .......... .......... .......... .......... 67% 6.55M 4s
     63850K .......... .......... .......... .......... .......... 67% 5.36M 4s
     63900K .......... .......... .......... .......... .......... 67% 6.56M 4s
     63950K .......... .......... .......... .......... .......... 67% 6.83M 4s
     64000K .......... .......... .......... .......... .......... 67% 9.12M 4s
     64050K .......... .......... .......... .......... .......... 67% 5.72M 4s
     64100K .......... .......... .......... .......... .......... 67% 6.67M 4s
     64150K .......... .......... .......... .......... .......... 67% 6.89M 4s
     64200K .......... .......... .......... .......... .......... 67% 6.92M 4s
     64250K .......... .......... .......... .......... .......... 67% 10.2M 4s
     64300K .......... .......... .......... .......... .......... 67% 4.10M 4s
     64350K .......... .......... .......... .......... .......... 67% 6.26M 4s
     64400K .......... .......... .......... .......... .......... 67% 22.1M 4s
     64450K .......... .......... .......... .......... .......... 67% 5.55M 4s
     64500K .......... .......... .......... .......... .......... 67% 7.78M 4s
     64550K .......... .......... .......... .......... .......... 67% 4.79M 4s
     64600K .......... .......... .......... .......... .......... 67% 7.15M 4s
     64650K .......... .......... .......... .......... .......... 67% 6.90M 4s
     64700K .......... .......... .......... .......... .......... 68% 7.62M 4s
     64750K .......... .......... .......... .......... .......... 68% 8.18M 4s
     64800K .......... .......... .......... .......... .......... 68% 6.09M 4s
     64850K .......... .......... .......... .......... .......... 68% 7.29M 4s
     64900K .......... .......... .......... .......... .......... 68% 5.70M 4s
     64950K .......... .......... .......... .......... .......... 68% 5.99M 4s
     65000K .......... .......... .......... .......... .......... 68% 10.9M 4s
     65050K .......... .......... .......... .......... .......... 68% 5.25M 4s
     65100K .......... .......... .......... .......... .......... 68% 6.78M 4s
     65150K .......... .......... .......... .......... .......... 68% 11.6M 4s
     65200K .......... .......... .......... .......... .......... 68% 5.38M 4s
     65250K .......... .......... .......... .......... .......... 68% 9.55M 4s
     65300K .......... .......... .......... .......... .......... 68% 4.77M 4s
     65350K .......... .......... .......... .......... .......... 68% 5.60M 4s
     65400K .......... .......... .......... .......... .......... 68% 14.1M 4s
     65450K .......... .......... .......... .......... .......... 68% 6.81M 4s
     65500K .......... .......... .......... .......... .......... 68% 7.63M 4s
     65550K .......... .......... .......... .......... .......... 68% 6.46M 4s
     65600K .......... .......... .......... .......... .......... 68% 11.2M 4s
     65650K .......... .......... .......... .......... .......... 69% 7.19M 4s
     65700K .......... .......... .......... .......... .......... 69% 5.70M 4s
     65750K .......... .......... .......... .......... .......... 69% 9.33M 4s
     65800K .......... .......... .......... .......... .......... 69% 6.16M 4s
     65850K .......... .......... .......... .......... .......... 69% 9.02M 4s
     65900K .......... .......... .......... .......... .......... 69% 7.24M 4s
     65950K .......... .......... .......... .......... .......... 69% 10.4M 4s
     66000K .......... .......... .......... .......... .......... 69% 4.80M 4s
     66050K .......... .......... .......... .......... .......... 69% 7.36M 4s
     66100K .......... .......... .......... .......... .......... 69% 11.7M 4s
     66150K .......... .......... .......... .......... .......... 69% 6.42M 4s
     66200K .......... .......... .......... .......... .......... 69% 7.09M 4s
     66250K .......... .......... .......... .......... .......... 69% 9.10M 4s
     66300K .......... .......... .......... .......... .......... 69% 3.69M 4s
     66350K .......... .......... .......... .......... .......... 69% 9.27M 4s
     66400K .......... .......... .......... .......... .......... 69% 10.2M 4s
     66450K .......... .......... .......... .......... .......... 69% 9.16M 4s
     66500K .......... .......... .......... .......... .......... 69% 5.34M 4s
     66550K .......... .......... .......... .......... .......... 69% 6.26M 4s
     66600K .......... .......... .......... .......... .......... 70% 7.25M 4s
     66650K .......... .......... .......... .......... .......... 70% 8.86M 4s
     66700K .......... .......... .......... .......... .......... 70% 8.90M 4s
     66750K .......... .......... .......... .......... .......... 70% 5.05M 4s
     66800K .......... .......... .......... .......... .......... 70% 6.94M 4s
     66850K .......... .......... .......... .......... .......... 70% 12.9M 4s
     66900K .......... .......... .......... .......... .......... 70% 5.38M 4s
     66950K .......... .......... .......... .......... .......... 70% 10.5M 4s
     67000K .......... .......... .......... .......... .......... 70% 5.13M 4s
     67050K .......... .......... .......... .......... .......... 70% 6.70M 4s
     67100K .......... .......... .......... .......... .......... 70% 10.6M 4s
     67150K .......... .......... .......... .......... .......... 70% 5.92M 4s
     67200K .......... .......... .......... .......... .......... 70% 9.34M 4s
     67250K .......... .......... .......... .......... .......... 70% 5.99M 4s
     67300K .......... .......... .......... .......... .......... 70% 5.02M 4s
     67350K .......... .......... .......... .......... .......... 70% 11.0M 4s
     67400K .......... .......... .......... .......... .......... 70% 7.39M 4s
     67450K .......... .......... .......... .......... .......... 70% 7.30M 4s
     67500K .......... .......... .......... .......... .......... 70% 5.66M 4s
     67550K .......... .......... .......... .......... .......... 71% 6.68M 4s
     67600K .......... .......... .......... .......... .......... 71% 2.26M 4s
     67650K .......... .......... .......... .......... .......... 71% 27.9M 4s
     67700K .......... .......... .......... .......... .......... 71% 48.6M 4s
     67750K .......... .......... .......... .......... .......... 71% 2.25M 4s
     67800K .......... .......... .......... .......... .......... 71% 5.88M 4s
     67850K .......... .......... .......... .......... .......... 71% 8.23M 4s
     67900K .......... .......... .......... .......... .......... 71% 6.11M 4s
     67950K .......... .......... .......... .......... .......... 71% 5.82M 4s
     68000K .......... .......... .......... .......... .......... 71% 6.55M 4s
     68050K .......... .......... .......... .......... .......... 71% 5.97M 4s
     68100K .......... .......... .......... .......... .......... 71% 8.92M 4s
     68150K .......... .......... .......... .......... .......... 71% 1.64M 4s
     68200K .......... .......... .......... .......... .......... 71% 43.5M 4s
     68250K .......... .......... .......... .......... .......... 71% 15.6M 4s
     68300K .......... .......... .......... .......... .......... 71% 3.56M 4s
     68350K .......... .......... .......... .......... .......... 71% 5.47M 4s
     68400K .......... .......... .......... .......... .......... 71% 5.68M 4s
     68450K .......... .......... .......... .......... .......... 71% 5.35M 4s
     68500K .......... .......... .......... .......... .......... 72% 5.37M 4s
     68550K .......... .......... .......... .......... .......... 72% 8.05M 4s
     68600K .......... .......... .......... .......... .......... 72% 4.25M 4s
     68650K .......... .......... .......... .......... .......... 72% 8.75M 4s
     68700K .......... .......... .......... .......... .......... 72% 4.67M 4s
     68750K .......... .......... .......... .......... .......... 72% 6.76M 4s
     68800K .......... .......... .......... .......... .......... 72% 6.65M 4s
     68850K .......... .......... .......... .......... .......... 72% 6.02M 4s
     68900K .......... .......... .......... .......... .......... 72% 8.96M 4s
     68950K .......... .......... .......... .......... .......... 72% 5.84M 4s
     69000K .......... .......... .......... .......... .......... 72% 5.28M 4s
     69050K .......... .......... .......... .......... .......... 72% 7.77M 4s
     69100K .......... .......... .......... .......... .......... 72% 6.60M 4s
     69150K .......... .......... .......... .......... .......... 72% 5.23M 4s
     69200K .......... .......... .......... .......... .......... 72% 7.47M 4s
     69250K .......... .......... .......... .......... .......... 72% 5.90M 4s
     69300K .......... .......... .......... .......... .......... 72% 9.04M 4s
     69350K .......... .......... .......... .......... .......... 72% 6.23M 4s
     69400K .......... .......... .......... .......... .......... 72% 9.47M 4s
     69450K .......... .......... .......... .......... .......... 73% 4.51M 4s
     69500K .......... .......... .......... .......... .......... 73% 8.24M 4s
     69550K .......... .......... .......... .......... .......... 73% 11.2M 4s
     69600K .......... .......... .......... .......... .......... 73% 4.77M 4s
     69650K .......... .......... .......... .......... .......... 73% 9.88M 4s
     69700K .......... .......... .......... .......... .......... 73% 7.48M 3s
     69750K .......... .......... .......... .......... .......... 73% 5.20M 3s
     69800K .......... .......... .......... .......... .......... 73% 9.09M 3s
     69850K .......... .......... .......... .......... .......... 73% 7.16M 3s
     69900K .......... .......... .......... .......... .......... 73% 8.61M 3s
     69950K .......... .......... .......... .......... .......... 73% 7.42M 3s
     70000K .......... .......... .......... .......... .......... 73% 6.51M 3s
     70050K .......... .......... .......... .......... .......... 73% 9.98M 3s
     70100K .......... .......... .......... .......... .......... 73% 6.17M 3s
     70150K .......... .......... .......... .......... .......... 73% 5.89M 3s
     70200K .......... .......... .......... .......... .......... 73% 7.62M 3s
     70250K .......... .......... .......... .......... .......... 73% 6.35M 3s
     70300K .......... .......... .......... .......... .......... 73% 10.6M 3s
     70350K .......... .......... .......... .......... .......... 73% 4.12M 3s
     70400K .......... .......... .......... .......... .......... 74% 9.46M 3s
     70450K .......... .......... .......... .......... .......... 74% 8.18M 3s
     70500K .......... .......... .......... .......... .......... 74% 5.15M 3s
     70550K .......... .......... .......... .......... .......... 74% 12.0M 3s
     70600K .......... .......... .......... .......... .......... 74% 7.18M 3s
     70650K .......... .......... .......... .......... .......... 74% 5.53M 3s
     70700K .......... .......... .......... .......... .......... 74% 7.08M 3s
     70750K .......... .......... .......... .......... .......... 74% 7.03M 3s
     70800K .......... .......... .......... .......... .......... 74% 6.80M 3s
     70850K .......... .......... .......... .......... .......... 74% 8.95M 3s
     70900K .......... .......... .......... .......... .......... 74% 6.00M 3s
     70950K .......... .......... .......... .......... .......... 74% 6.08M 3s
     71000K .......... .......... .......... .......... .......... 74% 9.98M 3s
     71050K .......... .......... .......... .......... .......... 74% 7.67M 3s
     71100K .......... .......... .......... .......... .......... 74% 4.95M 3s
     71150K .......... .......... .......... .......... .......... 74% 8.37M 3s
     71200K .......... .......... .......... .......... .......... 74% 6.80M 3s
     71250K .......... .......... .......... .......... .......... 74% 7.15M 3s
     71300K .......... .......... .......... .......... .......... 74% 6.26M 3s
     71350K .......... .......... .......... .......... .......... 75% 8.97M 3s
     71400K .......... .......... .......... .......... .......... 75% 5.09M 3s
     71450K .......... .......... .......... .......... .......... 75% 8.25M 3s
     71500K .......... .......... .......... .......... .......... 75% 9.04M 3s
     71550K .......... .......... .......... .......... .......... 75% 4.67M 3s
     71600K .......... .......... .......... .......... .......... 75% 8.77M 3s
     71650K .......... .......... .......... .......... .......... 75% 7.75M 3s
     71700K .......... .......... .......... .......... .......... 75% 5.31M 3s
     71750K .......... .......... .......... .......... .......... 75% 9.29M 3s
     71800K .......... .......... .......... .......... .......... 75% 8.09M 3s
     71850K .......... .......... .......... .......... .......... 75% 7.52M 3s
     71900K .......... .......... .......... .......... .......... 75% 4.91M 3s
     71950K .......... .......... .......... .......... .......... 75% 8.48M 3s
     72000K .......... .......... .......... .......... .......... 75% 12.9M 3s
     72050K .......... .......... .......... .......... .......... 75% 4.33M 3s
     72100K .......... .......... .......... .......... .......... 75% 10.4M 3s
     72150K .......... .......... .......... .......... .......... 75% 7.71M 3s
     72200K .......... .......... .......... .......... .......... 75% 6.48M 3s
     72250K .......... .......... .......... .......... .......... 75% 9.67M 3s
     72300K .......... .......... .......... .......... .......... 76% 5.84M 3s
     72350K .......... .......... .......... .......... .......... 76% 9.43M 3s
     72400K .......... .......... .......... .......... .......... 76% 7.28M 3s
     72450K .......... .......... .......... .......... .......... 76% 6.99M 3s
     72500K .......... .......... .......... .......... .......... 76% 7.71M 3s
     72550K .......... .......... .......... .......... .......... 76% 7.15M 3s
     72600K .......... .......... .......... .......... .......... 76% 10.3M 3s
     72650K .......... .......... .......... .......... .......... 76% 5.75M 3s
     72700K .......... .......... .......... .......... .......... 76% 7.48M 3s
     72750K .......... .......... .......... .......... .......... 76% 9.48M 3s
     72800K .......... .......... .......... .......... .......... 76% 7.76M 3s
     72850K .......... .......... .......... .......... .......... 76% 6.88M 3s
     72900K .......... .......... .......... .......... .......... 76% 9.91M 3s
     72950K .......... .......... .......... .......... .......... 76% 4.92M 3s
     73000K .......... .......... .......... .......... .......... 76% 12.8M 3s
     73050K .......... .......... .......... .......... .......... 76% 8.46M 3s
     73100K .......... .......... .......... .......... .......... 76% 7.33M 3s
     73150K .......... .......... .......... .......... .......... 76% 7.55M 3s
     73200K .......... .......... .......... .......... .......... 76% 7.49M 3s
     73250K .......... .......... .......... .......... .......... 77% 11.0M 3s
     73300K .......... .......... .......... .......... .......... 77% 6.28M 3s
     73350K .......... .......... .......... .......... .......... 77% 9.58M 3s
     73400K .......... .......... .......... .......... .......... 77% 6.35M 3s
     73450K .......... .......... .......... .......... .......... 77% 9.24M 3s
     73500K .......... .......... .......... .......... .......... 77% 10.6M 3s
     73550K .......... .......... .......... .......... .......... 77% 5.26M 3s
     73600K .......... .......... .......... .......... .......... 77% 13.1M 3s
     73650K .......... .......... .......... .......... .......... 77% 6.66M 3s
     73700K .......... .......... .......... .......... .......... 77% 11.0M 3s
     73750K .......... .......... .......... .......... .......... 77% 5.76M 3s
     73800K .......... .......... .......... .......... .......... 77% 10.8M 3s
     73850K .......... .......... .......... .......... .......... 77% 8.67M 3s
     73900K .......... .......... .......... .......... .......... 77% 5.95M 3s
     73950K .......... .......... .......... .......... .......... 77% 9.91M 3s
     74000K .......... .......... .......... .......... .......... 77% 9.45M 3s
     74050K .......... .......... .......... .......... .......... 77% 11.2M 3s
     74100K .......... .......... .......... .......... .......... 77% 4.23M 3s
     74150K .......... .......... .......... .......... .......... 77% 10.1M 3s
     74200K .......... .......... .......... .......... .......... 78% 14.6M 3s
     74250K .......... .......... .......... .......... .......... 78% 5.41M 3s
     74300K .......... .......... .......... .......... .......... 78% 9.51M 3s
     74350K .......... .......... .......... .......... .......... 78% 7.28M 3s
     74400K .......... .......... .......... .......... .......... 78% 7.44M 3s
     74450K .......... .......... .......... .......... .......... 78% 6.46M 3s
     74500K .......... .......... .......... .......... .......... 78% 10.5M 3s
     74550K .......... .......... .......... .......... .......... 78% 9.99M 3s
     74600K .......... .......... .......... .......... .......... 78% 6.14M 3s
     74650K .......... .......... .......... .......... .......... 78% 7.50M 3s
     74700K .......... .......... .......... .......... .......... 78% 12.5M 3s
     74750K .......... .......... .......... .......... .......... 78% 1.58M 3s
     74800K .......... .......... .......... .......... .......... 78% 26.5M 3s
     74850K .......... .......... .......... .......... .......... 78% 16.2M 3s
     74900K .......... .......... .......... .......... .......... 78% 3.40M 3s
     74950K .......... .......... .......... .......... .......... 78% 9.29M 3s
     75000K .......... .......... .......... .......... .......... 78% 5.99M 3s
     75050K .......... .......... .......... .......... .......... 78% 7.39M 3s
     75100K .......... .......... .......... .......... .......... 78% 6.66M 3s
     75150K .......... .......... .......... .......... .......... 79% 5.92M 3s
     75200K .......... .......... .......... .......... .......... 79% 6.58M 3s
     75250K .......... .......... .......... .......... .......... 79% 9.35M 3s
     75300K .......... .......... .......... .......... .......... 79% 5.87M 3s
     75350K .......... .......... .......... .......... .......... 79% 7.54M 3s
     75400K .......... .......... .......... .......... .......... 79% 7.53M 3s
     75450K .......... .......... .......... .......... .......... 79% 6.44M 3s
     75500K .......... .......... .......... .......... .......... 79% 8.07M 3s
     75550K .......... .......... .......... .......... .......... 79% 8.05M 3s
     75600K .......... .......... .......... .......... .......... 79% 5.66M 3s
     75650K .......... .......... .......... .......... .......... 79% 5.60M 3s
     75700K .......... .......... .......... .......... .......... 79% 8.98M 3s
     75750K .......... .......... .......... .......... .......... 79% 8.19M 3s
     75800K .......... .......... .......... .......... .......... 79% 5.64M 3s
     75850K .......... .......... .......... .......... .......... 79% 7.45M 3s
     75900K .......... .......... .......... .......... .......... 79% 6.45M 3s
     75950K .......... .......... .......... .......... .......... 79% 8.94M 3s
     76000K .......... .......... .......... .......... .......... 79% 4.93M 3s
     76050K .......... .......... .......... .......... .......... 79% 6.46M 3s
     76100K .......... .......... .......... .......... .......... 80% 10.0M 3s
     76150K .......... .......... .......... .......... .......... 80% 4.60M 3s
     76200K .......... .......... .......... .......... .......... 80% 10.2M 3s
     76250K .......... .......... .......... .......... .......... 80% 6.53M 3s
     76300K .......... .......... .......... .......... .......... 80% 7.42M 3s
     76350K .......... .......... .......... .......... .......... 80% 5.20M 3s
     76400K .......... .......... .......... .......... .......... 80% 11.0M 3s
     76450K .......... .......... .......... .......... .......... 80% 5.00M 3s
     76500K .......... .......... .......... .......... .......... 80% 5.29M 3s
     76550K .......... .......... .......... .......... .......... 80% 6.98M 3s
     76600K .......... .......... .......... .......... .......... 80% 7.97M 3s
     76650K .......... .......... .......... .......... .......... 80% 5.68M 3s
     76700K .......... .......... .......... .......... .......... 80% 6.27M 3s
     76750K .......... .......... .......... .......... .......... 80% 10.9M 3s
     76800K .......... .......... .......... .......... .......... 80% 4.12M 3s
     76850K .......... .......... .......... .......... .......... 80% 5.60M 3s
     76900K .......... .......... .......... .......... .......... 80% 9.49M 3s
     76950K .......... .......... .......... .......... .......... 80% 4.87M 3s
     77000K .......... .......... .......... .......... .......... 80% 8.03M 2s
     77050K .......... .......... .......... .......... .......... 81% 6.53M 2s
     77100K .......... .......... .......... .......... .......... 81% 4.75M 2s
     77150K .......... .......... .......... .......... .......... 81% 7.75M 2s
     77200K .......... .......... .......... .......... .......... 81% 5.62M 2s
     77250K .......... .......... .......... .......... .......... 81% 7.24M 2s
     77300K .......... .......... .......... .......... .......... 81% 7.24M 2s
     77350K .......... .......... .......... .......... .......... 81% 5.41M 2s
     77400K .......... .......... .......... .......... .......... 81% 10.5M 2s
     77450K .......... .......... .......... .......... .......... 81% 4.24M 2s
     77500K .......... .......... .......... .......... .......... 81% 10.7M 2s
     77550K .......... .......... .......... .......... .......... 81% 6.10M 2s
     77600K .......... .......... .......... .......... .......... 81% 4.92M 2s
     77650K .......... .......... .......... .......... .......... 81% 7.45M 2s
     77700K .......... .......... .......... .......... .......... 81% 4.77M 2s
     77750K .......... .......... .......... .......... .......... 81% 6.92M 2s
     77800K .......... .......... .......... .......... .......... 81% 10.7M 2s
     77850K .......... .......... .......... .......... .......... 81% 4.29M 2s
     77900K .......... .......... .......... .......... .......... 81% 9.91M 2s
     77950K .......... .......... .......... .......... .......... 81% 6.56M 2s
     78000K .......... .......... .......... .......... .......... 82% 6.92M 2s
     78050K .......... .......... .......... .......... .......... 82% 5.80M 2s
     78100K .......... .......... .......... .......... .......... 82% 5.20M 2s
     78150K .......... .......... .......... .......... .......... 82% 10.7M 2s
     78200K .......... .......... .......... .......... .......... 82% 5.99M 2s
     78250K .......... .......... .......... .......... .......... 82% 7.40M 2s
     78300K .......... .......... .......... .......... .......... 82% 6.37M 2s
     78350K .......... .......... .......... .......... .......... 82% 5.40M 2s
     78400K .......... .......... .......... .......... .......... 82% 7.88M 2s
     78450K .......... .......... .......... .......... .......... 82% 8.41M 2s
     78500K .......... .......... .......... .......... .......... 82% 5.17M 2s
     78550K .......... .......... .......... .......... .......... 82% 8.39M 2s
     78600K .......... .......... .......... .......... .......... 82% 4.80M 2s
     78650K .......... .......... .......... .......... .......... 82% 7.17M 2s
     78700K .......... .......... .......... .......... .......... 82% 8.23M 2s
     78750K .......... .......... .......... .......... .......... 82% 6.25M 2s
     78800K .......... .......... .......... .......... .......... 82% 5.89M 2s
     78850K .......... .......... .......... .......... .......... 82% 7.47M 2s
     78900K .......... .......... .......... .......... .......... 82% 3.92M 2s
     78950K .......... .......... .......... .......... .......... 83% 6.25M 2s
     79000K .......... .......... .......... .......... .......... 83% 7.58M 2s
     79050K .......... .......... .......... .......... .......... 83% 4.36M 2s
     79100K .......... .......... .......... .......... .......... 83% 7.13M 2s
     79150K .......... .......... .......... .......... .......... 83% 7.12M 2s
     79200K .......... .......... .......... .......... .......... 83% 7.98M 2s
     79250K .......... .......... .......... .......... .......... 83% 5.18M 2s
     79300K .......... .......... .......... .......... .......... 83% 8.10M 2s
     79350K .......... .......... .......... .......... .......... 83% 6.08M 2s
     79400K .......... .......... .......... .......... .......... 83% 5.44M 2s
     79450K .......... .......... .......... .......... .......... 83% 13.4M 2s
     79500K .......... .......... .......... .......... .......... 83% 6.24M 2s
     79550K .......... .......... .......... .......... .......... 83% 5.58M 2s
     79600K .......... .......... .......... .......... .......... 83% 11.5M 2s
     79650K .......... .......... .......... .......... .......... 83% 4.37M 2s
     79700K .......... .......... .......... .......... .......... 83% 9.50M 2s
     79750K .......... .......... .......... .......... .......... 83% 7.39M 2s
     79800K .......... .......... .......... .......... .......... 83% 4.79M 2s
     79850K .......... .......... .......... .......... .......... 83% 8.95M 2s
     79900K .......... .......... .......... .......... .......... 84% 9.63M 2s
     79950K .......... .......... .......... .......... .......... 84% 6.34M 2s
     80000K .......... .......... .......... .......... .......... 84% 5.76M 2s
     80050K .......... .......... .......... .......... .......... 84% 6.77M 2s
     80100K .......... .......... .......... .......... .......... 84% 6.49M 2s
     80150K .......... .......... .......... .......... .......... 84% 2.57M 2s
     80200K .......... .......... .......... .......... .......... 84% 17.4M 2s
     80250K .......... .......... .......... .......... .......... 84% 2.69M 2s
     80300K .......... .......... .......... .......... .......... 84% 7.18M 2s
     80350K .......... .......... .......... .......... .......... 84% 9.19M 2s
     80400K .......... .......... .......... .......... .......... 84% 5.58M 2s
     80450K .......... .......... .......... .......... .......... 84% 6.40M 2s
     80500K .......... .......... .......... .......... .......... 84% 9.48M 2s
     80550K .......... .......... .......... .......... .......... 84% 5.31M 2s
     80600K .......... .......... .......... .......... .......... 84% 5.39M 2s
     80650K .......... .......... .......... .......... .......... 84% 8.20M 2s
     80700K .......... .......... .......... .......... .......... 84% 5.47M 2s
     80750K .......... .......... .......... .......... .......... 84% 7.35M 2s
     80800K .......... .......... .......... .......... .......... 84% 7.69M 2s
     80850K .......... .......... .......... .......... .......... 85% 4.39M 2s
     80900K .......... .......... .......... .......... .......... 85% 11.4M 2s
     80950K .......... .......... .......... .......... .......... 85% 6.16M 2s
     81000K .......... .......... .......... .......... .......... 85% 3.67M 2s
     81050K .......... .......... .......... .......... .......... 85% 7.20M 2s
     81100K .......... .......... .......... .......... .......... 85% 13.6M 2s
     81150K .......... .......... .......... .......... .......... 85% 3.64M 2s
     81200K .......... .......... .......... .......... .......... 85% 9.06M 2s
     81250K .......... .......... .......... .......... .......... 85% 4.64M 2s
     81300K .......... .......... .......... .......... .......... 85% 5.42M 2s
     81350K .......... .......... .......... .......... .......... 85% 9.96M 2s
     81400K .......... .......... .......... .......... .......... 85% 4.51M 2s
     81450K .......... .......... .......... .......... .......... 85% 7.19M 2s
     81500K .......... .......... .......... .......... .......... 85% 7.91M 2s
     81550K .......... .......... .......... .......... .......... 85% 5.91M 2s
     81600K .......... .......... .......... .......... .......... 85% 7.22M 2s
     81650K .......... .......... .......... .......... .......... 85% 4.78M 2s
     81700K .......... .......... .......... .......... .......... 85% 7.22M 2s
     81750K .......... .......... .......... .......... .......... 85% 6.24M 2s
     81800K .......... .......... .......... .......... .......... 86% 5.36M 2s
     81850K .......... .......... .......... .......... .......... 86% 7.69M 2s
     81900K .......... .......... .......... .......... .......... 86% 8.66M 2s
     81950K .......... .......... .......... .......... .......... 86% 4.30M 2s
     82000K .......... .......... .......... .......... .......... 86% 7.01M 2s
     82050K .......... .......... .......... .......... .......... 86% 5.43M 2s
     82100K .......... .......... .......... .......... .......... 86% 6.67M 2s
     82150K .......... .......... .......... .......... .......... 86% 9.96M 2s
     82200K .......... .......... .......... .......... .......... 86% 3.63M 2s
     82250K .......... .......... .......... .......... .......... 86% 7.07M 2s
     82300K .......... .......... .......... .......... .......... 86% 8.87M 2s
     82350K .......... .......... .......... .......... .......... 86% 3.67M 2s
     82400K .......... .......... .......... .......... .......... 86% 8.37M 2s
     82450K .......... .......... .......... .......... .......... 86% 8.26M 2s
     82500K .......... .......... .......... .......... .......... 86% 3.69M 2s
     82550K .......... .......... .......... .......... .......... 86% 11.1M 2s
     82600K .......... .......... .......... .......... .......... 86% 5.70M 2s
     82650K .......... .......... .......... .......... .......... 86% 7.39M 2s
     82700K .......... .......... .......... .......... .......... 86% 6.52M 2s
     82750K .......... .......... .......... .......... .......... 87% 6.30M 2s
     82800K .......... .......... .......... .......... .......... 87% 10.2M 2s
     82850K .......... .......... .......... .......... .......... 87% 6.20M 2s
     82900K .......... .......... .......... .......... .......... 87% 6.06M 2s
     82950K .......... .......... .......... .......... .......... 87% 8.46M 2s
     83000K .......... .......... .......... .......... .......... 87% 4.55M 2s
     83050K .......... .......... .......... .......... .......... 87% 6.92M 2s
     83100K .......... .......... .......... .......... .......... 87% 8.74M 2s
     83150K .......... .......... .......... .......... .......... 87% 7.44M 2s
     83200K .......... .......... .......... .......... .......... 87% 5.13M 2s
     83250K .......... .......... .......... .......... .......... 87% 8.11M 2s
     83300K .......... .......... .......... .......... .......... 87% 4.74M 2s
     83350K .......... .......... .......... .......... .......... 87% 7.30M 2s
     83400K .......... .......... .......... .......... .......... 87% 9.42M 2s
     83450K .......... .......... .......... .......... .......... 87% 5.00M 2s
     83500K .......... .......... .......... .......... .......... 87% 7.56M 2s
     83550K .......... .......... .......... .......... .......... 87% 9.53M 2s
     83600K .......... .......... .......... .......... .......... 87% 5.62M 2s
     83650K .......... .......... .......... .......... .......... 87% 6.48M 2s
     83700K .......... .......... .......... .......... .......... 88% 8.01M 2s
     83750K .......... .......... .......... .......... .......... 88% 5.48M 2s
     83800K .......... .......... .......... .......... .......... 88% 8.50M 2s
     83850K .......... .......... .......... .......... .......... 88% 8.83M 2s
     83900K .......... .......... .......... .......... .......... 88% 7.31M 2s
     83950K .......... .......... .......... .......... .......... 88% 4.99M 2s
     84000K .......... .......... .......... .......... .......... 88% 7.05M 2s
     84050K .......... .......... .......... .......... .......... 88% 3.64M 2s
     84100K .......... .......... .......... .......... .......... 88% 17.1M 2s
     84150K .......... .......... .......... .......... .......... 88% 2.94M 2s
     84200K .......... .......... .......... .......... .......... 88% 4.05M 2s
     84250K .......... .......... .......... .......... .......... 88% 19.7M 2s
     84300K .......... .......... .......... .......... .......... 88% 5.25M 2s
     84350K .......... .......... .......... .......... .......... 88% 4.59M 2s
     84400K .......... .......... .......... .......... .......... 88% 7.32M 1s
     84450K .......... .......... .......... .......... .......... 88% 5.17M 1s
     84500K .......... .......... .......... .......... .......... 88% 8.82M 1s
     84550K .......... .......... .......... .......... .......... 88% 6.59M 1s
     84600K .......... .......... .......... .......... .......... 88% 5.42M 1s
     84650K .......... .......... .......... .......... .......... 89% 6.57M 1s
     84700K .......... .......... .......... .......... .......... 89% 5.06M 1s
     84750K .......... .......... .......... .......... .......... 89% 8.98M 1s
     84800K .......... .......... .......... .......... .......... 89% 8.73M 1s
     84850K .......... .......... .......... .......... .......... 89% 4.08M 1s
     84900K .......... .......... .......... .......... .......... 89% 7.44M 1s
     84950K .......... .......... .......... .......... .......... 89% 4.73M 1s
     85000K .......... .......... .......... .......... .......... 89% 12.3M 1s
     85050K .......... .......... .......... .......... .......... 89% 7.44M 1s
     85100K .......... .......... .......... .......... .......... 89% 3.88M 1s
     85150K .......... .......... .......... .......... .......... 89% 7.28M 1s
     85200K .......... .......... .......... .......... .......... 89% 6.21M 1s
     85250K .......... .......... .......... .......... .......... 89% 6.99M 1s
     85300K .......... .......... .......... .......... .......... 89% 5.98M 1s
     85350K .......... .......... .......... .......... .......... 89% 8.60M 1s
     85400K .......... .......... .......... .......... .......... 89% 4.93M 1s
     85450K .......... .......... .......... .......... .......... 89% 7.31M 1s
     85500K .......... .......... .......... .......... .......... 89% 9.99M 1s
     85550K .......... .......... .......... .......... .......... 89% 4.76M 1s
     85600K .......... .......... .......... .......... .......... 90% 12.0M 1s
     85650K .......... .......... .......... .......... .......... 90% 5.12M 1s
     85700K .......... .......... .......... .......... .......... 90% 4.42M 1s
     85750K .......... .......... .......... .......... .......... 90% 9.48M 1s
     85800K .......... .......... .......... .......... .......... 90% 8.92M 1s
     85850K .......... .......... .......... .......... .......... 90% 5.61M 1s
     85900K .......... .......... .......... .......... .......... 90% 5.61M 1s
     85950K .......... .......... .......... .......... .......... 90% 11.6M 1s
     86000K .......... .......... .......... .......... .......... 90% 8.03M 1s
     86050K .......... .......... .......... .......... .......... 90% 5.33M 1s
     86100K .......... .......... .......... .......... .......... 90% 15.0M 1s
     86150K .......... .......... .......... .......... .......... 90% 5.00M 1s
     86200K .......... .......... .......... .......... .......... 90% 5.67M 1s
     86250K .......... .......... .......... .......... .......... 90% 11.1M 1s
     86300K .......... .......... .......... .......... .......... 90% 7.10M 1s
     86350K .......... .......... .......... .......... .......... 90% 7.56M 1s
     86400K .......... .......... .......... .......... .......... 90% 7.58M 1s
     86450K .......... .......... .......... .......... .......... 90% 6.66M 1s
     86500K .......... .......... .......... .......... .......... 90% 8.69M 1s
     86550K .......... .......... .......... .......... .......... 91% 8.73M 1s
     86600K .......... .......... .......... .......... .......... 91% 5.92M 1s
     86650K .......... .......... .......... .......... .......... 91% 5.15M 1s
     86700K .......... .......... .......... .......... .......... 91% 8.55M 1s
     86750K .......... .......... .......... .......... .......... 91% 7.55M 1s
     86800K .......... .......... .......... .......... .......... 91% 4.87M 1s
     86850K .......... .......... .......... .......... .......... 91% 11.1M 1s
     86900K .......... .......... .......... .......... .......... 91% 5.37M 1s
     86950K .......... .......... .......... .......... .......... 91% 7.48M 1s
     87000K .......... .......... .......... .......... .......... 91% 8.01M 1s
     87050K .......... .......... .......... .......... .......... 91% 5.19M 1s
     87100K .......... .......... .......... .......... .......... 91% 12.1M 1s
     87150K .......... .......... .......... .......... .......... 91% 6.48M 1s
     87200K .......... .......... .......... .......... .......... 91% 7.10M 1s
     87250K .......... .......... .......... .......... .......... 91% 7.97M 1s
     87300K .......... .......... .......... .......... .......... 91% 9.73M 1s
     87350K .......... .......... .......... .......... .......... 91% 5.21M 1s
     87400K .......... .......... .......... .......... .......... 91% 7.68M 1s
     87450K .......... .......... .......... .......... .......... 91% 6.34M 1s
     87500K .......... .......... .......... .......... .......... 91% 9.39M 1s
     87550K .......... .......... .......... .......... .......... 92% 9.10M 1s
     87600K .......... .......... .......... .......... .......... 92% 4.02M 1s
     87650K .......... .......... .......... .......... .......... 92% 9.82M 1s
     87700K .......... .......... .......... .......... .......... 92% 6.42M 1s
     87750K .......... .......... .......... .......... .......... 92% 7.92M 1s
     87800K .......... .......... .......... .......... .......... 92% 10.7M 1s
     87850K .......... .......... .......... .......... .......... 92% 5.80M 1s
     87900K .......... .......... .......... .......... .......... 92% 5.86M 1s
     87950K .......... .......... .......... .......... .......... 92% 11.6M 1s
     88000K .......... .......... .......... .......... .......... 92% 6.15M 1s
     88050K .......... .......... .......... .......... .......... 92% 10.3M 1s
     88100K .......... .......... .......... .......... .......... 92% 6.82M 1s
     88150K .......... .......... .......... .......... .......... 92% 6.35M 1s
     88200K .......... .......... .......... .......... .......... 92% 3.39M 1s
     88250K .......... .......... .......... .......... .......... 92% 29.2M 1s
     88300K .......... .......... .......... .......... .......... 92% 18.9M 1s
     88350K .......... .......... .......... .......... .......... 92% 2.13M 1s
     88400K .......... .......... .......... .......... .......... 92% 8.37M 1s
     88450K .......... .......... .......... .......... .......... 92% 9.03M 1s
     88500K .......... .......... .......... .......... .......... 93% 6.11M 1s
     88550K .......... .......... .......... .......... .......... 93% 8.97M 1s
     88600K .......... .......... .......... .......... .......... 93% 5.85M 1s
     88650K .......... .......... .......... .......... .......... 93% 8.11M 1s
     88700K .......... .......... .......... .......... .......... 93% 7.59M 1s
     88750K .......... .......... .......... .......... .......... 93% 5.82M 1s
     88800K .......... .......... .......... .......... .......... 93% 9.52M 1s
     88850K .......... .......... .......... .......... .......... 93% 5.75M 1s
     88900K .......... .......... .......... .......... .......... 93% 5.21M 1s
     88950K .......... .......... .......... .......... .......... 93% 14.0M 1s
     89000K .......... .......... .......... .......... .......... 93% 6.33M 1s
     89050K .......... .......... .......... .......... .......... 93% 6.90M 1s
     89100K .......... .......... .......... .......... .......... 93% 7.89M 1s
     89150K .......... .......... .......... .......... .......... 93% 6.37M 1s
     89200K .......... .......... .......... .......... .......... 93% 5.11M 1s
     89250K .......... .......... .......... .......... .......... 93% 14.8M 1s
     89300K .......... .......... .......... .......... .......... 93% 6.90M 1s
     89350K .......... .......... .......... .......... .......... 93% 5.22M 1s
     89400K .......... .......... .......... .......... .......... 93% 7.89M 1s
     89450K .......... .......... .......... .......... .......... 94% 10.4M 1s
     89500K .......... .......... .......... .......... .......... 94% 4.53M 1s
     89550K .......... .......... .......... .......... .......... 94% 11.1M 1s
     89600K .......... .......... .......... .......... .......... 94% 5.03M 1s
     89650K .......... .......... .......... .......... .......... 94% 10.2M 1s
     89700K .......... .......... .......... .......... .......... 94% 7.58M 1s
     89750K .......... .......... .......... .......... .......... 94% 4.24M 1s
     89800K .......... .......... .......... .......... .......... 94% 9.65M 1s
     89850K .......... .......... .......... .......... .......... 94% 7.97M 1s
     89900K .......... .......... .......... .......... .......... 94% 9.61M 1s
     89950K .......... .......... .......... .......... .......... 94% 5.62M 1s
     90000K .......... .......... .......... .......... .......... 94% 6.14M 1s
     90050K .......... .......... .......... .......... .......... 94% 9.33M 1s
     90100K .......... .......... .......... .......... .......... 94% 6.01M 1s
     90150K .......... .......... .......... .......... .......... 94% 9.25M 1s
     90200K .......... .......... .......... .......... .......... 94% 8.19M 1s
     90250K .......... .......... .......... .......... .......... 94% 6.61M 1s
     90300K .......... .......... .......... .......... .......... 94% 6.05M 1s
     90350K .......... .......... .......... .......... .......... 94% 7.87M 1s
     90400K .......... .......... .......... .......... .......... 95% 13.6M 1s
     90450K .......... .......... .......... .......... .......... 95% 4.44M 1s
     90500K .......... .......... .......... .......... .......... 95% 11.1M 1s
     90550K .......... .......... .......... .......... .......... 95% 7.86M 1s
     90600K .......... .......... .......... .......... .......... 95% 5.13M 1s
     90650K .......... .......... .......... .......... .......... 95% 12.6M 1s
     90700K .......... .......... .......... .......... .......... 95% 8.56M 1s
     90750K .......... .......... .......... .......... .......... 95% 5.20M 1s
     90800K .......... .......... .......... .......... .......... 95% 9.17M 1s
     90850K .......... .......... .......... .......... .......... 95% 5.76M 1s
     90900K .......... .......... .......... .......... .......... 95% 11.3M 1s
     90950K .......... .......... .......... .......... .......... 95% 7.06M 1s
     91000K .......... .......... .......... .......... .......... 95% 11.1M 1s
     91050K .......... .......... .......... .......... .......... 95% 5.10M 1s
     91100K .......... .......... .......... .......... .......... 95% 8.64M 1s
     91150K .......... .......... .......... .......... .......... 95% 12.1M 1s
     91200K .......... .......... .......... .......... .......... 95% 5.69M 1s
     91250K .......... .......... .......... .......... .......... 95% 7.25M 1s
     91300K .......... .......... .......... .......... .......... 95% 10.1M 1s
     91350K .......... .......... .......... .......... .......... 96% 4.82M 1s
     91400K .......... .......... .......... .......... .......... 96% 10.4M 1s
     91450K .......... .......... .......... .......... .......... 96% 8.75M 1s
     91500K .......... .......... .......... .......... .......... 96% 5.81M 1s
     91550K .......... .......... .......... .......... .......... 96% 7.79M 0s
     91600K .......... .......... .......... .......... .......... 96% 8.58M 0s
     91650K .......... .......... .......... .......... .......... 96% 3.55M 0s
     91700K .......... .......... .......... .......... .......... 96% 24.2M 0s
     91750K .......... .......... .......... .......... .......... 96% 15.1M 0s
     91800K .......... .......... .......... .......... .......... 96% 3.38M 0s
     91850K .......... .......... .......... .......... .......... 96% 8.14M 0s
     91900K .......... .......... .......... .......... .......... 96% 10.7M 0s
     91950K .......... .......... .......... .......... .......... 96% 5.52M 0s
     92000K .......... .......... .......... .......... .......... 96% 10.6M 0s
     92050K .......... .......... .......... .......... .......... 96% 5.26M 0s
     92100K .......... .......... .......... .......... .......... 96% 7.25M 0s
     92150K .......... .......... .......... .......... .......... 96% 9.98M 0s
     92200K .......... .......... .......... .......... .......... 96% 6.28M 0s
     92250K .......... .......... .......... .......... .......... 96% 7.57M 0s
     92300K .......... .......... .......... .......... .......... 97% 7.02M 0s
     92350K .......... .......... .......... .......... .......... 97% 8.77M 0s
     92400K .......... .......... .......... .......... .......... 97% 5.41M 0s
     92450K .......... .......... .......... .......... .......... 97% 7.27M 0s
     92500K .......... .......... .......... .......... .......... 97% 8.45M 0s
     92550K .......... .......... .......... .......... .......... 97% 6.35M 0s
     92600K .......... .......... .......... .......... .......... 97% 8.26M 0s
     92650K .......... .......... .......... .......... .......... 97% 5.92M 0s
     92700K .......... .......... .......... .......... .......... 97% 9.41M 0s
     92750K .......... .......... .......... .......... .......... 97% 8.32M 0s
     92800K .......... .......... .......... .......... .......... 97% 5.53M 0s
     92850K .......... .......... .......... .......... .......... 97% 10.7M 0s
     92900K .......... .......... .......... .......... .......... 97% 7.33M 0s
     92950K .......... .......... .......... .......... .......... 97% 6.26M 0s
     93000K .......... .......... .......... .......... .......... 97% 8.01M 0s
     93050K .......... .......... .......... .......... .......... 97% 4.94M 0s
     93100K .......... .......... .......... .......... .......... 97% 9.68M 0s
     93150K .......... .......... .......... .......... .......... 97% 9.26M 0s
     93200K .......... .......... .......... .......... .......... 97% 5.96M 0s
     93250K .......... .......... .......... .......... .......... 98% 6.60M 0s
     93300K .......... .......... .......... .......... .......... 98% 6.73M 0s
     93350K .......... .......... .......... .......... .......... 98% 9.59M 0s
     93400K .......... .......... .......... .......... .......... 98% 7.20M 0s
     93450K .......... .......... .......... .......... .......... 98% 8.45M 0s
     93500K .......... .......... .......... .......... .......... 98% 7.02M 0s
     93550K .......... .......... .......... .......... .......... 98% 8.45M 0s
     93600K .......... .......... .......... .......... .......... 98% 7.14M 0s
     93650K .......... .......... .......... .......... .......... 98% 6.18M 0s
     93700K .......... .......... .......... .......... .......... 98% 11.7M 0s
     93750K .......... .......... .......... .......... .......... 98% 5.91M 0s
     93800K .......... .......... .......... .......... .......... 98% 6.02M 0s
     93850K .......... .......... .......... .......... .......... 98% 9.15M 0s
     93900K .......... .......... .......... .......... .......... 98% 6.41M 0s
     93950K .......... .......... .......... .......... .......... 98% 8.56M 0s
     94000K .......... .......... .......... .......... .......... 98% 5.34M 0s
     94050K .......... .......... .......... .......... .......... 98% 8.12M 0s
     94100K .......... .......... .......... .......... .......... 98% 6.12M 0s
     94150K .......... .......... .......... .......... .......... 98% 7.54M 0s
     94200K .......... .......... .......... .......... .......... 99% 9.06M 0s
     94250K .......... .......... .......... .......... .......... 99% 5.29M 0s
     94300K .......... .......... .......... .......... .......... 99% 5.79M 0s
     94350K .......... .......... .......... .......... .......... 99% 10.4M 0s
     94400K .......... .......... .......... .......... .......... 99% 5.93M 0s
     94450K .......... .......... .......... .......... .......... 99% 7.42M 0s
     94500K .......... .......... .......... .......... .......... 99% 7.86M 0s
     94550K .......... .......... .......... .......... .......... 99% 7.26M 0s
     94600K .......... .......... .......... .......... .......... 99% 4.92M 0s
     94650K .......... .......... .......... .......... .......... 99% 9.80M 0s
     94700K .......... .......... .......... .......... .......... 99% 9.33M 0s
     94750K .......... .......... .......... .......... .......... 99% 4.83M 0s
     94800K .......... .......... .......... .......... .......... 99% 10.7M 0s
     94850K .......... .......... .......... .......... .......... 99% 1.92M 0s
     94900K .......... .......... .......... .......... .......... 99% 22.4M 0s
     94950K .......... .......... .......... .......... .......... 99% 1.74M 0s
     95000K .......... .......... .......... .......... .......... 99% 4.25M 0s
     95050K .......... .......... .......... .......... .......... 99% 7.09M 0s
     95100K .......... .......... .......... .......... .......... 99% 5.41M 0s
     95150K .......... ....                                       100% 23.1M=13s

    2018-03-09 00:19:19 (6.98 MB/s) - ‘/Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1.tar.gz’ saved [97448134/97448134]

    + break
    + tar xf /Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1.tar.gz -C /Users/rkn/Workspace/ray/thirdparty/scripts/..//build/
    + rm -rf /Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1.tar.gz
    + pushd /Users/rkn/Workspace/ray/thirdparty/scripts/..//build/boost_1_65_1
    ~/Workspace/ray/thirdparty/build/boost_1_65_1 ~/Workspace/ray/python
    + ./bootstrap.sh
    Building Boost.Build engine with toolset darwin... tools/build/src/engine/bin.macosxx86_64/b2
    Detecting Python version... 3.6
    Detecting Python root... /Users/rkn/anaconda3
    Unicode/ICU support for Boost.Regex?... not found.
    Generating Boost.Build configuration in project-config.jam...

    Bootstrapping is done. To build, run:

        ./b2

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

       - Command line help:
         ./b2 --help

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

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

    + ./bjam cxxflags=-fPIC cflags=-fPIC variant=release link=static --prefix=/Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/boost --with-filesystem --with-system --with-regex install
    + popd
    ~/Workspace/ray/python
    + [[ Darwin == \L\i\n\u\x ]]
    + bash /Users/rkn/Workspace/ray/thirdparty/scripts/build_arrow.sh /Users/rkn/anaconda3/bin/python
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/build_arrow.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/../
    + [[ -z /Users/rkn/anaconda3/bin/python ]]
    + PYTHON_EXECUTABLE=/Users/rkn/anaconda3/bin/python
    + echo 'Using Python executable /Users/rkn/anaconda3/bin/python.'
    Using Python executable /Users/rkn/anaconda3/bin/python.
    ++ uname
    + unamestr=Darwin
    + [[ Darwin == \L\i\n\u\x ]]
    + FLATBUFFERS_HOME=
    + [[ Darwin == \L\i\n\u\x ]]
    + [[ Darwin == \D\a\r\w\i\n ]]
    ++ sysctl -n hw.ncpu
    + PARALLEL=8
    + echo 'Platform is macosx.'
    Platform is macosx.
    + [[ ! -d /Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/arrow ]]
    + bash /Users/rkn/Workspace/ray/thirdparty/scripts/build_ui.sh
    + set -e
    +++ dirname /Users/rkn/Workspace/ray/thirdparty/scripts/build_ui.sh
    ++ cd /Users/rkn/Workspace/ray/thirdparty/scripts
    ++ pwd
    + TP_DIR=/Users/rkn/Workspace/ray/thirdparty/scripts/../
    + CATAPULT_COMMIT=18cd334755701cf0c3b90b7172126c686d2eb787
    + CATAPULT_HOME=/Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/catapult
    + VULCANIZE_BIN=/Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/catapult/tracing/bin/vulcanize_trace_viewer
    + CATAPULT_FILES=/Users/rkn/Workspace/ray/thirdparty/scripts/..//../python/ray/core/src/catapult_files
    + mkdir -p /Users/rkn/Workspace/ray/thirdparty/scripts/..//../python/ray/core/src/catapult_files
    + [[ '' == \0 ]]
    + type python2
    + [[ ! -d /Users/rkn/Workspace/ray/thirdparty/scripts/..//pkg/catapult ]]
    + [[ ! -f /Users/rkn/Workspace/ray/thirdparty/scripts/..//../python/ray/core/src/catapult_files/index.html ]]
    ++ uname
    + unamestr=Darwin
    + [[ Darwin == \L\i\n\u\x ]]
    + [[ Darwin == \D\a\r\w\i\n ]]
    ++ sysctl -n hw.ncpu
    + PARALLEL=8
    + pushd /Users/rkn/Workspace/ray/python/ray/core
    ~/Workspace/ray/python/ray/core ~/Workspace/ray/python
    + TP_PKG_DIR=/Users/rkn/Workspace/ray/thirdparty/pkg
    + ARROW_HOME=/Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install
    + [[ '' = \1 ]]
    + BOOST_ROOT=/Users/rkn/Workspace/ray/thirdparty/pkg/boost
    + PKG_CONFIG_PATH=/Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/pkgconfig
    + cmake -DCMAKE_BUILD_TYPE=Release -DRAY_USE_NEW_GCS= -DPYTHON_EXECUTABLE:FILEPATH=/Users/rkn/anaconda3/bin/python ../../..
    CMake Warning at thirdparty/scripts/thirdparty.cmake:6 (message):

      /Users/rkn/Workspace/ray/cmake/Modules/Users/rkn/Workspace/ray/thirdparty/scripts/../build/arrow/python/cmake_modules
    Call Stack (most recent call first):
      CMakeLists.txt:7 (include)


    -- Arrow ABI version: 0.0.0
    -- Arrow SO version: 0
    -- Found the Arrow core library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libarrow.dylib
    -- Found the Arrow Python library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libarrow_python.dylib
    -- Plasma ABI version: 0.0.0
    -- Plasma SO version: 0
    -- Found the Plasma core library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libplasma.dylib
    -- Found Plasma executable: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/bin/plasma_store
    -- GTest include dir: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include
    -- GTest static library: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgtest.a
    Added static library dependency gtest: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgtest.a
    Added static library dependency gtest_main: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgtest_main.a
    Added static library dependency gmock_main: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgmock_main.a
    -- GFlags include dir: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/include
    -- GFlags static library: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
    Added static library dependency gflags: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
    CMake Warning at /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
      Imported targets not available for Boost version 106600
    Call Stack (most recent call first):
      /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
      /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
      cmake/Modules/ThirdpartyToolchain.cmake:91 (find_package)
      CMakeLists.txt:43 (include)


    CMake Warning at /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
      Imported targets not available for Boost version 106600
    Call Stack (most recent call first):
      /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
      /opt/local/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
      cmake/Modules/ThirdpartyToolchain.cmake:91 (find_package)
      CMakeLists.txt:43 (include)


    -- Boost version: 1.66.0
    -- Found the following Boost libraries:
    --   system
    --   filesystem
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Arrow ABI version: 0.0.0
    -- Arrow SO version: 0
    -- Found the Arrow core library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libarrow.dylib
    -- Found the Arrow Python library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libarrow_python.dylib
    -- Plasma ABI version: 0.0.0
    -- Plasma SO version: 0
    -- Found the Plasma core library: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/lib/libplasma.dylib
    -- Found Plasma executable: /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/bin/plasma_store
    -- Flatbuffers include dir: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
    -- Flatbuffers static library: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    -- Flatbuffers compiler: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    -- PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Using PYTHON_EXECUTABLE: /Users/rkn/anaconda3/bin/python
    -- Using PYTHON_INCLUDE_DIRS: /Users/rkn/anaconda3/include/python3.6m
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/rkn/Workspace/ray/python/ray/core
    + make clean
    + make -j8
    [  3%] Creating directories for 'gflags_ep'
    [  3%] Creating directories for 'flatbuffers_ep'
    [  3%] Creating directories for 'googletest_ep'
    [  3%] Built target hiredis
    [  3%] Built target copy_redis
    [  3%] Performing download step (download, verify and extract) for 'gflags_ep'
    [  3%] Performing download step (download, verify and extract) for 'googletest_ep'
    -- File already exists but no hash specified (use URL_HASH):
      file='/Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/v2.2.0.tar.gz'
    Old file will be removed and new file downloaded from URL.
    -- downloading...
           src='https://github.com/gflags/gflags/archive/v2.2.0.tar.gz'
           dst='/Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/v2.2.0.tar.gz'
           timeout='none'
    -- File already exists but no hash specified (use URL_HASH):
      file='/Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/release-1.8.0.tar.gz'
    Old file will be removed and new file downloaded from URL.
    -- downloading...
           src='https://github.com/google/googletest/archive/release-1.8.0.tar.gz'
           dst='/Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/release-1.8.0.tar.gz'
           timeout='none'
    [  3%] Performing download step (download, verify and extract) for 'flatbuffers_ep'
    -- File already exists but no hash specified (use URL_HASH):
      file='/Users/rkn/Workspace/ray/python/ray/core/src/ray/gcs/flatbuffers_ep-prefix/src/v1.7.1.tar.gz'
    Old file will be removed and new file downloaded from URL.
    -- downloading...
           src='https://github.com/google/flatbuffers/archive/v1.7.1.tar.gz'
           dst='/Users/rkn/Workspace/ray/python/ray/core/src/ray/gcs/flatbuffers_ep-prefix/src/v1.7.1.tar.gz'
           timeout='none'
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 0% complete]
    -- [download 3% complete]
    -- [download 1% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 13% 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 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 14% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 25% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 53% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 54% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- [download 58% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 66% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 70% complete]
    -- [download 71% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 75% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 85% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 90% complete]
    -- [download 91% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    -- [download 95% 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 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 28% complete]
    -- [download 45% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 46% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 35% complete]
    -- [download 100% complete]
    -- [download 54% complete]
    -- [download 36% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- Downloading... done
    -- [download 57% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- extracting...
         src='/Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/v2.2.0.tar.gz'
         dst='/Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep'
    -- extracting... [tar xfz]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 43% complete]
    -- [download 62% complete]
    -- [download 44% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- [download 66% complete]
    -- [download 45% complete]
    -- [download 46% complete]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 69% complete]
    -- [download 70% complete]
    -- [download 71% complete]
    -- extracting... [clean up]
    -- [download 47% complete]
    -- [download 48% complete]
    -- extracting... done
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 52% complete]
    -- [download 53% complete]
    [  5%] No update step for 'gflags_ep'
    [  5%] No patch step for 'gflags_ep'
    -- [download 54% complete]
    -- [download 78% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- [download 82% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 83% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 62% complete]
    -- [download 84% complete]
    [  6%] Performing configure step for 'gflags_ep'
    -- [download 85% complete]
    -- [download 86% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 89% complete]
    -- [download 90% complete]
    -- [download 66% complete]
    -- [download 91% complete]
    -- [download 92% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 69% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    -- [download 73% complete]
    -- Downloading... done
    -- [download 76% complete]
    -- [download 80% complete]
    -- [download 83% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- extracting...
         src='/Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/release-1.8.0.tar.gz'
         dst='/Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep'
    -- extracting... [tar xfz]
    -- [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
    -- extracting...
         src='/Users/rkn/Workspace/ray/python/ray/core/src/ray/gcs/flatbuffers_ep-prefix/src/v1.7.1.tar.gz'
         dst='/Users/rkn/Workspace/ray/python/ray/core/src/ray/gcs/flatbuffers_ep-prefix/src/flatbuffers_ep'
    -- extracting... [tar xfz]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [analysis]
    -- extracting... [rename]
    -- extracting... [clean up]
    -- extracting... done
    [  8%] No update step for 'googletest_ep'
    [  8%] No patch step for 'googletest_ep'
    -- extracting... [clean up]
    -- extracting... done
    [  8%] Performing configure step for 'googletest_ep'
    [ 10%] No patch step for 'flatbuffers_ep'
    [ 10%] No update step for 'flatbuffers_ep'
    [ 10%] Performing configure step for 'flatbuffers_ep'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/rkn/Workspace/ray/python/ray/core/src/ray/gcs/flatbuffers_ep-prefix/src/flatbuffers_ep-build
    [ 11%] Performing build step for 'flatbuffers_ep'
    [  7%] Built target flathash
    [ 30%] Built target flatbuffers
    [100%] Built target flatc
    -- Configuring done
    [ 12%] Performing install step for 'flatbuffers_ep'
    -- Generating done
    -- Build files have been written to: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep-build
    [  7%] Built target flathash
    [ 30%] Built target flatbuffers
    [ 13%] Performing build step for 'googletest_ep'
    [100%] Built target flatc
    -- The CXX compiler identification is AppleClang 9.0.0.9000039
    Install the project...
    -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
    -- Install configuration: ""
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/base.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/code_generators.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/flatbuffers.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/flatc.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/flexbuffers.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/grpc.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/hash.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/idl.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/reflection.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/reflection_generated.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/registry.h
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include/flatbuffers/util.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/lib/libflatbuffers.a
    [ 36%] Built target gtest
    [ 45%] Built target gmock
    -- Up-to-date: /Users/rkn/Workspace/ray/python/ray/core/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
    [ 81%] Built target gmock_main
    [ 13%] Completed 'flatbuffers_ep'
    [100%] Built target gtest_main
    [ 14%] Performing install step for 'googletest_ep'
    [ 14%] Built target flatbuffers_ep
    [ 16%] Running flatc compiler on /Users/rkn/Workspace/ray/src/ray/object_manager/format/object_manager.fbs
    [ 17%] Running flatc compiler on /Users/rkn/Workspace/ray/src/common/format/common.fbs
    [ 17%] Running flatc compiler on /Users/rkn/Workspace/ray/src/ray/raylet/format/node_manager.fbs
    [ 18%] Running flatc compiler on /Users/rkn/Workspace/ray/src/ray/gcs/format/gcs.fbs
    [ 18%] Running flatc compiler on /Users/rkn/Workspace/ray/src/local_scheduler/format/local_scheduler.fbs
    [ 36%] Built target gmock
    -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
    [ 63%] Built target gmock_main
    -- Detecting CXX compiler ABI info
    [ 18%] Built target gen_object_manager_fbs
    [ 18%] Built target gen_local_scheduler_fbs
    Running flatc compiler on /Users/rkn/Workspace/ray/src/common/format/common.fbs
    [ 18%] Built target gen_gcs_fbs
    [ 18%] Built target gen_node_manager_fbs
    [ 81%] Built target gtest
    [ 18%] Built target gen_common_fbs
    Scanning dependencies of target ray_redis_module
    [100%] Built target gtest_main
    [ 18%] Building CXX object src/common/redis_module/CMakeFiles/ray_redis_module.dir/ray_redis_module.cc.o
    Install the project...
    -- Install configuration: "Release"
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgmock.a
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgmock_main.a
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-actions.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-cardinalities.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-actions.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-actions.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-function-mockers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-function-mockers.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-matchers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-matchers.h.pump
    Scanning dependencies of target common
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-nice-strict.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-generated-nice-strict.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-matchers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-more-actions.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-more-matchers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock-spec-builders.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/gmock.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/custom
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/custom/gmock-generated-actions.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/custom/gmock-generated-actions.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/custom/gmock-matchers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/custom/gmock-port.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/gmock-generated-internal-utils.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/gmock-generated-internal-utils.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/gmock-internal-utils.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gmock/internal/gmock-port.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgtest.a
    [ 18%] Building CXX object src/common/CMakeFiles/common.dir/event_loop.cc.o
    [ 19%] Building CXX object src/common/CMakeFiles/common.dir/common.cc.o
    [ 20%] Building CXX object src/common/CMakeFiles/common.dir/common_protocol.cc.o
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/lib/libgtest_main.a
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-death-test.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-message.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-param-test.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-param-test.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-printers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-spi.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-test-part.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest-typed-test.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest_pred_impl.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/gtest_prod.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/custom
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/custom/gtest-port.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/custom/gtest-printers.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/custom/gtest.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-death-test-internal.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-filepath.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-internal.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-linked_ptr.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-param-util-generated.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-param-util-generated.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-param-util.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-port-arch.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-port.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-string.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-tuple.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-tuple.h.pump
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-type-util.h
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/googletest_ep-prefix/src/googletest_ep/include/gtest/internal/gtest-type-util.h.pump
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    [ 21%] Completed 'googletest_ep'
    [ 21%] Built target googletest_ep
    [ 22%] Building CXX object src/common/CMakeFiles/common.dir/task.cc.o
    Scanning dependencies of target local_scheduler_client
    [ 22%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_client.dir/local_scheduler_client.cc.o
    -- Detecting CXX compile features - done
    -- The C compiler identification is AppleClang 9.0.0.9000039
    -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
    -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    [ 22%] Building CXX object src/common/CMakeFiles/common.dir/io.cc.o
    [ 23%] Building CXX object src/common/CMakeFiles/common.dir/net.cc.o
    -- Detecting C compile features - done
    -- Looking for C++ include unistd.h
    Scanning dependencies of target ray_objlib
    -- Looking for C++ include unistd.h - found
    -- Looking for C++ include stdint.h
    [ 24%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/id.cc.o
    -- Looking for C++ include stdint.h - found
    -- Looking for C++ include inttypes.h
    [ 24%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/status.cc.o
    -- Looking for C++ include inttypes.h - found
    -- Looking for C++ include sys/types.h
    -- Looking for C++ include sys/types.h - found
    -- Looking for C++ include sys/stat.h
    -- Looking for C++ include sys/stat.h - found
    -- Looking for C++ include fnmatch.h
    -- Looking for C++ include fnmatch.h - found
    -- Looking for C++ include stddef.h
    [ 25%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/client.cc.o
    -- Looking for C++ include stddef.h - found
    -- Check size of uint32_t
    [ 26%] Building CXX object src/common/CMakeFiles/common.dir/logging.cc.o
    [ 26%] Building CXX object src/common/CMakeFiles/common.dir/state/redis.cc.o
    -- Check size of uint32_t - done
    -- Looking for strtoll
    -- Looking for strtoll - found
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - found
    -- Found Threads: TRUE
    -- Check size of pthread_rwlock_t
    [ 27%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/tables.cc.o
    -- Check size of pthread_rwlock_t - done
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep
    [ 27%] Performing build step for 'gflags_ep'
    Scanning dependencies of target gflags_nothreads_static
    [ 12%] Building CXX object CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o
    [ 28%] Linking CXX shared library libray_redis_module.so
    [ 28%] Built target ray_redis_module
    [ 29%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/redis_context.cc.o
    [ 25%] Building CXX object CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o
    Scanning dependencies of target gflags_static
    [ 37%] Building CXX object CMakeFiles/gflags_static.dir/src/gflags.cc.o
    [ 29%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/gcs/asio.cc.o
    [ 50%] Building CXX object CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o
    [ 62%] Building CXX object CMakeFiles/gflags_static.dir/src/gflags_reporting.cc.o
    [ 75%] Linking CXX static library lib/libgflags_nothreads.a
    [ 30%] Building CXX object src/common/CMakeFiles/common.dir/state/table.cc.o
    [ 75%] Built target gflags_nothreads_static
    [ 87%] Building CXX object CMakeFiles/gflags_static.dir/src/gflags_completions.cc.o
    [ 31%] Linking CXX static library liblocal_scheduler_client.a
    [ 31%] Built target local_scheduler_client
    [ 32%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/common/client_connection.cc.o
    [ 33%] Building CXX object src/common/CMakeFiles/common.dir/state/object_table.cc.o
    [100%] Linking CXX static library lib/libgflags.a
    [100%] Built target gflags_static
    [ 34%] Performing install step for 'gflags_ep'
    [ 50%] Built target gflags_nothreads_static
    [100%] Built target gflags_static
    Install the project...
    -- Install configuration: "Release"
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/cmake/gflags/gflags-config.cmake
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/cmake/gflags/gflags-config-version.cmake
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/cmake/gflags/gflags-targets.cmake
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/cmake/gflags/gflags-targets-release.cmake
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/bin/gflags_completions.sh
    -- Installing: /Users/rkn/Workspace/ray/python/ray/core/gflags_ep-prefix/src/gflags_ep/lib/pkgconfig/gflags.pc
    -- Installing: /Users/rkn/.cmake/packages/gflags/16b303dc167768c1b894c984c63f855d
    [ 34%] Completed 'gflags_ep'
    [ 34%] Built target gflags_ep
    [ 35%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_manager_client_connection.cc.o
    [ 35%] Building CXX object src/common/CMakeFiles/common.dir/state/task_table.cc.o
    [ 35%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_store_client.cc.o
    [ 36%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_directory.cc.o
    [ 37%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/object_manager/object_manager.cc.o
    [ 38%] Building CXX object src/common/CMakeFiles/common.dir/state/db_client_table.cc.o
    [ 39%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/mock_gcs_client.cc.o
    [ 40%] Building CXX object src/common/CMakeFiles/common.dir/state/driver_table.cc.o
    [ 40%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task.cc.o
    [ 41%] Building CXX object src/common/CMakeFiles/common.dir/state/actor_notification_table.cc.o
    [ 41%] Building CXX object src/common/CMakeFiles/common.dir/state/local_scheduler_table.cc.o
    [ 42%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_execution_spec.cc.o
    [ 43%] Building CXX object src/common/CMakeFiles/common.dir/state/error_table.cc.o
    [ 44%] Building C object src/common/CMakeFiles/common.dir/thirdparty/ae/ae.c.o
    [ 45%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_spec.cc.o
    [ 45%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/worker.cc.o
    [ 45%] Building C object src/common/CMakeFiles/common.dir/thirdparty/sha256.c.o
    [ 46%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/worker_pool.cc.o
    [ 47%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_resources.cc.o
    [ 47%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/actor.cc.o
    [ 48%] Linking CXX static library libcommon.a
    [ 48%] Built target common
    [ 49%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_queue.cc.o
    [ 50%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/scheduling_policy.cc.o
    [ 51%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/task_dependency_manager.cc.o
    [ 51%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/reconstruction_policy.cc.o
    [ 52%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/node_manager.cc.o
    [ 53%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/lineage_cache.cc.o
    [ 53%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/raylet/raylet.cc.o
    [ 54%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/ae/ae.c.o
    [ 55%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/async.c.o
    [ 55%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/dict.c.o
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:53:21: warning: unused function 'dictGenHashFunction' [-Wunused-function]
    static unsigned int dictGenHashFunction(const unsigned char *buf, int len) {
                        ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:73:14: warning: unused function 'dictCreate' [-Wunused-function]
    static dict *dictCreate(dictType *type, void *privDataPtr) {
                 ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:160:12: warning: unused function 'dictReplace' [-Wunused-function]
    static int dictReplace(dict *ht, void *key, void *val) {
               ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:182:12: warning: unused function 'dictDelete' [-Wunused-function]
    static int dictDelete(dict *ht, const void *key) {
               ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:238:13: warning: unused function 'dictRelease' [-Wunused-function]
    static void dictRelease(dict *ht) {
                ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:258:22: warning: unused function 'dictGetIterator' [-Wunused-function]
    static dictIterator *dictGetIterator(dict *ht) {
                         ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:268:19: warning: unused function 'dictNext' [-Wunused-function]
    static dictEntry *dictNext(dictIterator *iter) {
                      ^
    /Users/rkn/Workspace/ray/src/common/thirdparty/hiredis/dict.c:288:13: warning: unused function 'dictReleaseIterator' [-Wunused-function]
    static void dictReleaseIterator(dictIterator *iter) {
                ^
    8 warnings generated.
    [ 56%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/hiredis.c.o
    [ 57%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/net.c.o
    [ 58%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/read.c.o
    [ 58%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/hiredis/sds.c.o
    [ 59%] Building C object src/ray/CMakeFiles/ray_objlib.dir/__/common/thirdparty/sha256.c.o
    [ 60%] Building CXX object src/ray/CMakeFiles/ray_objlib.dir/__/common/common_protocol.cc.o
    [ 60%] Built target ray_objlib
    [ 62%] Linking CXX shared library libray.dylib
    [ 62%] Linking CXX static library libray.a
    /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libray.a(dict.c.o) has no symbols
    [ 62%] Built target ray_shared
    /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libray.a(dict.c.o) has no symbols
    [ 62%] Built target ray_static
    Scanning dependencies of target db_tests
    [ 63%] Building CXX object src/common/CMakeFiles/db_tests.dir/test/db_tests.cc.o
    [ 63%] Building CXX object src/ray/gcs/CMakeFiles/asio_test.dir/asio_test.cc.o
    Scanning dependencies of target object_manager
    Scanning dependencies of target rayletlib
    Scanning dependencies of target worker_pool_test
    Scanning dependencies of target raylet_test
    Scanning dependencies of target client_test
    Scanning dependencies of target object_manager_test
    [ 64%] Building CXX object src/ray/object_manager/CMakeFiles/object_manager.dir/object_manager.cc.o
    [ 65%] Building CXX object src/ray/raylet/CMakeFiles/rayletlib.dir/raylet.cc.o
    [ 66%] Building CXX object src/ray/raylet/CMakeFiles/raylet_test.dir/raylet_test.cc.o
    [ 67%] Building CXX object src/ray/raylet/CMakeFiles/worker_pool_test.dir/worker_pool_test.cc.o
    [ 68%] Building CXX object src/ray/gcs/CMakeFiles/client_test.dir/client_test.cc.o
    [ 69%] Building CXX object src/ray/object_manager/CMakeFiles/object_manager_test.dir/object_manager_test.cc.o
    [ 70%] Linking CXX executable db_tests
    [ 70%] Built target db_tests
    Scanning dependencies of target redis_tests
    [ 71%] Building CXX object src/common/CMakeFiles/redis_tests.dir/test/redis_tests.cc.o
    [ 72%] Linking CXX executable asio_test
    [ 72%] Built target asio_test
    Scanning dependencies of target task_tests
    [ 72%] Building CXX object src/common/CMakeFiles/task_tests.dir/test/task_tests.cc.o
    [ 72%] Linking CXX executable redis_tests
    [ 72%] Built target redis_tests
    [ 73%] Building CXX object src/common/CMakeFiles/io_tests.dir/test/io_tests.cc.o
    In file included from /Users/rkn/Workspace/ray/src/ray/gcs/client_test.cc:7:
    /Users/rkn/Workspace/ray/src/common/cmake/../thirdparty/hiredis/adapters/ae.h:102:12: warning: unused function 'redisAeAttach' [-Wunused-function]
    static int redisAeAttach(aeEventLoop *loop, redisAsyncContext *ac) {
               ^
    [ 73%] Linking CXX executable io_tests
    [ 74%] Linking CXX executable task_tests
    [ 74%] Built target task_tests
    [ 74%] Built target io_tests
    Scanning dependencies of target task_table_tests
    Scanning dependencies of target object_table_tests
    [ 75%] Building CXX object src/common/CMakeFiles/task_table_tests.dir/test/task_table_tests.cc.o
    [ 76%] Building CXX object src/common/CMakeFiles/object_table_tests.dir/test/object_table_tests.cc.o
    [ 77%] Linking CXX static library librayletlib.a
    [ 77%] Built target rayletlib
    [ 77%] Linking CXX executable object_manager_test
    Scanning dependencies of target plasma_manager
    [ 77%] Building CXX object src/plasma/CMakeFiles/plasma_manager.dir/plasma_manager.cc.o
    [ 77%] Built target object_manager_test
    Scanning dependencies of target manager_tests
    [ 77%] Building CXX object src/plasma/CMakeFiles/manager_tests.dir/test/manager_tests.cc.o
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:149:6: warning: unused function 'subscribe_timeout_test' [-Wunused-function]
    TEST subscribe_timeout_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:192:6: warning: unused function 'publish_timeout_test' [-Wunused-function]
    TEST publish_timeout_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:263:6: warning: unused function 'subscribe_retry_test' [-Wunused-function]
    TEST subscribe_retry_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:313:6: warning: unused function 'publish_retry_test' [-Wunused-function]
    TEST publish_retry_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:367:6: warning: unused function 'subscribe_late_test' [-Wunused-function]
    TEST subscribe_late_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/task_table_tests.cc:412:6: warning: unused function 'publish_late_test' [-Wunused-function]
    TEST publish_late_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:162:6: warning: unused function 'lookup_timeout_test' [-Wunused-function]
    TEST lookup_timeout_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:201:6: warning: unused function 'add_timeout_test' [-Wunused-function]
    TEST add_timeout_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:241:6: warning: unused function 'subscribe_timeout_test' [-Wunused-function]
    TEST subscribe_timeout_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:448:6: warning: unused function 'lookup_late_test' [-Wunused-function]
    TEST lookup_late_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:492:6: warning: unused function 'add_late_test' [-Wunused-function]
    TEST add_late_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:537:6: warning: unused function 'subscribe_late_test' [-Wunused-function]
    TEST subscribe_late_test(void) {
         ^
    /Users/rkn/Workspace/ray/src/common/test/object_table_tests.cc:670:6: warning: unused function 'subscribe_object_present_test' [-Wunused-function]
    TEST subscribe_object_present_test(void) {
         ^
    6 warnings generated.
    [ 78%] Linking CXX executable task_table_tests
    [ 78%] Built target task_table_tests
    [ 79%] Building CXX object src/plasma/CMakeFiles/manager_tests.dir/plasma_manager.cc.o
    [ 80%] Linking CXX executable worker_pool_test
    [ 80%] Built target worker_pool_test
    [ 81%] Building CXX object src/plasma/CMakeFiles/client_tests.dir/test/client_tests.cc.o
    [ 82%] Linking CXX executable raylet_test
    [ 82%] Built target raylet_test
    7 warnings generated.
    [ 83%] Linking CXX executable object_table_tests
    [ 83%] Built target object_table_tests
    Scanning dependencies of target local_scheduler
    Scanning dependencies of target local_scheduler_library
    [ 84%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler.dir/local_scheduler.cc.o
    [ 85%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_library.dir/local_scheduler_extension.cc.o
    1 warning generated.
    [ 85%] Linking CXX executable client_test
    [ 85%] Built target client_test
    Scanning dependencies of target local_scheduler_tests
    [ 86%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_tests.dir/test/local_scheduler_tests.cc.o
    [ 87%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler.dir/local_scheduler_algorithm.cc.o
    [ 88%] Linking CXX static library libobject_manager.a
    [ 88%] Built target object_manager
    [ 88%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_library.dir/__/common/lib/python/common_extension.cc.o
    [ 89%] Linking CXX executable client_tests
    [ 89%] Built target client_tests
    [ 89%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_tests.dir/local_scheduler.cc.o
    Scanning dependencies of target global_scheduler
    [ 90%] Building CXX object src/global_scheduler/CMakeFiles/global_scheduler.dir/global_scheduler.cc.o
    [ 91%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_library.dir/__/common/lib/python/config_extension.cc.o
    [ 92%] Linking CXX executable plasma_manager
    [ 92%] Built target plasma_manager
    [ 93%] Building CXX object src/local_scheduler/CMakeFiles/local_scheduler_tests.dir/local_scheduler_algorithm.cc.o
    [ 94%] Linking CXX shared library liblocal_scheduler_library.so
    [ 94%] Built target local_scheduler_library
    [ 95%] Building CXX object src/global_scheduler/CMakeFiles/global_scheduler.dir/global_scheduler_algorithm.cc.o
    Scanning dependencies of target raylet
    [ 95%] Building CXX object src/ray/raylet/CMakeFiles/raylet.dir/main.cc.o
    [ 96%] Linking CXX executable manager_tests
    [ 96%] Built target manager_tests
    Scanning dependencies of target raylet_demo
    [ 97%] Building CXX object src/ray/raylet/CMakeFiles/raylet_demo.dir/remote_dependencies_demo.cc.o
    [ 98%] Linking CXX executable local_scheduler
    [ 98%] Built target local_scheduler
    [ 98%] Linking CXX executable global_scheduler
    [ 98%] Built target global_scheduler
    [ 99%] Linking CXX executable raylet
    [ 99%] Built target raylet
    [ 99%] Linking CXX executable raylet_demo
    [ 99%] Built target raylet_demo
    [100%] Linking CXX executable local_scheduler_tests
    [100%] Built target local_scheduler_tests
    + popd
    ~/Workspace/ray/python
    + cp /Users/rkn/Workspace/ray/thirdparty/pkg/arrow/cpp/build/cpp-install/bin/plasma_store /Users/rkn/Workspace/ray/python/ray/core/src/plasma/
    Copying ray/core/src/common/thirdparty/redis/src/redis-server to build/lib/ray/core/src/common/thirdparty/redis/src/redis-server.
    Copying ray/core/src/common/redis_module/libray_redis_module.so to build/lib/ray/core/src/common/redis_module/libray_redis_module.so.
    Copying ray/core/src/plasma/plasma_store to build/lib/ray/core/src/plasma/plasma_store.
    Copying ray/core/src/plasma/plasma_manager to build/lib/ray/core/src/plasma/plasma_manager.
    Copying ray/core/src/local_scheduler/local_scheduler to build/lib/ray/core/src/local_scheduler/local_scheduler.
    Copying ray/core/src/local_scheduler/liblocal_scheduler_library.so to build/lib/ray/core/src/local_scheduler/liblocal_scheduler_library.so.
    Copying ray/core/src/global_scheduler/global_scheduler to build/lib/ray/core/src/global_scheduler/global_scheduler.
    Copying ray/WebUI.ipynb to build/lib/ray/WebUI.ipynb.
    Copying ray/pyarrow_files/pyarrow/__init__.pxd to build/lib/ray/pyarrow_files/pyarrow/__init__.pxd.
    Copying ray/pyarrow_files/pyarrow/__init__.py to build/lib/ray/pyarrow_files/pyarrow/__init__.py.
    Copying ray/pyarrow_files/pyarrow/__init__.pyc to build/lib/ray/pyarrow_files/pyarrow/__init__.pyc.
    Copying ray/pyarrow_files/pyarrow/_config.pyx to build/lib/ray/pyarrow_files/pyarrow/_config.pyx.
    Copying ray/pyarrow_files/pyarrow/_orc.pxd to build/lib/ray/pyarrow_files/pyarrow/_orc.pxd.
    Copying ray/pyarrow_files/pyarrow/_orc.pyx to build/lib/ray/pyarrow_files/pyarrow/_orc.pyx.
    Copying ray/pyarrow_files/pyarrow/_parquet.cpython-36m-darwin.so to build/lib/ray/pyarrow_files/pyarrow/_parquet.cpython-36m-darwin.so.
    Copying ray/pyarrow_files/pyarrow/_parquet.pxd to build/lib/ray/pyarrow_files/pyarrow/_parquet.pxd.
    Copying ray/pyarrow_files/pyarrow/_parquet.pyx to build/lib/ray/pyarrow_files/pyarrow/_parquet.pyx.
    Copying ray/pyarrow_files/pyarrow/_parquet.so to build/lib/ray/pyarrow_files/pyarrow/_parquet.so.
    Copying ray/pyarrow_files/pyarrow/array.pxi to build/lib/ray/pyarrow_files/pyarrow/array.pxi.
    Copying ray/pyarrow_files/pyarrow/compat.py to build/lib/ray/pyarrow_files/pyarrow/compat.py.
    Copying ray/pyarrow_files/pyarrow/error.pxi to build/lib/ray/pyarrow_files/pyarrow/error.pxi.
    Copying ray/pyarrow_files/pyarrow/feather.pxi to build/lib/ray/pyarrow_files/pyarrow/feather.pxi.
    Copying ray/pyarrow_files/pyarrow/feather.py to build/lib/ray/pyarrow_files/pyarrow/feather.py.
    Copying ray/pyarrow_files/pyarrow/filesystem.py to build/lib/ray/pyarrow_files/pyarrow/filesystem.py.
    Copying ray/pyarrow_files/pyarrow/formatting.py to build/lib/ray/pyarrow_files/pyarrow/formatting.py.
    Copying ray/pyarrow_files/pyarrow/hdfs.py to build/lib/ray/pyarrow_files/pyarrow/hdfs.py.
    Copying ray/pyarrow_files/pyarrow/io-hdfs.pxi to build/lib/ray/pyarrow_files/pyarrow/io-hdfs.pxi.
    Copying ray/pyarrow_files/pyarrow/io.pxi to build/lib/ray/pyarrow_files/pyarrow/io.pxi.
    Copying ray/pyarrow_files/pyarrow/ipc.pxi to build/lib/ray/pyarrow_files/pyarrow/ipc.pxi.
    Copying ray/pyarrow_files/pyarrow/ipc.py to build/lib/ray/pyarrow_files/pyarrow/ipc.py.
    Copying ray/pyarrow_files/pyarrow/lib.cpython-36m-darwin.so to build/lib/ray/pyarrow_files/pyarrow/lib.cpython-36m-darwin.so.
    Copying ray/pyarrow_files/pyarrow/lib.pxd to build/lib/ray/pyarrow_files/pyarrow/lib.pxd.
    Copying ray/pyarrow_files/pyarrow/lib.pyx to build/lib/ray/pyarrow_files/pyarrow/lib.pyx.
    Copying ray/pyarrow_files/pyarrow/lib.so to build/lib/ray/pyarrow_files/pyarrow/lib.so.
    Copying ray/pyarrow_files/pyarrow/lib_api.h to build/lib/ray/pyarrow_files/pyarrow/lib_api.h.
    Copying ray/pyarrow_files/pyarrow/libarrow.0.0.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow.0.0.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libarrow.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libarrow.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow.dylib.
    Copying ray/pyarrow_files/pyarrow/libarrow_python.0.0.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow_python.0.0.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libarrow_python.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow_python.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libarrow_python.dylib to build/lib/ray/pyarrow_files/pyarrow/libarrow_python.dylib.
    Copying ray/pyarrow_files/pyarrow/libparquet.1.3.2.dylib to build/lib/ray/pyarrow_files/pyarrow/libparquet.1.3.2.dylib.
    Copying ray/pyarrow_files/pyarrow/libparquet.1.dylib to build/lib/ray/pyarrow_files/pyarrow/libparquet.1.dylib.
    Copying ray/pyarrow_files/pyarrow/libparquet.dylib to build/lib/ray/pyarrow_files/pyarrow/libparquet.dylib.
    Copying ray/pyarrow_files/pyarrow/libplasma.0.0.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libplasma.0.0.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libplasma.0.dylib to build/lib/ray/pyarrow_files/pyarrow/libplasma.0.dylib.
    Copying ray/pyarrow_files/pyarrow/libplasma.dylib to build/lib/ray/pyarrow_files/pyarrow/libplasma.dylib.
    Copying ray/pyarrow_files/pyarrow/memory.pxi to build/lib/ray/pyarrow_files/pyarrow/memory.pxi.
    Copying ray/pyarrow_files/pyarrow/orc.py to build/lib/ray/pyarrow_files/pyarrow/orc.py.
    Copying ray/pyarrow_files/pyarrow/pandas_compat.py to build/lib/ray/pyarrow_files/pyarrow/pandas_compat.py.
    Copying ray/pyarrow_files/pyarrow/parquet.py to build/lib/ray/pyarrow_files/pyarrow/parquet.py.
    Copying ray/pyarrow_files/pyarrow/plasma.cpython-36m-darwin.so to build/lib/ray/pyarrow_files/pyarrow/plasma.cpython-36m-darwin.so.
    Copying ray/pyarrow_files/pyarrow/plasma.pyx to build/lib/ray/pyarrow_files/pyarrow/plasma.pyx.
    Copying ray/pyarrow_files/pyarrow/plasma.so to build/lib/ray/pyarrow_files/pyarrow/plasma.so.
    Copying ray/pyarrow_files/pyarrow/plasma_store to build/lib/ray/pyarrow_files/pyarrow/plasma_store.
    Copying ray/pyarrow_files/pyarrow/public-api.pxi to build/lib/ray/pyarrow_files/pyarrow/public-api.pxi.
    Copying ray/pyarrow_files/pyarrow/scalar.pxi to build/lib/ray/pyarrow_files/pyarrow/scalar.pxi.
    Copying ray/pyarrow_files/pyarrow/serialization.pxi to build/lib/ray/pyarrow_files/pyarrow/serialization.pxi.
    Copying ray/pyarrow_files/pyarrow/serialization.py to build/lib/ray/pyarrow_files/pyarrow/serialization.py.
    Copying ray/pyarrow_files/pyarrow/table.pxi to build/lib/ray/pyarrow_files/pyarrow/table.pxi.
    Copying ray/pyarrow_files/pyarrow/types.pxi to build/lib/ray/pyarrow_files/pyarrow/types.pxi.
    Copying ray/pyarrow_files/pyarrow/types.py to build/lib/ray/pyarrow_files/pyarrow/types.py.
    Copying ray/pyarrow_files/pyarrow/util.py to build/lib/ray/pyarrow_files/pyarrow/util.py.
    Copying ray/core/generated/__init__.py to build/lib/ray/core/generated/__init__.py.
    Copying ray/core/generated/ActorCreationNotification.py to build/lib/ray/core/generated/ActorCreationNotification.py.
    Copying ray/core/generated/Arg.py to build/lib/ray/core/generated/Arg.py.
    Copying ray/core/generated/DriverTableMessage.py to build/lib/ray/core/generated/DriverTableMessage.py.
    Copying ray/core/generated/LocalSchedulerInfoMessage.py to build/lib/ray/core/generated/LocalSchedulerInfoMessage.py.
    Copying ray/core/generated/ObjectInfo.py to build/lib/ray/core/generated/ObjectInfo.py.
    Copying ray/core/generated/ResourcePair.py to build/lib/ray/core/generated/ResourcePair.py.
    Copying ray/core/generated/ResultTableReply.py to build/lib/ray/core/generated/ResultTableReply.py.
    Copying ray/core/generated/SubscribeToDBClientTableReply.py to build/lib/ray/core/generated/SubscribeToDBClientTableReply.py.
    Copying ray/core/generated/SubscribeToNotificationsReply.py to build/lib/ray/core/generated/SubscribeToNotificationsReply.py.
    Copying ray/core/generated/TaskExecutionDependencies.py to build/lib/ray/core/generated/TaskExecutionDependencies.py.
    Copying ray/core/generated/TaskInfo.py to build/lib/ray/core/generated/TaskInfo.py.
    Copying ray/core/generated/TaskReply.py to build/lib/ray/core/generated/TaskReply.py.
    Copying ray/core/src/catapult_files/index.html to build/lib/ray/core/src/catapult_files/index.html.
    Copying ray/core/src/catapult_files/trace_viewer_full.html to build/lib/ray/core/src/catapult_files/trace_viewer_full.html.
    Copying ray/autoscaler/aws/example-full.yaml to build/lib/ray/autoscaler/aws/example-full.yaml.
    Creating /Users/rkn/anaconda3/lib/python3.6/site-packages/ray.egg-link (link to .)
    Adding ray 0.3.1 to easy-install.pth file
    Installing ray script to /Users/rkn/anaconda3/bin

    Installed /Users/rkn/Workspace/ray/python
Successfully installed ray
Cleaning up...
✔ ~/Workspace/ray/python [actorcreation ↓·2↑·4|…12941⚑ 4] 
00:22 $ brew uninstall boost
Uninstalling /usr/local/Cellar/boost/1.66.0... (13,101 files, 435.3MB)
✔ ~/Workspace/ray/python [actorcreation ↓·2↑·4|…12941⚑ 4] 
00:23 $ ipython
import ray
Python 3.6.0 |Anaconda 4.3.0 (x86_64)| (default, Dec 23 2016, 13:19:00) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import ray
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-d310bc7e5061> in <module>()
----> 1 import ray

~/Workspace/ray/python/ray/__init__.py in <module>()
     26 
     27 try:
---> 28     import pyarrow  # noqa: F401
     29 except ImportError as e:
     30     if ((hasattr(e, "msg") and isinstance(e.msg, str) and

~/Workspace/ray/python/ray/pyarrow_files/pyarrow/__init__.py in <module>()
     30 
     31 
---> 32 from pyarrow.lib import cpu_count, set_cpu_count
     33 from pyarrow.lib import (null, bool_,
     34                          int8, int16, int32, int64,

ImportError: dlopen(/Users/rkn/Workspace/ray/python/ray/pyarrow_files/pyarrow/lib.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/boost/lib/libboost_regex-mt.dylib
  Referenced from: /Users/rkn/Workspace/ray/python/ray/pyarrow_files/pyarrow/libparquet.1.dylib
  Reason: image not found

In [2]: 

@pcmoritz
Copy link
Contributor Author

pcmoritz commented Mar 9, 2018

I can look at that (did you clean the CMake cache)? I just tried and the new wheels we build are working without brew boost, can you also try that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants