apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.99k stars 3.41k forks source link

Build from source not working on Ubuntu 18.04 #6270

Closed aywaldron closed 4 years ago

aywaldron commented 4 years ago

I am trying to build arrow with pyarrow from source on Ubuntu 18.04 and getting the following error:

Traceback (most recent call last):
    import pyarrow as pa
  File "/usr/local/lib/python3.6/dist-packages/pyarrow-0.14.0-py3.6-linux-x86_64.egg/pyarrow/__init__.py", line 49, in <module>
    from pyarrow.lib import cpu_count, set_cpu_count
ImportError: libarrow.so.14: cannot open shared object file: No such file or directory

My build script looks like this:

export ARROW_BUILD_TYPE=release
export ARROW_HOME=/usr/local \
       PARQUET_HOME=/usr/local
export PYTHON_EXECUTABLE=/usr/bin/python3

# install requirements
export DEBIAN_FRONTEND="noninteractive"
apt-get update
apt-get install -y python3-dev \
                   libjemalloc-dev libboost-dev \
                   build-essential \
                   libboost-filesystem-dev \
                   libboost-regex-dev \
                   libboost-system-dev \
                   flex bison

pip3 install --no-cache-dir six pytest numpy cython

# build and install
mkdir -p /apache-arrow/cpp/build \  # I have the arrow repo cloned here
  && cd /apache-arrow/cpp/build \
  && cmake -DCMAKE_BUILD_TYPE=$ARROW_BUILD_TYPE \
           -DOPENSSL_ROOT_DIR=/usr/local/ssl \
           -DCMAKE_INSTALL_LIBDIR=lib \
           -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
           -DARROW_PARQUET=ON \
           -DARROW_PYTHON=ON \
           -DARROW_PLASMA=ON \
           -DARROW_BUILD_TESTS=OFF \
           -DPYTHON_EXECUTABLE=$PYTHON_EXECUTABLE \
           .. \
  && make -j$(nproc) \
  && make install \
  && cd /apache-arrow/python \
  && python3 setup.py build_ext --build-type=$ARROW_BUILD_TYPE --with-parquet \
  && python3 setup.py install \

I have cmake and autoconf installed previously. I'm guessing I'm missing something here but can't figure out what it is. I have the same build/install commands working on alpine with the corresponding dependencies.

wesm commented 4 years ago

My guess is that you need to add /usr/local/lib to $LD_LIBRARY_PATH

aywaldron commented 4 years ago

Unfortunately that doesn't resolve it for me.

aywaldron commented 4 years ago

Here's the full build/install output

-- Building using CMake version: 3.10.2
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Arrow version: 0.14.0 (full: '0.14.0')
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- clang-tidy not found
-- clang-format not found
-- infer not found
-- Found PythonInterp: /usr/bin/python3 (found version "3.6.8") 
-- Found cpplint executable at /atom/third-party/apache-arrow/cpp/build-support/cpplint.py
-- Compiler command: env LANG=C /usr/bin/c++ -v
-- Compiler version: Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 

-- Compiler id: GNU
Selected compiler gcc 7.4.0
-- Performing Test CXX_SUPPORTS_SSE4_2
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_ALTIVEC
-- Performing Test CXX_SUPPORTS_ALTIVEC - Failed
-- Performing Test CXX_SUPPORTS_ARMCRC
-- Performing Test CXX_SUPPORTS_ARMCRC - Failed
-- Arrow build warning level: PRODUCTION
Using ld linker
Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: RELEASE
-- Using AUTO approach to find dependencies
-- BOOST_VERSION: 1.67.0
-- BROTLI_VERSION: v1.0.7
-- BZIP2_VERSION: 1.0.6
-- CARES_VERSION: 1.15.0
-- DOUBLE_CONVERSION_VERSION: v3.1.4
-- FLATBUFFERS_VERSION: v1.10.0
-- GBENCHMARK_VERSION: v1.4.1
-- GFLAGS_VERSION: v2.2.0
-- GLOG_VERSION: v0.3.5
-- GRPC_VERSION: v1.20.0
-- GTEST_VERSION: 1.8.1
-- JEMALLOC_VERSION: 5.2.0
-- LZ4_VERSION: v1.8.3
-- ORC_VERSION: 1.5.5
-- PROTOBUF_VERSION: v3.7.1
-- RAPIDJSON_VERSION: 2bbd33b33217ff4a73434ebf10cdac41e2ef5e34
-- RE2_VERSION: 2019-04-01
-- SNAPPY_VERSION: 1.1.7
-- THRIFT_VERSION: 0.12.0
-- THRIFT_MD5_CHECKSUM: 3deebbb4d1ca77dd9c9e009a1ea02183
-- URIPARSER_VERSION: 0.9.2
-- ZLIB_VERSION: 1.2.11
-- ZSTD_VERSION: v1.4.0
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   regex
--   system
--   filesystem
-- Boost include dir: /usr/include
-- Boost libraries: /usr/lib/x86_64-linux-gnu/libboost_regex.so/usr/lib/x86_64-linux-gnu/libboost_system.so/usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-- Could NOT find DoubleConversion (missing: DoubleConversion_LIB DoubleConversion_INCLUDE_DIR) 
-- Building double-conversion from source
-- Performing Test DOUBLE_CONVERSION_HAS_CASE_INSENSIBILITY
-- Performing Test DOUBLE_CONVERSION_HAS_CASE_INSENSIBILITY - Failed
-- Could NOT find SnappyAlt (missing: Snappy_LIB Snappy_INCLUDE_DIR) 
-- Building snappy from source
-- Checking for modules 'libbrotlicommon;libbrotlienc;libbrotlidec'
--   No package 'libbrotlicommon' found
--   No package 'libbrotlienc' found
--   No package 'libbrotlidec' found
-- Could NOT find Brotli (missing: BROTLI_COMMON_LIBRARY BROTLI_ENC_LIBRARY BROTLI_DEC_LIBRARY BROTLI_INCLUDE_DIR) 
-- Building brotli from source
-- Building without OpenSSL support. Minimum OpenSSL version 1.0.2 required.
-- Checking for module 'libglog'
--   No package 'libglog' found
-- Could NOT find GLOG (missing: GLOG_INCLUDE_DIR GLOG_LIB) 
-- Building glog from source
-- Could NOT find gflagsAlt (missing: gflags_LIB GFLAGS_INCLUDE_DIR) 
-- Building gflags from source
-- Added static library dependency gflags_static: /atom/third-party/apache-arrow/cpp/build/gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
-- Checking for module 'thrift'
--   No package 'thrift' found
-- Could NOT find Thrift (missing: THRIFT_STATIC_LIB THRIFT_INCLUDE_DIR THRIFT_COMPILER) 
Building Apache Thrift from source
Downloading Apache Thrift from http://ftp.wayne.edu/apache//thrift/0.12.0/thrift-0.12.0.tar.gz
-- Building (vendored) jemalloc from source
-- Could NOT find RapidJSONAlt (missing: RAPIDJSON_INCLUDE_DIR) (found suitable version "2bbd33b33217ff4a73434ebf10cdac41e2ef5e34", minimum required is "1.1.0")
-- Building rapidjson from source
-- Could NOT find FlatbuffersAlt (missing: FLATBUFFERS_LIB FLATBUFFERS_INCLUDE_DIR FLATC) 
-- Building flatbuffers from source
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") 
-- Checking for module 'liblz4'
--   No package 'liblz4' found
-- Could NOT find Lz4 (missing: LZ4_LIB LZ4_INCLUDE_DIR) 
-- Building lz4 from source
-- Checking for module 'libzstd'
--   No package 'libzstd' found
-- Could NOT find ZSTD (missing: ZSTD_LIB ZSTD_INCLUDE_DIR) 
-- Building zstd from source
-- Found hdfs.h at: /atom/third-party/apache-arrow/cpp/thirdparty/hadoop/include/hdfs.h
-- CMAKE_C_FLAGS:  -O3 -DNDEBUG   -Wall -msse4.2
-- CMAKE_CXX_FLAGS:  -Wno-noexcept-type  -fdiagnostics-color=always -O3 -DNDEBUG  -Wall -msse4.2 
-- flatc: /atom/third-party/apache-arrow/cpp/build/flatbuffers_ep-prefix/src/flatbuffers_ep-install/bin/flatc
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include  
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu
-- Looking for python3.6m
-- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found PythonLibs: /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found NumPy: version "1.18.1" /usr/local/lib/python3.6/dist-packages/numpy/core/include
-- ---------------------------------------------------------------------
-- Arrow version:                                 0.14.0
-- 
-- Build configuration summary:
--   Generator: Unix Makefiles
--   Build type: RELEASE
--   Source directory: /atom/third-party/apache-arrow/cpp
--   Outputting build configuration summary to /atom/third-party/apache-arrow/cpp/build/cmake_summary.json
-- 
-- Compile and link options:
--   Compiler flags to append when compiling Arrow                          ""    [default] [ARROW_CXXFLAGS]
--   Build static libraries                                                 ON    [default] [ARROW_BUILD_STATIC]
--   Build shared libraries                                                 ON    [default] [ARROW_BUILD_SHARED]
--   Exclude deprecated APIs from build                                     OFF   [default] [ARROW_NO_DEPRECATED_API]
--   Use ccache when compiling (if available)                               ON    [default] [ARROW_USE_CCACHE]
--   Use ld.gold for linking on Linux (if available)                        OFF   [default] [ARROW_USE_LD_GOLD]
--   Build with SIMD optimizations                                          ON    [default] [ARROW_USE_SIMD]
--   Build Arrow with Altivec                                               ON    [default] [ARROW_ALTIVEC]
--   Build Arrow libraries with RATH set to $ORIGIN                         OFF   [default] [ARROW_RPATH_ORIGIN]
--   Build Arrow libraries with install_name set to @rpath                  ON    [default] [ARROW_INSTALL_NAME_RPATH]
--   Pass -ggdb flag to debug builds                                        ON    [default] [ARROW_GGDB_DEBUG]
-- 
-- Test and benchmark options:
--   Build the Arrow examples, default OFF                                  OFF      [default] [ARROW_BUILD_EXAMPLES]
--   Build the Arrow googletest unit tests, default OFF                     OFF      [default] [ARROW_BUILD_TESTS]
--   Build the Arrow integration test executables, default OFF              OFF      [default] [ARROW_BUILD_INTEGRATION]
--   Build the Arrow micro benchmarks, default OFF                          OFF      [default] [ARROW_BUILD_BENCHMARKS]
--   Build the Arrow micro reference benchmarks, default OFF.               OFF      [default] [ARROW_BUILD_BENCHMARKS_REFERENCE]
--   Linkage of Arrow libraries with unit tests executables.                "shared" [default] [ARROW_TEST_LINKAGE] [shared|static]
--   Build Arrow Fuzzing executables                                        OFF      [default] [ARROW_FUZZING]
-- 
-- Lint options:
--   Only define the lint and check-format targets                          OFF   [default] [ARROW_ONLY_LINT]
--   If off, 'quiet' flags will be passed to linting tools                  OFF   [default] [ARROW_VERBOSE_LINT]
--   Build with C++ code coverage enabled                                   OFF   [default] [ARROW_GENERATE_COVERAGE]
-- 
-- Checks options:
--   Run the test suite using valgrind --tool=memcheck                      OFF   [default] [ARROW_TEST_MEMCHECK]
--   Enable Address Sanitizer checks                                        OFF   [default] [ARROW_USE_ASAN]
--   Enable Thread Sanitizer checks                                         OFF   [default] [ARROW_USE_TSAN]
--   Enable Undefined Behavior sanitizer checks                             OFF   [default] [ARROW_USE_UBSAN]
-- 
-- Project component options:
--   Build the Arrow Compute Modules                                        ON    [default] [ARROW_COMPUTE]
--   Build the Arrow Dataset Modules                                        ON    [default] [ARROW_DATASET]
--   Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)    OFF   [default] [ARROW_FLIGHT]
--   Build the Gandiva libraries                                            OFF   [default] [ARROW_GANDIVA]
--   Build the Parquet libraries                                            ON    [ARROW_PARQUET]
--   Build the Arrow IPC extensions                                         ON    [default] [ARROW_IPC]
--   Build Arrow commandline utilities                                      ON    [default] [ARROW_BUILD_UTILITIES]
--   Build the Arrow CUDA extensions (requires CUDA toolkit)                OFF   [default] [ARROW_CUDA]
--   Build the Arrow ORC adapter                                            OFF   [default] [ARROW_ORC]
--   Build the Arrow JNI lib                                                OFF   [default] [ARROW_JNI]
--   Build Arrow with TensorFlow support enabled                            OFF   [default] [ARROW_TENSORFLOW]
--   Build the Arrow jemalloc-based allocator                               ON    [default] [ARROW_JEMALLOC]
--   Build the Arrow HDFS bridge                                            ON    [default] [ARROW_HDFS]
--   Build the Arrow CPython extensions                                     ON    [ARROW_PYTHON]
--   Build the HiveServer2 client and Arrow adapter                         OFF   [default] [ARROW_HIVESERVER2]
--   Build the plasma object store along with Arrow                         ON    [ARROW_PLASMA]
--   Build the plasma object store java client                              OFF   [default] [ARROW_PLASMA_JAVA_CLIENT]
-- 
-- Thirdparty toolchain options:
--   Method to use for acquiring arrow's build dependencies                 "AUTO" [default] [ARROW_DEPENDENCY_SOURCE] [AUTO|BUNDLED|SYSTEM|CONDA|BREW]
--   Show output from ExternalProjects rather than just logging to files    OFF    [default] [ARROW_VERBOSE_THIRDPARTY_BUILD]
--   Rely on boost shared libraries where relevant                          ON     [default] [ARROW_BOOST_USE_SHARED]
--   Use vendored Boost instead of existing Boost. Note that this requires linking Boost statically. Deprecated. Use BOOST_SOURCE=BUNDLED instead. 
                                                                            OFF    [default] [ARROW_BOOST_VENDORED]
--   Rely on Protocol Buffers shared libraries where relevant               ON     [default] [ARROW_PROTOBUF_USE_SHARED]
--   Rely on GFlags shared libraries where relevant                         ON     [default] [ARROW_GFLAGS_USE_SHARED]
--   Build with backtrace support                                           ON     [default] [ARROW_WITH_BACKTRACE]
--   Build libraries with glog support for pluggable logging                ON     [default] [ARROW_USE_GLOG]
--   Build with Brotli compression                                          ON     [default] [ARROW_WITH_BROTLI]
--   Build with BZ2 compression                                             OFF    [default] [ARROW_WITH_BZ2]
--   Build with lz4 compression                                             ON     [default] [ARROW_WITH_LZ4]
--   Build with Snappy compression                                          ON     [default] [ARROW_WITH_SNAPPY]
--   Build with zlib compression                                            ON     [default] [ARROW_WITH_ZLIB]
--   Build with zstd compression                                            ON     [default] [ARROW_WITH_ZSTD]
-- 
-- Parquet options:
--   Depend only on Thirdparty headers to build libparquet. Always OFF if building binaries 
                                                                            OFF   [default] [PARQUET_MINIMAL_DEPENDENCY]
--   Build the Parquet executable CLI tools. Requires static libraries to be built. 
                                                                            OFF   [default] [PARQUET_BUILD_EXECUTABLES]
--   Build the Parquet examples. Requires static libraries to be built.     OFF   [default] [PARQUET_BUILD_EXAMPLES]
--   Build support for encryption. Fail if OpenSSL is not found             OFF   [default] [PARQUET_REQUIRE_ENCRYPTION]
-- 
-- Gandiva options:
--   Build the Gandiva JNI wrappers                                         OFF   [default] [ARROW_GANDIVA_JAVA]
--   Include -static-libstdc++ -static-libgcc when linking with Gandiva static libraries 
                                                                            OFF   [default] [ARROW_GANDIVA_STATIC_LIBSTDCPP]
--   Compiler flags to append when pre-compiling Gandiva operations         ""    [default] [ARROW_GANDIVA_PC_CXX_FLAGS]
-- 
-- Advanced developer options:
--   Compile with extra error context (line numbers, code)                  OFF   [default] [ARROW_EXTRA_ERROR_CONTEXT]
--   If enabled install ONLY targets that have already been built. Please be advised that if this is enabled 'install' will fail silently on components that have not been built 
                                                                            OFF   [default] [ARROW_OPTIONAL_INSTALL]
-- Configuring done
-- Generating done
-- Build files have been written to: /atom/third-party/apache-arrow/cpp/build
Scanning dependencies of target double-conversion_ep
Scanning dependencies of target rapidjson_ep
Scanning dependencies of target brotli_ep
Scanning dependencies of target gflags_ep
Scanning dependencies of target jemalloc_ep
Scanning dependencies of target thrift_ep
Scanning dependencies of target zstd_ep
Scanning dependencies of target glog_ep
Scanning dependencies of target snappy_ep
Scanning dependencies of target flatbuffers_ep
Scanning dependencies of target arrow_dataset_objlib
Scanning dependencies of target lz4_ep
[  0%] Creating directories for 'brotli_ep'
[  0%] Creating directories for 'rapidjson_ep'
[  1%] Creating directories for 'double-conversion_ep'
[  1%] Creating directories for 'gflags_ep'
[  1%] Creating directories for 'jemalloc_ep'
[  2%] Creating directories for 'zstd_ep'
[  3%] Creating directories for 'glog_ep'
[  4%] Creating directories for 'thrift_ep'
[  4%] Creating directories for 'snappy_ep'
[  4%] Creating directories for 'flatbuffers_ep'
[  4%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/scanner.cc.o
[  4%] Creating directories for 'lz4_ep'
[  4%] Performing download step (download, verify and extract) for 'gflags_ep'
[  4%] Performing download step (download, verify and extract) for 'zstd_ep'
[  5%] Performing download step (download, verify and extract) for 'brotli_ep'
[  6%] Performing download step (download, verify and extract) for 'rapidjson_ep'
[  7%] Performing download step (download, verify and extract) for 'double-conversion_ep'
[  7%] Performing download step (download, verify and extract) for 'glog_ep'
[  8%] Performing download step (download, verify and extract) for 'jemalloc_ep'
[  8%] Performing download step (download, verify and extract) for 'snappy_ep'
[  9%] Performing download step (download, verify and extract) for 'flatbuffers_ep'
[  9%] Performing download step (download, verify and extract) for 'lz4_ep'
[  9%] Performing download step (download, verify and extract) for 'thrift_ep'
-- Downloading...
   dst='/atom/third-party/apache-arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz'
   timeout='none'
-- Using src='http://ftp.wayne.edu/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
[  9%] Built target arrow_dataset_objlib
-- [download 0% complete]
-- gflags_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-download-*.log
[  9%] No patch step for 'gflags_ep'
[ 10%] No update step for 'gflags_ep'
[ 10%] Performing configure step for 'gflags_ep'
-- [download 1% complete]
-- lz4_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-download-*.log
[ 11%] No patch step for 'lz4_ep'
[ 11%] Performing update step for 'lz4_ep'
[ 12%] No configure step for 'lz4_ep'
[ 12%] Performing build step for 'lz4_ep'
-- glog_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-download-*.log
[ 13%] No patch step for 'glog_ep'
[ 13%] No update step for 'glog_ep'
[ 13%] Performing configure step for 'glog_ep'
-- [download 2% complete]
-- snappy_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
[ 14%] No update step for 'snappy_ep'
[ 14%] No patch step for 'snappy_ep'
[ 14%] Performing configure step for 'snappy_ep'
-- [download 3% complete]
-- [download 4% complete]
-- flatbuffers_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/flatbuffers_ep-prefix/src/flatbuffers_ep-stamp/flatbuffers_ep-download-*.log
[ 14%] No update step for 'flatbuffers_ep'
[ 14%] No patch step for 'flatbuffers_ep'
[ 15%] Performing configure step for 'flatbuffers_ep'
-- [download 5% complete]
-- rapidjson_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-download-*.log
-- [download 6% complete]
[ 16%] No patch step for 'rapidjson_ep'
[ 16%] No update step for 'rapidjson_ep'
[ 16%] Performing configure step for 'rapidjson_ep'
-- [download 7% complete]
-- [download 8% complete]
-- jemalloc_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-download-*.log
[ 17%] No update step for 'jemalloc_ep'
[ 17%] Performing patch step for 'jemalloc_ep'
[ 17%] Performing configure step for 'jemalloc_ep'
-- gflags_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-configure-*.log
[ 18%] Performing build step for 'gflags_ep'
-- rapidjson_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-configure-*.log
-- [download 9% complete]
[ 18%] Performing build step for 'rapidjson_ep'
-- rapidjson_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-build-*.log
[ 18%] Performing install step for 'rapidjson_ep'
-- zstd_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-download-*.log
-- rapidjson_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/src/rapidjson_ep-stamp/rapidjson_ep-install-*.log
[ 19%] No patch step for 'zstd_ep'
-- [download 10% complete]
[ 20%] Completed 'rapidjson_ep'
[ 20%] No update step for 'zstd_ep'
-- [download 11% complete]
[ 20%] Built target rapidjson_ep
-- flatbuffers_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/flatbuffers_ep-prefix/src/flatbuffers_ep-stamp/flatbuffers_ep-configure-*.log
[ 20%] Performing configure step for 'zstd_ep'
[ 20%] Performing build step for 'flatbuffers_ep'
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- double-conversion_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-download-*.log
[ 20%] No patch step for 'double-conversion_ep'
-- [download 26% complete]
[ 20%] No update step for 'double-conversion_ep'
[ 21%] Performing configure step for 'double-conversion_ep'
-- snappy_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
[ 21%] Performing build step for 'snappy_ep'
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- zstd_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-configure-*.log
-- [download 42% complete]
[ 22%] Performing build step for 'zstd_ep'
-- [download 43% complete]
-- brotli_ep download command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-download-*.log
-- [download 44% complete]
[ 22%] No patch step for 'brotli_ep'
-- double-conversion_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-configure-*.log
-- [download 45% complete]
-- [download 46% complete]
[ 22%] Performing build step for 'double-conversion_ep'
[ 22%] No update step for 'brotli_ep'
-- [download 47% complete]
[ 23%] Performing configure step for 'brotli_ep'
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- snappy_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
-- [download 65% complete]
[ 23%] Performing install step for 'snappy_ep'
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- snappy_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
-- [download 70% complete]
-- [download 71% complete]
[ 24%] Completed 'snappy_ep'
-- [download 72% complete]
[ 24%] Built target snappy_ep
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- brotli_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-configure-*.log
-- [download 84% complete]
-- [download 85% complete]
[ 24%] Performing build step for 'brotli_ep'
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/atom/third-party/apache-arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz'
-- Downloading... done
-- extracting...
     src='/atom/third-party/apache-arrow/cpp/build/thrift_ep-prefix/src/thrift-0.12.0.tar.gz'
     dst='/atom/third-party/apache-arrow/cpp/build/thrift_ep-prefix/src/thrift_ep'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 25%] No patch step for 'thrift_ep'
[ 25%] No update step for 'thrift_ep'
[ 25%] Performing configure step for 'thrift_ep'
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- gflags_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build-*.log
[ 25%] Performing install step for 'gflags_ep'
-- gflags_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-install-*.log
[ 25%] Completed 'gflags_ep'
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
[ 25%] Built target gflags_ep
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- jemalloc_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-*.log
[ 26%] Performing build step for 'jemalloc_ep'
-- Detecting CXX compile features - done
-- double-conversion_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-build-*.log
-- Parsed Thrift package version: 0.12.0
-- Parsed Thrift version: 0.12.0 (0.2.0)
-- Setting C++11 as the default language level.
-- To specify a different C++ language level, set CMAKE_CXX_STANDARD
[ 27%] Performing install step for 'double-conversion_ep'
-- libevent NOT found.
-- Could NOT find RUN_HASKELL (missing: RUN_HASKELL) 
-- Could NOT find CABAL (missing: CABAL) 
-- Looking for arpa/inet.h
-- double-conversion_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/double-conversion_ep-prefix/src/double-conversion_ep-stamp/double-conversion_ep-install-*.log
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
[ 27%] Completed 'double-conversion_ep'
[ 27%] Built target double-conversion_ep
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/stat.h
-- glog_ep configure command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-configure-*.log
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
[ 28%] Performing build step for 'glog_ep'
-- Looking for sys/time.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sched.h
-- Looking for sched.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for sched_get_priority_max
-- Looking for sched_get_priority_max - found
-- Looking for sched_get_priority_min
-- Looking for sched_get_priority_min - found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Building without tests
-- Found FLEX: /usr/bin/flex (found version "2.6.4") 
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") 
-- ----------------------------------------------------------
-- Thrift version:                               0.12.0 (0.2.0)
-- Thrift package version:                       0.12.0
-- Build configuration Summary
--   Build Thrift compiler:                      ON
--   Build compiler plugin support:              OFF
--   Build with unit tests:                      OFF
--   Build examples:                             OFF
--   Build Thrift libraries:                     ON
--  Language libraries:
--   Build C++ library:                          ON
--     C++ Language Level:                       C++11 [fallback to earlier if compiler does not support it]
--   Build C (GLib) library:                     OFF
--    - Disabled by WITH_C_GLIB=OFF
--    - GLib missing
--   Build Java library:                         OFF
--    - Disabled by WITH_JAVA=OFF
--    - Java Runtime missing
--   Build Python library:                       OFF
--    - Disabled by WITH_PYTHON=OFF
--   Build Haskell library:                      OFF
--    - Disabled by WITH_HASKELL=OFF
--    - GHC missing
--    - Cabal missing
--  Library features:
--   Build shared libraries:                     ON
--   Build static libraries:                     ON
--   Build with Boost static link library:       OFF
--   Build with Boost thread support:            OFF
--   Build with boost/tr1/functional (forced)    OFF
--   Build with boost/smart_ptr (forced)         OFF
--   Build with C++ std::thread support:         OFF
--   Build with libevent support:                OFF
--   Build with OpenSSL support:                 OFF
--   Build with Qt4 support:                     OFF
--   Build with Qt5 support:                     OFF
--   Build with ZLIB support:                    ON
-- ----------------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: /atom/third-party/apache-arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-build
[ 28%] Performing build step for 'thrift_ep'
[  1%] [FLEX][thriftl] Building scanner with flex 2.6.4
[  1%] [BISON][thrifty] Building parser with bison 3.0.4
Scanning dependencies of target parse
[  2%] Building CXX object compiler/cpp/CMakeFiles/parse.dir/thrift/thrifty.cc.o
[  3%] Building CXX object compiler/cpp/CMakeFiles/parse.dir/thrift/thriftl.cc.o
-- glog_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-build-*.log
[ 28%] Performing install step for 'glog_ep'
-- glog_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/glog_ep-prefix/src/glog_ep-stamp/glog_ep-install-*.log
[ 28%] Completed 'glog_ep'
[ 28%] Built target glog_ep
[  3%] Linking CXX static library ../../lib/libparse.a
[  3%] Built target parse
Scanning dependencies of target thrift_static
[  4%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/TApplicationException.cpp.o
[  4%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/TOutput.cpp.o
[  5%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/async/TAsyncChannel.cpp.o
[  6%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/async/TAsyncProtocolProcessor.cpp.o
[  7%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/async/TConcurrentClientSyncInfo.cpp.o
[  7%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/ThreadManager.cpp.o
[  8%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/TimerManager.cpp.o
-- lz4_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-build-*.log
[ 29%] No install step for 'lz4_ep'
[ 29%] Completed 'lz4_ep'
Scanning dependencies of target thrift
[  9%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/TApplicationException.cpp.o
[ 29%] Built target lz4_ep
[ 10%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/TOutput.cpp.o
[ 11%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/Util.cpp.o
[ 12%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/async/TAsyncChannel.cpp.o
[ 13%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/async/TAsyncProtocolProcessor.cpp.o
[ 13%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/async/TConcurrentClientSyncInfo.cpp.o
[ 14%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/processor/PeekProcessor.cpp.o
[ 15%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/protocol/TBase64Utils.cpp.o
[ 15%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/protocol/TDebugProtocol.cpp.o
[ 16%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/protocol/TJSONProtocol.cpp.o
[ 17%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/protocol/TMultiplexedProtocol.cpp.o
[ 18%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/ThreadManager.cpp.o
[ 19%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/protocol/TProtocol.cpp.o
-- brotli_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-build-*.log
[ 30%] Performing install step for 'brotli_ep'
-- zstd_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-build-*.log
[ 20%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/TimerManager.cpp.o
[ 30%] Performing install step for 'zstd_ep'
-- brotli_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-install-*.log
-- zstd_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-install-*.log
[ 30%] Completed 'brotli_ep'
[ 31%] Completed 'zstd_ep'
[ 31%] Built target brotli_ep
[ 21%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/Util.cpp.o
[ 31%] Built target zstd_ep
[ 21%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/processor/PeekProcessor.cpp.o
[ 22%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/protocol/TBase64Utils.cpp.o
[ 23%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TTransportException.cpp.o
[ 23%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TFDTransport.cpp.o
[ 24%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/protocol/TDebugProtocol.cpp.o
[ 25%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/protocol/TJSONProtocol.cpp.o
[ 26%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TSimpleFileTransport.cpp.o
[ 27%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/THttpTransport.cpp.o
[ 28%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/THttpClient.cpp.o
[ 28%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/THttpServer.cpp.o
[ 29%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/protocol/TMultiplexedProtocol.cpp.o
[ 30%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TSocket.cpp.o
[ 30%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/protocol/TProtocol.cpp.o
[ 31%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TTransportException.cpp.o
[ 32%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TSocketPool.cpp.o
[ 33%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TFDTransport.cpp.o
[ 34%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSimpleFileTransport.cpp.o
[ 35%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TServerSocket.cpp.o
[ 35%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/THttpTransport.cpp.o
[ 36%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/THttpClient.cpp.o
[ 37%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TTransportUtils.cpp.o
[ 38%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/THttpServer.cpp.o
[ 38%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TBufferTransports.cpp.o
[ 39%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSocket.cpp.o
[ 40%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TConnectedClient.cpp.o
[ 41%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TServerFramework.cpp.o
[ 42%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TSimpleServer.cpp.o
[ 43%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSocketPool.cpp.o
[ 43%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TThreadPoolServer.cpp.o
[ 43%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TServerSocket.cpp.o
[ 44%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TThreadedServer.cpp.o
[ 45%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TPipe.cpp.o
[ 46%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TPipeServer.cpp.o
[ 47%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/transport/TFileTransport.cpp.o
[ 48%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TTransportUtils.cpp.o
[ 49%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TBufferTransports.cpp.o
[ 49%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/VirtualProfiling.cpp.o
[ 50%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/server/TServer.cpp.o
[ 51%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TConnectedClient.cpp.o
[ 52%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/PosixThreadFactory.cpp.o
[ 53%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/Mutex.cpp.o
[ 53%] Building CXX object lib/cpp/CMakeFiles/thrift_static.dir/src/thrift/concurrency/Monitor.cpp.o
[ 54%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TServerFramework.cpp.o
[ 54%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TSimpleServer.cpp.o
[ 55%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TThreadPoolServer.cpp.o
[ 56%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TThreadedServer.cpp.o
[ 57%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TPipe.cpp.o
[ 57%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TPipeServer.cpp.o
[ 58%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TFileTransport.cpp.o
[ 59%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/VirtualProfiling.cpp.o
[ 60%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/server/TServer.cpp.o
[ 61%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/PosixThreadFactory.cpp.o
[ 61%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/Mutex.cpp.o
[ 62%] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/concurrency/Monitor.cpp.o
[ 63%] Linking CXX static library ../libthrift.a
[ 63%] Built target thrift_static
Scanning dependencies of target thrift-compiler
[ 64%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/main.cc.o
[ 64%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/audit/t_audit.cpp.o
[ 65%] Linking CXX shared library ../libthrift.so
[ 65%] Built target thrift
Scanning dependencies of target thriftz_static
[ 66%] Building CXX object lib/cpp/CMakeFiles/thriftz_static.dir/src/thrift/transport/TZlibTransport.cpp.o
[ 67%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_c_glib_generator.cc.o
[ 68%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_cpp_generator.cc.o
[ 69%] Building CXX object lib/cpp/CMakeFiles/thriftz_static.dir/src/thrift/protocol/THeaderProtocol.cpp.o
[ 70%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_java_generator.cc.o
[ 71%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_as3_generator.cc.o
[ 71%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_dart_generator.cc.o
[ 72%] Building CXX object lib/cpp/CMakeFiles/thriftz_static.dir/src/thrift/transport/THeaderTransport.cpp.o
[ 73%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_haxe_generator.cc.o
[ 74%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_csharp_generator.cc.o
[ 75%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_netcore_generator.cc.o
[ 75%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_py_generator.cc.o
[ 76%] Linking CXX static library ../libthriftz.a
[ 76%] Built target thriftz_static
Scanning dependencies of target thriftz
[ 77%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/transport/TZlibTransport.cpp.o
-- flatbuffers_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/flatbuffers_ep-prefix/src/flatbuffers_ep-stamp/flatbuffers_ep-build-*.log
[ 31%] Performing install step for 'flatbuffers_ep'
-- flatbuffers_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/flatbuffers_ep-prefix/src/flatbuffers_ep-stamp/flatbuffers_ep-install-*.log
[ 32%] Completed 'flatbuffers_ep'
[ 32%] Built target flatbuffers_ep
Scanning dependencies of target metadata_fbs
[ 32%] Running flatc compiler on /atom/third-party/apache-arrow/format/Message.fbs;/atom/third-party/apache-arrow/format/File.fbs;/atom/third-party/apache-arrow/format/Schema.fbs;/atom/third-party/apache-arrow/format/Tensor.fbs;/atom/third-party/apache-arrow/format/SparseTensor.fbs;/atom/third-party/apache-arrow/cpp/src/arrow/ipc/feather.fbs
[ 32%] Built target metadata_fbs
Scanning dependencies of target gen_plasma_fbs
[ 33%] Running flatc compiler on /atom/third-party/apache-arrow/cpp/src/plasma/format/plasma.fbs;/atom/third-party/apache-arrow/cpp/src/plasma/format/common.fbs
[ 33%] Built target gen_plasma_fbs
Scanning dependencies of target plasma_objlib
[ 34%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o
[ 78%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/protocol/THeaderProtocol.cpp.o
[ 34%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/common.cc.o
[ 79%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_rb_generator.cc.o
[ 80%] Building CXX object lib/cpp/CMakeFiles/thriftz.dir/src/thrift/transport/THeaderTransport.cpp.o
[ 34%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/fling.cc.o
[ 35%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o
[ 81%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_perl_generator.cc.o
[ 35%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/malloc.cc.o
[ 81%] Linking CXX shared library ../libthriftz.so
[ 81%] Built target thriftz
[ 36%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/plasma.cc.o
[ 36%] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/protocol.cc.o
[ 82%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_php_generator.cc.o
[ 83%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_erl_generator.cc.o
[ 83%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_cocoa_generator.cc.o
[ 84%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_swift_generator.cc.o
[ 85%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_st_generator.cc.o
[ 86%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_ocaml_generator.cc.o
[ 87%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_hs_generator.cc.o
[ 87%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_xsd_generator.cc.o
[ 36%] Built target plasma_objlib
[ 88%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_html_generator.cc.o
[ 89%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_js_generator.cc.o
[ 90%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_json_generator.cc.o
[ 90%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_javame_generator.cc.o
[ 91%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_delphi_generator.cc.o
[ 92%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_go_generator.cc.o
[ 93%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_d_generator.cc.o
[ 94%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_lua_generator.cc.o
[ 94%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_gv_generator.cc.o
[ 95%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_rs_generator.cc.o
[ 96%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_xml_generator.cc.o
[ 97%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/common.cc.o
[ 97%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/generate/t_generator.cc.o
[ 98%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/parse/t_typedef.cc.o
[ 99%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/thrift/parse/parse.cc.o
[100%] Linking CXX executable bin/thrift
[100%] Built target thrift-compiler
[ 36%] Performing install step for 'thrift_ep'
[  3%] Built target parse
[ 34%] Built target thrift
[ 64%] Built target thrift_static
[ 68%] Built target thriftz_static
[ 71%] Built target thriftz
[100%] Built target thrift-compiler
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/bin/thrift
-- Set runtime path of "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/bin/thrift" to "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib"
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthrift.so.0.12.0
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthrift.so
-- Set runtime path of "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthrift.so.0.12.0" to "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib"
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthrift.a
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthriftz.so.0.12.0
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthriftz.so
-- Set runtime path of "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthriftz.so.0.12.0" to "/atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib"
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/lib/libthriftz.a
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/GetTimeOfDay.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/OverlappedSubmissionThread.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/Sync.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/Operators.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/SocketPair.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/TWinsockSingleton.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/config.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/windows/WinFcntl.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/stdcxx.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TServerFramework.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TNonblockingServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TThreadedServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TThreadPoolServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TConnectedClient.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/server/TSimpleServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TOutput.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TApplicationException.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TVirtualTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TPipe.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TZlibTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TNonblockingSSLServerSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TTransportException.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/PlatformSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TServerSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TFileTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TPipeServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TServerTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/THttpTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TSimpleFileTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TFDTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TTransportUtils.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TNonblockingServerSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/THeaderTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/THttpServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TShortReadTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/THttpClient.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TSSLSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TSSLServerSocket.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TNonblockingServerTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TSocketPool.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/transport/TBufferTransports.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/thrift-config.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TDispatchProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TBinaryProtocol.tcc
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TProtocolDecorator.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TProtocolException.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/THeaderProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TMultiplexedProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TVirtualProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TCompactProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TCompactProtocol.tcc
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TJSONProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TProtocolTap.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TBinaryProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TBase64Utils.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TProtocolTypes.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/protocol/TDebugProtocol.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/Thrift.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TLogging.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TBase.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/PlatformThreadFactory.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/ThreadManager.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/Monitor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/BoostThreadFactory.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/StdThreadFactory.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/Exception.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/Thread.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/PosixThreadFactory.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/FunctionRunner.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/Mutex.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/TimerManager.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/concurrency/Util.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/TToString.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TEvhttpServer.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TAsyncBufferProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TConcurrentClientSyncInfo.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TAsyncChannel.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TEvhttpClientChannel.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TAsyncProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TAsyncDispatchProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/async/TAsyncProtocolProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/processor
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/processor/StatsProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/processor/TMultiplexedProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/processor/PeekProcessor.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/qt
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/qt/TQIODeviceTransport.h
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/qt/TQTcpServer.h
-- Up-to-date: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift
-- Installing: /atom/third-party/apache-arrow/cpp/build/thrift_ep/src/thrift_ep-install/include/thrift/config.h
[ 37%] Completed 'thrift_ep'
[ 37%] Built target thrift_ep
Scanning dependencies of target parquet-thrift-deps
[ 38%] Running thrift compiler on parquet.thrift
[WARNING:/atom/third-party/apache-arrow/cpp/src/parquet/parquet.thrift:297] The "byte" type is a compatibility alias for "i8". Use "i8" to emphasize the signedness of this type.

[ 38%] Built target parquet-thrift-deps
-- jemalloc_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-build-*.log
[ 39%] Performing install step for 'jemalloc_ep'
-- jemalloc_ep install command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-*.log
[ 39%] Completed 'jemalloc_ep'
[ 39%] Built target jemalloc_ep
Scanning dependencies of target toolchain
[ 39%] Built target toolchain
Scanning dependencies of target arrow_dependencies
[ 39%] Built target arrow_dependencies
Scanning dependencies of target arrow_python_objlib
[ 40%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/common.cc.o
[ 40%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/arrow_to_pandas.cc.o
[ 40%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/benchmark.cc.o
[ 41%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/config.cc.o
[ 42%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/deserialize.cc.o
[ 42%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/decimal.cc.o
[ 42%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/extension_type.cc.o
[ 42%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/helpers.cc.o
[ 43%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/inference.cc.o
[ 43%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/init.cc.o
[ 44%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/io.cc.o
Scanning dependencies of target arrow_objlib
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_zstd.cc.o
[ 45%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_convert.cc.o
[ 45%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/numpy_to_arrow.cc.o
[ 46%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/python_to_arrow.cc.o
[ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_zlib.cc.o
[ 46%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/pyarrow.cc.o
[ 46%] Building CXX object src/arrow/python/CMakeFiles/arrow_python_objlib.dir/serialize.cc.o
[ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_snappy.cc.o
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_brotli.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/builder.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_adaptive.cc.o
[ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_base.cc.o
[ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_binary.cc.o
[ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_decimal.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_dict.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_nested.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_primitive.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_union.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/concatenate.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/buffer.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compare.cc.o
[ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension_type.cc.o
[ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/memory_pool.cc.o
[ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/pretty_print.cc.o
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/record_batch.cc.o
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/result.cc.o
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/scalar.cc.o
[ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/sparse_tensor.cc.o
[ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/status.cc.o
[ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table.cc.o
[ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table_builder.cc.o
[ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/type.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/visitor.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/converter.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/chunker.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/column-builder.cc.o
[ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/options.cc.o
[ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/parser.cc.o
[ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/reader.cc.o
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/filesystem.cc.o
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/localfs.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/mockfs.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/path-util.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/util-internal.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/options.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/chunked-builder.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/chunker.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/converter.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/parser.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/reader.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/buffered.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/compressed.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/file.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs.cc.o
[ 65%] Built target arrow_python_objlib
Scanning dependencies of target arrow_python_static
[ 65%] Linking CXX static library ../../../release/libarrow_python.a
[ 65%] Built target arrow_python_static
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs-internal.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/interfaces.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/memory.cc.o
[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/readahead.cc.o
[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/testing/util.cc.o
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/basic_decimal.cc.o
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bit-util.cc.o
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/cpu-info.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/decimal.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/int-util.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/io-util.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/logging.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/key_value_metadata.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/memory.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/string_builder.cc.o
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/task-group.cc.o
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/thread-pool.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/trie.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/utf8.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/datetime/tz.cpp.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/context.cc.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/expression.cc.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/logical_type.cc.o
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/operation.cc.o
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate.cc.o
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/boolean.cc.o
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/cast.cc.o
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/compare.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/count.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/hash.cc.o
[ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/filter.cc.o
[ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/mean.cc.o
[ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/sum.cc.o
[ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/take.cc.o
[ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/util-internal.cc.o
[ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/operations/cast.cc.o
[ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/operations/literal.cc.o
[ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/dictionary.cc.o
[ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/feather.cc.o
[ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json-integration.cc.o
[ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json-internal.cc.o
[ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json-simple.cc.o
[ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/message.cc.o
[ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/metadata-internal.cc.o
[ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/reader.cc.o
[ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/writer.cc.o
[ 83%] Built target arrow_objlib
Scanning dependencies of target arrow_shared
Scanning dependencies of target arrow_static
[ 83%] Linking CXX static library ../../release/libarrow.a
[ 84%] Linking CXX shared library ../../release/libarrow.so
[ 84%] Built target arrow_static
Scanning dependencies of target plasma_static
Scanning dependencies of target arrow_dataset_static
Scanning dependencies of target arrow-stream-to-file
Scanning dependencies of target arrow-file-to-stream
[ 85%] Linking CXX static library ../../release/libplasma.a
[ 85%] Linking CXX static library ../../../release/libarrow_dataset.a
[ 86%] Building CXX object src/arrow/ipc/CMakeFiles/arrow-stream-to-file.dir/stream-to-file.cc.o
[ 86%] Building CXX object src/arrow/ipc/CMakeFiles/arrow-file-to-stream.dir/file-to-stream.cc.o
[ 86%] Built target plasma_static
[ 86%] Built target arrow_dataset_static
Scanning dependencies of target plasma_store_server
[ 87%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/hash_table_store.cc.o
[ 87%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/events.cc.o
[ 87%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/dlmalloc.cc.o
[ 87%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/external_store.cc.o
[ 88%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/eviction_policy.cc.o
[ 88%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/plasma_allocator.cc.o
[ 88%] Building CXX object src/plasma/CMakeFiles/plasma_store_server.dir/store.cc.o
[ 89%] Building C object src/plasma/CMakeFiles/plasma_store_server.dir/thirdparty/ae/ae.c.o
[ 89%] Built target arrow_shared
Scanning dependencies of target arrow_dataset_shared
Scanning dependencies of target arrow_python_shared
Scanning dependencies of target plasma_shared
[ 90%] Linking CXX shared library ../../release/libplasma.so
[ 90%] Linking CXX shared library ../../../release/libarrow_dataset.so
[ 91%] Linking CXX shared library ../../../release/libarrow_python.so
Scanning dependencies of target parquet_objlib
[ 91%] Built target arrow_dataset_shared
[ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader.cc.o
[ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/record_reader.cc.o
[ 92%] Linking CXX executable ../../../release/arrow-file-to-stream
[ 92%] Built target plasma_shared
[ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema.cc.o
[ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/writer.cc.o
[ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/bloom_filter.cc.o
[ 93%] Linking CXX executable ../../../release/arrow-stream-to-file
[ 93%] Built target arrow_python_shared
[ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_reader.cc.o
[ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_scanner.cc.o
[ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_writer.cc.o
[ 94%] Built target arrow-file-to-stream
[ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/deprecated_io.cc.o
[ 95%] Built target arrow-stream-to-file
[ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encoding.cc.o
[ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_reader.cc.o
[ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_writer.cc.o
[ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/metadata.cc.o
[ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/murmur3.cc.o
[ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/parquet_constants.cpp.o
[ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/parquet_types.cpp.o
[ 97%] Linking CXX executable ../../release/plasma_store_server
[ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/platform.cc.o
[ 98%] Built target plasma_store_server
[ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/printer.cc.o
[ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/properties.cc.o
[ 99%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/schema.cc.o
[ 99%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/statistics.cc.o
[100%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/types.cc.o
[100%] Built target parquet_objlib
Scanning dependencies of target parquet_shared
Scanning dependencies of target parquet_static
[100%] Linking CXX static library ../../release/libparquet.a
[100%] Linking CXX shared library ../../release/libparquet.so
[100%] Built target parquet_static
[100%] Built target parquet_shared
[  3%] Built target double-conversion_ep
[  6%] Built target rapidjson_ep
[  9%] Built target gflags_ep
[ 12%] Built target jemalloc_ep
[ 15%] Built target snappy_ep
[ 18%] Built target brotli_ep
[ 21%] Built target glog_ep
[ 24%] Built target flatbuffers_ep
[ 27%] Built target thrift_ep
[ 28%] Performing update step for 'lz4_ep'
[ 29%] No configure step for 'lz4_ep'
[ 29%] Performing build step for 'lz4_ep'
-- lz4_ep build command succeeded.  See also /atom/third-party/apache-arrow/cpp/build/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-build-*.log
[ 30%] No install step for 'lz4_ep'
[ 30%] Completed 'lz4_ep'
[ 30%] Built target lz4_ep
[ 34%] Built target zstd_ep
[ 34%] Built target metadata_fbs
[ 34%] Built target toolchain
[ 34%] Built target arrow_dependencies
Scanning dependencies of target arrow_objlib
[ 35%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o
[ 72%] Built target arrow_objlib
[ 72%] Linking CXX static library ../../release/libarrow.a
[ 72%] Built target arrow_static
[ 73%] Built target gen_plasma_fbs
[ 76%] Built target plasma_objlib
[ 77%] Built target plasma_static
[ 78%] Linking CXX shared library ../../release/libarrow.so
[ 78%] Built target arrow_shared
[ 78%] Linking CXX shared library ../../release/libplasma.so
[ 78%] Built target plasma_shared
[ 78%] Linking CXX executable ../../release/plasma_store_server
[ 81%] Built target plasma_store_server
[ 81%] Linking CXX executable ../../../release/arrow-file-to-stream
[ 81%] Built target arrow-file-to-stream
[ 81%] Linking CXX executable ../../../release/arrow-stream-to-file
[ 82%] Built target arrow-stream-to-file
[ 82%] Built target arrow_dataset_objlib
[ 83%] Linking CXX shared library ../../../release/libarrow_dataset.so
[ 83%] Built target arrow_dataset_shared
[ 83%] Built target arrow_dataset_static
[ 89%] Built target arrow_python_objlib
[ 89%] Built target arrow_python_static
[ 90%] Linking CXX shared library ../../../release/libarrow_python.so
[ 90%] Built target arrow_python_shared
[ 91%] Built target parquet-thrift-deps
[100%] Built target parquet_objlib
[100%] Linking CXX shared library ../../release/libparquet.so
[100%] Built target parquet_shared
[100%] Built target parquet_static
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /usr/local/include/arrow/util/config.h
-- Installing: /usr/local/lib/cmake/arrow/arrowTargets.cmake
-- Installing: /usr/local/lib/cmake/arrow/arrowTargets-release.cmake
-- Installing: /usr/local/lib/cmake/arrow/arrowConfig.cmake
-- Installing: /usr/local/lib/cmake/arrow/arrowConfigVersion.cmake
-- Installing: /usr/local/lib/libplasma.so.14.0.0
-- Installing: /usr/local/lib/libplasma.so.14
-- Installing: /usr/local/lib/libplasma.so
-- Set runtime path of "/usr/local/lib/libplasma.so.14.0.0" to ""
-- Installing: /usr/local/lib/libplasma.a
-- Installing: /usr/local/include/plasma/common.h
-- Installing: /usr/local/include/plasma/compat.h
-- Installing: /usr/local/include/plasma/client.h
-- Installing: /usr/local/include/plasma/events.h
-- Installing: /usr/local/include/plasma/test-util.h
-- Installing: /usr/local/bin/plasma_store_server
-- Installing: /usr/local/lib/pkgconfig/plasma.pc
-- Installing: /usr/local/lib/libarrow.so.14.0.0
-- Installing: /usr/local/lib/libarrow.so.14
-- Installing: /usr/local/lib/libarrow.so
-- Installing: /usr/local/lib/libarrow.a
-- Installing: /usr/local/include/arrow/allocator.h
-- Installing: /usr/local/include/arrow/api.h
-- Installing: /usr/local/include/arrow/array.h
-- Installing: /usr/local/include/arrow/buffer-builder.h
-- Installing: /usr/local/include/arrow/buffer.h
-- Installing: /usr/local/include/arrow/builder.h
-- Installing: /usr/local/include/arrow/compare.h
-- Installing: /usr/local/include/arrow/extension_type.h
-- Installing: /usr/local/include/arrow/memory_pool-test.h
-- Installing: /usr/local/include/arrow/memory_pool.h
-- Installing: /usr/local/include/arrow/pretty_print.h
-- Installing: /usr/local/include/arrow/record_batch.h
-- Installing: /usr/local/include/arrow/result.h
-- Installing: /usr/local/include/arrow/scalar.h
-- Installing: /usr/local/include/arrow/sparse_tensor.h
-- Installing: /usr/local/include/arrow/status.h
-- Installing: /usr/local/include/arrow/stl.h
-- Installing: /usr/local/include/arrow/table.h
-- Installing: /usr/local/include/arrow/table_builder.h
-- Installing: /usr/local/include/arrow/tensor.h
-- Installing: /usr/local/include/arrow/type.h
-- Installing: /usr/local/include/arrow/type_fwd.h
-- Installing: /usr/local/include/arrow/type_traits.h
-- Installing: /usr/local/include/arrow/visitor.h
-- Installing: /usr/local/include/arrow/visitor_inline.h
-- Installing: /usr/local/lib/pkgconfig/arrow.pc
-- Installing: /usr/local/include/arrow/testing/gtest_common.h
-- Installing: /usr/local/include/arrow/testing/gtest_util.h
-- Installing: /usr/local/include/arrow/testing/random.h
-- Installing: /usr/local/include/arrow/testing/util.h
-- Installing: /usr/local/include/arrow/compute/api.h
-- Installing: /usr/local/include/arrow/compute/benchmark-util.h
-- Installing: /usr/local/include/arrow/compute/context.h
-- Installing: /usr/local/include/arrow/compute/expression.h
-- Installing: /usr/local/include/arrow/compute/kernel.h
-- Installing: /usr/local/include/arrow/compute/logical_type.h
-- Installing: /usr/local/include/arrow/compute/operation.h
-- Installing: /usr/local/include/arrow/compute/test-util.h
-- Installing: /usr/local/include/arrow/compute/type_fwd.h
-- Installing: /usr/local/lib/pkgconfig/arrow-compute.pc
-- Installing: /usr/local/include/arrow/compute/kernels/aggregate.h
-- Installing: /usr/local/include/arrow/compute/kernels/boolean.h
-- Installing: /usr/local/include/arrow/compute/kernels/cast.h
-- Installing: /usr/local/include/arrow/compute/kernels/compare.h
-- Installing: /usr/local/include/arrow/compute/kernels/count.h
-- Installing: /usr/local/include/arrow/compute/kernels/filter.h
-- Installing: /usr/local/include/arrow/compute/kernels/hash.h
-- Installing: /usr/local/include/arrow/compute/kernels/mean.h
-- Installing: /usr/local/include/arrow/compute/kernels/sum.h
-- Installing: /usr/local/include/arrow/compute/kernels/take.h
-- Installing: /usr/local/include/arrow/ipc/api.h
-- Installing: /usr/local/include/arrow/ipc/dictionary.h
-- Installing: /usr/local/include/arrow/ipc/feather.h
-- Installing: /usr/local/include/arrow/ipc/json-integration.h
-- Installing: /usr/local/include/arrow/ipc/json-simple.h
-- Installing: /usr/local/include/arrow/ipc/message.h
-- Installing: /usr/local/include/arrow/ipc/reader.h
-- Installing: /usr/local/include/arrow/ipc/test-common.h
-- Installing: /usr/local/include/arrow/ipc/util.h
-- Installing: /usr/local/include/arrow/ipc/writer.h
-- Installing: /usr/local/include/arrow/array/builder_adaptive.h
-- Installing: /usr/local/include/arrow/array/builder_base.h
-- Installing: /usr/local/include/arrow/array/builder_binary.h
-- Installing: /usr/local/include/arrow/array/builder_decimal.h
-- Installing: /usr/local/include/arrow/array/builder_dict.h
-- Installing: /usr/local/include/arrow/array/builder_nested.h
-- Installing: /usr/local/include/arrow/array/builder_primitive.h
-- Installing: /usr/local/include/arrow/array/builder_time.h
-- Installing: /usr/local/include/arrow/array/builder_union.h
-- Installing: /usr/local/include/arrow/array/concatenate.h
-- Installing: /usr/local/include/arrow/csv/api.h
-- Installing: /usr/local/include/arrow/csv/chunker.h
-- Installing: /usr/local/include/arrow/csv/column-builder.h
-- Installing: /usr/local/include/arrow/csv/converter.h
-- Installing: /usr/local/include/arrow/csv/options.h
-- Installing: /usr/local/include/arrow/csv/parser.h
-- Installing: /usr/local/include/arrow/csv/reader.h
-- Installing: /usr/local/include/arrow/csv/test-common.h
-- Installing: /usr/local/include/arrow/filesystem/filesystem.h
-- Installing: /usr/local/include/arrow/filesystem/localfs.h
-- Installing: /usr/local/include/arrow/filesystem/mockfs.h
-- Installing: /usr/local/include/arrow/filesystem/path-util.h
-- Installing: /usr/local/include/arrow/filesystem/test-util.h
-- Installing: /usr/local/include/arrow/json/api.h
-- Installing: /usr/local/include/arrow/json/chunked-builder.h
-- Installing: /usr/local/include/arrow/json/chunker.h
-- Installing: /usr/local/include/arrow/json/converter.h
-- Installing: /usr/local/include/arrow/json/options.h
-- Installing: /usr/local/include/arrow/json/parser.h
-- Installing: /usr/local/include/arrow/json/rapidjson-defs.h
-- Installing: /usr/local/include/arrow/json/reader.h
-- Installing: /usr/local/include/arrow/json/test-common.h
-- Installing: /usr/local/include/arrow/io/api.h
-- Installing: /usr/local/include/arrow/io/buffered.h
-- Installing: /usr/local/include/arrow/io/compressed.h
-- Installing: /usr/local/include/arrow/io/file.h
-- Installing: /usr/local/include/arrow/io/hdfs.h
-- Installing: /usr/local/include/arrow/io/interfaces.h
-- Installing: /usr/local/include/arrow/io/memory.h
-- Installing: /usr/local/include/arrow/io/mman.h
-- Installing: /usr/local/include/arrow/io/readahead.h
-- Installing: /usr/local/include/arrow/io/test-common.h
-- Installing: /usr/local/include/arrow/util/basic_decimal.h
-- Installing: /usr/local/include/arrow/util/bit-stream-utils.h
-- Installing: /usr/local/include/arrow/util/bit-util.h
-- Installing: /usr/local/include/arrow/util/bpacking.h
-- Installing: /usr/local/include/arrow/util/checked_cast.h
-- Installing: /usr/local/include/arrow/util/compiler-util.h
-- Installing: /usr/local/include/arrow/util/compression.h
-- Installing: /usr/local/include/arrow/util/compression_brotli.h
-- Installing: /usr/local/include/arrow/util/compression_bz2.h
-- Installing: /usr/local/include/arrow/util/compression_lz4.h
-- Installing: /usr/local/include/arrow/util/compression_snappy.h
-- Installing: /usr/local/include/arrow/util/compression_zlib.h
-- Installing: /usr/local/include/arrow/util/compression_zstd.h
-- Installing: /usr/local/include/arrow/util/cpu-info.h
-- Installing: /usr/local/include/arrow/util/decimal.h
-- Installing: /usr/local/include/arrow/util/hash-util.h
-- Installing: /usr/local/include/arrow/util/hashing.h
-- Installing: /usr/local/include/arrow/util/int-util.h
-- Installing: /usr/local/include/arrow/util/interfaces.h
-- Installing: /usr/local/include/arrow/util/io-util.h
-- Installing: /usr/local/include/arrow/util/iterator.h
-- Installing: /usr/local/include/arrow/util/key_value_metadata.h
-- Installing: /usr/local/include/arrow/util/lazy.h
-- Installing: /usr/local/include/arrow/util/logging.h
-- Installing: /usr/local/include/arrow/util/macros.h
-- Installing: /usr/local/include/arrow/util/memory.h
-- Installing: /usr/local/include/arrow/util/neon-util.h
-- Installing: /usr/local/include/arrow/util/parallel.h
-- Installing: /usr/local/include/arrow/util/parsing.h
-- Installing: /usr/local/include/arrow/util/rle-encoding.h
-- Installing: /usr/local/include/arrow/util/sse-util.h
-- Installing: /usr/local/include/arrow/util/stl.h
-- Installing: /usr/local/include/arrow/util/stopwatch.h
-- Installing: /usr/local/include/arrow/util/string.h
-- Installing: /usr/local/include/arrow/util/string_builder.h
-- Installing: /usr/local/include/arrow/util/string_view.h
-- Installing: /usr/local/include/arrow/util/task-group.h
-- Installing: /usr/local/include/arrow/util/thread-pool.h
-- Installing: /usr/local/include/arrow/util/trie.h
-- Installing: /usr/local/include/arrow/util/type_traits.h
-- Installing: /usr/local/include/arrow/util/ubsan.h
-- Installing: /usr/local/include/arrow/util/uri.h
-- Installing: /usr/local/include/arrow/util/utf8.h
-- Installing: /usr/local/include/arrow/util/variant.h
-- Installing: /usr/local/include/arrow/util/visibility.h
-- Installing: /usr/local/include/arrow/util/windows_compatibility.h
-- Installing: /usr/local/include/arrow/vendored/datetime.h
-- Installing: /usr/local/include/arrow/vendored/string_view.hpp
-- Installing: /usr/local/include/arrow/vendored/variant.hpp
-- Installing: /usr/local/include/arrow/vendored/datetime/date.h
-- Installing: /usr/local/include/arrow/vendored/datetime/ios.h
-- Installing: /usr/local/include/arrow/vendored/datetime/tz.h
-- Installing: /usr/local/include/arrow/vendored/datetime/tz_private.h
-- Installing: /usr/local/include/arrow/vendored/datetime/visibility.h
-- Installing: /usr/local/include/arrow/dataset/api.h
-- Installing: /usr/local/include/arrow/dataset/dataset.h
-- Installing: /usr/local/include/arrow/dataset/discovery.h
-- Installing: /usr/local/include/arrow/dataset/disk_store.h
-- Installing: /usr/local/include/arrow/dataset/file_base.h
-- Installing: /usr/local/include/arrow/dataset/file_csv.h
-- Installing: /usr/local/include/arrow/dataset/file_feather.h
-- Installing: /usr/local/include/arrow/dataset/file_json.h
-- Installing: /usr/local/include/arrow/dataset/file_parquet.h
-- Installing: /usr/local/include/arrow/dataset/filter.h
-- Installing: /usr/local/include/arrow/dataset/partition.h
-- Installing: /usr/local/include/arrow/dataset/scanner.h
-- Installing: /usr/local/include/arrow/dataset/transaction.h
-- Installing: /usr/local/include/arrow/dataset/type_fwd.h
-- Installing: /usr/local/include/arrow/dataset/visibility.h
-- Installing: /usr/local/include/arrow/dataset/writer.h
-- Installing: /usr/local/lib/pkgconfig/arrow-dataset.pc
-- Installing: /usr/local/lib/libarrow_dataset.so.14.0.0
-- Installing: /usr/local/lib/libarrow_dataset.so.14
-- Installing: /usr/local/lib/libarrow_dataset.so
-- Set runtime path of "/usr/local/lib/libarrow_dataset.so.14.0.0" to ""
-- Installing: /usr/local/lib/libarrow_dataset.a
-- Installing: /usr/local/lib/libarrow_python.so.14.0.0
-- Installing: /usr/local/lib/libarrow_python.so.14
-- Installing: /usr/local/lib/libarrow_python.so
-- Set runtime path of "/usr/local/lib/libarrow_python.so.14.0.0" to ""
-- Installing: /usr/local/lib/libarrow_python.a
-- Installing: /usr/local/include/arrow/python/api.h
-- Installing: /usr/local/include/arrow/python/arrow_to_pandas.h
-- Installing: /usr/local/include/arrow/python/benchmark.h
-- Installing: /usr/local/include/arrow/python/common.h
-- Installing: /usr/local/include/arrow/python/config.h
-- Installing: /usr/local/include/arrow/python/decimal.h
-- Installing: /usr/local/include/arrow/python/deserialize.h
-- Installing: /usr/local/include/arrow/python/extension_type.h
-- Installing: /usr/local/include/arrow/python/flight.h
-- Installing: /usr/local/include/arrow/python/helpers.h
-- Installing: /usr/local/include/arrow/python/inference.h
-- Installing: /usr/local/include/arrow/python/init.h
-- Installing: /usr/local/include/arrow/python/io.h
-- Installing: /usr/local/include/arrow/python/iterators.h
-- Installing: /usr/local/include/arrow/python/numpy_convert.h
-- Installing: /usr/local/include/arrow/python/numpy_interop.h
-- Installing: /usr/local/include/arrow/python/numpy_to_arrow.h
-- Installing: /usr/local/include/arrow/python/platform.h
-- Installing: /usr/local/include/arrow/python/pyarrow.h
-- Installing: /usr/local/include/arrow/python/pyarrow_api.h
-- Installing: /usr/local/include/arrow/python/pyarrow_lib.h
-- Installing: /usr/local/include/arrow/python/python_to_arrow.h
-- Installing: /usr/local/include/arrow/python/serialize.h
-- Installing: /usr/local/include/arrow/python/type_traits.h
-- Installing: /usr/local/include/arrow/python/visibility.h
-- Installing: /usr/local/lib/pkgconfig/arrow-python.pc
-- Installing: /usr/local/lib/libparquet.so.14.0.0
-- Installing: /usr/local/lib/libparquet.so.14
-- Installing: /usr/local/lib/libparquet.so
-- Set runtime path of "/usr/local/lib/libparquet.so.14.0.0" to ""
-- Installing: /usr/local/lib/libparquet.a
-- Installing: /usr/local/include/parquet/bloom_filter.h
-- Installing: /usr/local/include/parquet/column_page.h
-- Installing: /usr/local/include/parquet/column_reader.h
-- Installing: /usr/local/include/parquet/column_scanner.h
-- Installing: /usr/local/include/parquet/column_writer.h
-- Installing: /usr/local/include/parquet/deprecated_io.h
-- Installing: /usr/local/include/parquet/encoding.h
-- Installing: /usr/local/include/parquet/exception.h
-- Installing: /usr/local/include/parquet/file_reader.h
-- Installing: /usr/local/include/parquet/file_writer.h
-- Installing: /usr/local/include/parquet/hasher.h
-- Installing: /usr/local/include/parquet/metadata.h
-- Installing: /usr/local/include/parquet/murmur3.h
-- Installing: /usr/local/include/parquet/platform.h
-- Installing: /usr/local/include/parquet/printer.h
-- Installing: /usr/local/include/parquet/properties.h
-- Installing: /usr/local/include/parquet/schema.h
-- Installing: /usr/local/include/parquet/statistics.h
-- Installing: /usr/local/include/parquet/test-util.h
-- Installing: /usr/local/include/parquet/thrift.h
-- Installing: /usr/local/include/parquet/types.h
-- Installing: /usr/local/include/parquet/windows_compatibility.h
-- Installing: /usr/local/include/parquet/parquet_version.h
-- Installing: /usr/local/lib/pkgconfig/parquet.pc
-- Installing: /usr/local/include/parquet/api/io.h
-- Installing: /usr/local/include/parquet/api/reader.h
-- Installing: /usr/local/include/parquet/api/schema.h
-- Installing: /usr/local/include/parquet/api/writer.h
-- Installing: /usr/local/include/parquet/arrow/reader.h
-- Installing: /usr/local/include/parquet/arrow/record_reader.h
-- Installing: /usr/local/include/parquet/arrow/schema.h
-- Installing: /usr/local/include/parquet/arrow/test-util.h
-- Installing: /usr/local/include/parquet/arrow/writer.h
running build_ext
creating build
creating build/temp.linux-x86_64-3.6
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/usr/bin/python3  -DPYARROW_BUILD_PARQUET=on -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /atom/third-party/apache-arrow/python
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiler command: env LANG=C /usr/bin/c++ -v
-- Compiler version: Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 

-- Compiler id: GNU
Selected compiler gcc 7.4.0
-- Performing Test CXX_SUPPORTS_SSE4_2
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_ALTIVEC
-- Performing Test CXX_SUPPORTS_ALTIVEC - Failed
-- Performing Test CXX_SUPPORTS_ARMCRC
-- Performing Test CXX_SUPPORTS_ARMCRC - Failed
-- Arrow build warning level: PRODUCTION
Using ld linker
Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: RELEASE
-- Build output directory: /atom/third-party/apache-arrow/python/build/temp.linux-x86_64-3.6/release
-- Found PythonInterp: /usr/bin/python3 (found version "3.6.8") 
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu
-- Looking for python3.6m
-- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found PythonLibs: /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found NumPy: version "1.18.1" /usr/local/lib/python3.6/dist-packages/numpy/core/include
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu
-- Looking for python3.6m
-- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Found the Arrow core library: /usr/local/lib/libarrow.so
-- Found the Arrow Python library: /usr/local/lib/libarrow_python.so
-- Added shared library dependency arrow_shared: /usr/local/lib/libarrow.so
-- Added shared library dependency arrow_python_shared: /usr/local/lib/libarrow_python.so
-- Found the Parquet library: /usr/local/lib/libparquet.so
-- Added shared library dependency parquet_shared: /usr/local/lib/libparquet.so
-- Configuring done
-- Generating done
-- Build files have been written to: /atom/third-party/apache-arrow/python/build/temp.linux-x86_64-3.6
-- Finished cmake for pyarrow
-- Running cmake --build for pyarrow
cmake --build . --config release --
Scanning dependencies of target lib_pyx
[  8%] Compiling Cython CXX source for lib...
[  8%] Built target lib_pyx
Scanning dependencies of target lib
[ 16%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
[ 25%] Linking CXX shared module release/lib.cpython-36m-x86_64-linux-gnu.so
[ 25%] Built target lib
Scanning dependencies of target _parquet_pyx
[ 33%] Compiling Cython CXX source for _parquet...
[ 33%] Built target _parquet_pyx
Scanning dependencies of target _parquet
[ 41%] Building CXX object CMakeFiles/_parquet.dir/_parquet.cpp.o
[ 50%] Linking CXX shared module release/_parquet.cpython-36m-x86_64-linux-gnu.so
[ 50%] Built target _parquet
Scanning dependencies of target _csv_pyx
[ 58%] Compiling Cython CXX source for _csv...
[ 58%] Built target _csv_pyx
Scanning dependencies of target _csv
[ 66%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
[ 75%] Linking CXX shared module release/_csv.cpython-36m-x86_64-linux-gnu.so
[ 75%] Built target _csv
Scanning dependencies of target _json_pyx
[ 83%] Compiling Cython CXX source for _json...
[ 83%] Built target _json_pyx
Scanning dependencies of target _json
[ 91%] Building CXX object CMakeFiles/_json.dir/_json.cpp.o
[100%] Linking CXX shared module release/_json.cpython-36m-x86_64-linux-gnu.so
[100%] Built target _json
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  warnings.warn(msg)
-- Finished cmake --build for pyarrow
Bundling includes: release/include
Moving generated C++ source lib.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/lib.cpp
Moving built C-extension release/lib.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so
Moving generated C++ source _csv.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_csv.cpp
Moving built C-extension release/_csv.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_csv.cpython-36m-x86_64-linux-gnu.so
Moving generated C++ source _json.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_json.cpp
Moving built C-extension release/_json.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_json.cpython-36m-x86_64-linux-gnu.so
Did not find release/_cuda.cpython-36m-x86_64-linux-gnu.so
Cython module _cuda failure permitted
Did not find release/_flight.cpython-36m-x86_64-linux-gnu.so
Cython module _flight failure permitted
Moving generated C++ source _parquet.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpp
Moving built C-extension release/_parquet.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so
Did not find release/_orc.cpython-36m-x86_64-linux-gnu.so
Cython module _orc failure permitted
Did not find release/_plasma.cpython-36m-x86_64-linux-gnu.so
Cython module _plasma failure permitted
Did not find release/gandiva.cpython-36m-x86_64-linux-gnu.so
Cython module gandiva failure permitted
running install
running bdist_egg
running egg_info
creating pyarrow.egg-info
writing pyarrow.egg-info/PKG-INFO
writing dependency_links to pyarrow.egg-info/dependency_links.txt
writing entry points to pyarrow.egg-info/entry_points.txt
writing requirements to pyarrow.egg-info/requires.txt
writing top-level names to pyarrow.egg-info/top_level.txt
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  warnings.warn(msg)
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
no previously-included directories found matching '.asv'
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying pyarrow/feather.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/plasma.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/compat.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/hdfs.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/cuda.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/serialization.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/parquet.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/json.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/types.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/ipc.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/__init__.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/orc.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/csv.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/benchmark.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/jvm.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/util.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/filesystem.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/flight.py -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-3.6/pyarrow
creating build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_pandas.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_json.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_parquet.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_gandiva.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_hdfs.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_flight.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_plasma.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_compute.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/util.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_strategies.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_serialization.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/strategies.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_extension_type.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/tests/test_filesystem.py -> build/lib.linux-x86_64-3.6/pyarrow/tests
copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_json.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/array.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/builder.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/error.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/feather.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/io-hdfs.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/io.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/lib.pxd -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/lib.pyx -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/memory.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/table.pxi -> build/lib.linux-x86_64-3.6/pyarrow
copying pyarrow/types.pxi -> build/lib.linux-x86_64-3.6/pyarrow
creating build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/libarrow_flight.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
copying pyarrow/includes/libgandiva.pxd -> build/lib.linux-x86_64-3.6/pyarrow/includes
creating build/lib.linux-x86_64-3.6/pyarrow/tensorflow
copying pyarrow/tensorflow/plasma_op.cc -> build/lib.linux-x86_64-3.6/pyarrow/tensorflow
copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-3.6/pyarrow/tests
creating build/lib.linux-x86_64-3.6/pyarrow/tests/data
creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.orc -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc
creating build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet
running build_ext
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/usr/bin/python3  -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /atom/third-party/apache-arrow/python
-- Compiler command: env LANG=C /usr/bin/c++ -v
-- Compiler version: Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 

-- Compiler id: GNU
Selected compiler gcc 7.4.0
-- Arrow build warning level: PRODUCTION
Using ld linker
Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: RELEASE
-- Build output directory: /atom/third-party/apache-arrow/python/build/temp.linux-x86_64-3.6/release
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu
-- Looking for python3.6m
-- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu
-- Looking for python3.6m
-- Found Python lib /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so
-- Found the Arrow core library: /usr/local/lib/libarrow.so
-- Found the Arrow Python library: /usr/local/lib/libarrow_python.so
-- Added shared library dependency arrow_shared: /usr/local/lib/libarrow.so
-- Added shared library dependency arrow_python_shared: /usr/local/lib/libarrow_python.so
-- Found the Parquet library: /usr/local/lib/libparquet.so
-- Added shared library dependency parquet_shared: /usr/local/lib/libparquet.so
-- Configuring done
-- Generating done
-- Build files have been written to: /atom/third-party/apache-arrow/python/build/temp.linux-x86_64-3.6
-- Finished cmake for pyarrow
-- Running cmake --build for pyarrow
cmake --build . --config release --
[  8%] Compiling Cython CXX source for lib...
[  8%] Built target lib_pyx
Scanning dependencies of target lib
[ 16%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
[ 25%] Linking CXX shared module release/lib.cpython-36m-x86_64-linux-gnu.so
[ 25%] Built target lib
[ 33%] Compiling Cython CXX source for _parquet...
[ 33%] Built target _parquet_pyx
Scanning dependencies of target _parquet
[ 41%] Building CXX object CMakeFiles/_parquet.dir/_parquet.cpp.o
[ 50%] Linking CXX shared module release/_parquet.cpython-36m-x86_64-linux-gnu.so
[ 50%] Built target _parquet
[ 58%] Compiling Cython CXX source for _csv...
[ 58%] Built target _csv_pyx
Scanning dependencies of target _csv
[ 66%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
[ 75%] Linking CXX shared module release/_csv.cpython-36m-x86_64-linux-gnu.so
[ 75%] Built target _csv
[ 83%] Compiling Cython CXX source for _json...
[ 83%] Built target _json_pyx
Scanning dependencies of target _json
[ 91%] Building CXX object CMakeFiles/_json.dir/_json.cpp.o
[100%] Linking CXX shared module release/_json.cpython-36m-x86_64-linux-gnu.so
[100%] Built target _json
-- Finished cmake --build for pyarrow
Bundling includes: release/include
Moving generated C++ source lib.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/lib.cpp
Moving built C-extension release/lib.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so
Moving generated C++ source _csv.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_csv.cpp
Moving built C-extension release/_csv.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_csv.cpython-36m-x86_64-linux-gnu.so
Moving generated C++ source _json.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_json.cpp
Moving built C-extension release/_json.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_json.cpython-36m-x86_64-linux-gnu.so
Did not find release/_cuda.cpython-36m-x86_64-linux-gnu.so
Cython module _cuda failure permitted
Did not find release/_flight.cpython-36m-x86_64-linux-gnu.so
Cython module _flight failure permitted
Moving generated C++ source _parquet.cpp to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpp
Moving built C-extension release/_parquet.cpython-36m-x86_64-linux-gnu.so to build path /atom/third-party/apache-arrow/python/build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so
Did not find release/_orc.cpython-36m-x86_64-linux-gnu.so
Cython module _orc failure permitted
Did not find release/_plasma.cpython-36m-x86_64-linux-gnu.so
Cython module _plasma failure permitted
Did not find release/gandiva.cpython-36m-x86_64-linux-gnu.so
Cython module gandiva failure permitted
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/feather.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/plasma.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/public-api.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/memory.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/compat.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/builder.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/ipc.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_parquet.pxd -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/hdfs.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_cuda.pxd -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/cuda.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_json.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/serialization.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/array.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/lib.pxd -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/table.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_csv.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/parquet.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/json.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/types.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/serialization.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/types.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/lib.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/pandas_compat.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/ipc.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/benchmark.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/lib.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_plasma.pyx -> build/bdist.linux-x86_64/egg/pyarrow
creating build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_pandas.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/pyarrow_cython_example.pyx -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_builder.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_deprecations.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_tensor.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/conftest.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_feather.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_json.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_cuda_numba_interop.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_parquet.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_schema.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_jvm.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_table.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_convert_builtin.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_cuda.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_plasma_tf_op.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_scalars.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_gandiva.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_hdfs.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_csv.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_flight.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_plasma.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/__init__.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_misc.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_io.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_memory.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_compute.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/pandas_examples.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_orc.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/deserialize_buffer.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
creating build/bdist.linux-x86_64/egg/pyarrow/tests/data
creating build/bdist.linux-x86_64/egg/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet/v0.7.1.parquet -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/parquet
creating build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/README.md -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/decimal.jsn.gz -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/decimal.orc -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/bdist.linux-x86_64/egg/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_cython.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/util.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_array.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_types.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_strategies.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_serialization.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/strategies.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_extension_type.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_ipc.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/tests/test_filesystem.py -> build/bdist.linux-x86_64/egg/pyarrow/tests
copying build/lib.linux-x86_64-3.6/pyarrow/lib.cpp -> build/bdist.linux-x86_64/egg/pyarrow
creating build/bdist.linux-x86_64/egg/pyarrow/include
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/visitor_inline.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/result.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/tensor.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/testing/random.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/testing/gtest_util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/testing/util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/testing/gtest_common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/buffer.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compare.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/memory_pool-test.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/memory_pool.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/sparse_tensor.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/pretty_print.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/string_view.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/parallel.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/uri.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/decimal.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/sse-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/macros.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/utf8.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_zstd.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/ubsan.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/rle-encoding.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_bz2.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/task-group.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/trie.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/stopwatch.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/memory.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/bit-stream-utils.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/basic_decimal.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/neon-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_lz4.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/hash-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/bit-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/variant.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/type_traits.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/thread-pool.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compiler-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/bpacking.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/logging.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/int-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_zlib.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/windows_compatibility.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/string_builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_brotli.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/interfaces.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/compression_snappy.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/string.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/parsing.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/io-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/lazy.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/config.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/key_value_metadata.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/visibility.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/cpu-info.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/iterator.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/hashing.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/stl.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/util/checked_cast.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/util
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/mman.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/memory.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/compressed.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/file.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/interfaces.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/test-common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/hdfs.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/readahead.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/io/buffered.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/io
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/converter.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/chunker.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/options.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/parser.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/rapidjson-defs.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/reader.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/test-common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/json/chunked-builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/status.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/filesystem/test-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/filesystem/mockfs.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/filesystem/filesystem.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/filesystem/localfs.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/filesystem/path-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/type_traits.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/visitor.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/buffer-builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/type_fwd.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/type.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/record_batch.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/io.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/deserialize.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/iterators.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/decimal.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/pyarrow_lib.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/python_to_arrow.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/arrow_to_pandas.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/init.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/benchmark.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/type_traits.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/numpy_convert.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/platform.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/serialize.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/pyarrow.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/numpy_interop.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/extension_type.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/numpy_to_arrow.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/pyarrow_api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/inference.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/config.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/helpers.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/visibility.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/python/flight.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/python
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/json-simple.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/feather.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/reader.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/test-common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/json-integration.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/dictionary.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/writer.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/ipc/message.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/scalar.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/logical_type.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/expression.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/context.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/benchmark-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/test-util.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernel.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/count.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/boolean.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/hash.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/compare.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/mean.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/sum.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/cast.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/filter.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/aggregate.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/kernels/take.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute/kernels
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/type_fwd.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/compute/operation.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/compute
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/string_view.hpp -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/variant.hpp -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime/date.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime/ios.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime/tz_private.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime/tz.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/vendored/datetime/visibility.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/table_builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/disk_store.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/file_json.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/file_csv.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/file_base.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/transaction.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/discovery.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/dataset.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/type_fwd.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/scanner.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/filter.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/writer.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/file_parquet.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/partition.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/visibility.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/dataset/file_feather.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/converter.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/chunker.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/column-builder.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/options.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/parser.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/api.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/reader.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/csv/test-common.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/allocator.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/extension_type.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
creating build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_primitive.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_base.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_dict.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_decimal.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/concatenate.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_time.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_nested.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_union.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_binary.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/array/builder_adaptive.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/table.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/include/arrow/stl.h -> build/bdist.linux-x86_64/egg/pyarrow/include/arrow
copying build/lib.linux-x86_64-3.6/pyarrow/error.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/__init__.pxd -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_cuda.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_flight.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/io.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_orc.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_csv.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/__init__.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/orc.py -> build/bdist.linux-x86_64/egg/pyarrow
creating build/bdist.linux-x86_64/egg/pyarrow/tensorflow
copying build/lib.linux-x86_64-3.6/pyarrow/tensorflow/plasma_op.cc -> build/bdist.linux-x86_64/egg/pyarrow/tensorflow
copying build/lib.linux-x86_64-3.6/pyarrow/_orc.pxd -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_json.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/csv.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/benchmark.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/feather.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/io-hdfs.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/pandas-shim.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_parquet.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/scalar.pxi -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_generated_version.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/gandiva.pyx -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/jvm.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/util.py -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_json.cpp -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_parquet.cpp -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/_csv.cpp -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/filesystem.py -> build/bdist.linux-x86_64/egg/pyarrow
creating build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/libarrow_flight.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/libarrow_cuda.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/__init__.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/common.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/libarrow.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/includes/libgandiva.pxd -> build/bdist.linux-x86_64/egg/pyarrow/includes
copying build/lib.linux-x86_64-3.6/pyarrow/lib_api.h -> build/bdist.linux-x86_64/egg/pyarrow
copying build/lib.linux-x86_64-3.6/pyarrow/flight.py -> build/bdist.linux-x86_64/egg/pyarrow
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/feather.py to feather.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/plasma.py to plasma.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/compat.py to compat.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/hdfs.py to hdfs.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/cuda.py to cuda.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/serialization.py to serialization.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/parquet.py to parquet.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/json.py to json.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/types.py to types.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/pandas_compat.py to pandas_compat.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/ipc.py to ipc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_pandas.py to test_pandas.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_builder.py to test_builder.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_deprecations.py to test_deprecations.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_tensor.py to test_tensor.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/conftest.py to conftest.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_feather.py to test_feather.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_json.py to test_json.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_cuda_numba_interop.py to test_cuda_numba_interop.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_parquet.py to test_parquet.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_schema.py to test_schema.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_jvm.py to test_jvm.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_table.py to test_table.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_convert_builtin.py to test_convert_builtin.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_cuda.py to test_cuda.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_plasma_tf_op.py to test_plasma_tf_op.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_scalars.py to test_scalars.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_gandiva.py to test_gandiva.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_hdfs.py to test_hdfs.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_csv.py to test_csv.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_flight.py to test_flight.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_plasma.py to test_plasma.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_misc.py to test_misc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_io.py to test_io.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_memory.py to test_memory.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_compute.py to test_compute.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/pandas_examples.py to pandas_examples.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_orc.py to test_orc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/deserialize_buffer.py to deserialize_buffer.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_cython.py to test_cython.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/util.py to util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_array.py to test_array.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_types.py to test_types.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_strategies.py to test_strategies.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_serialization.py to test_serialization.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/strategies.py to strategies.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_extension_type.py to test_extension_type.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_ipc.py to test_ipc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/tests/test_filesystem.py to test_filesystem.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/orc.py to orc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/csv.py to csv.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/benchmark.py to benchmark.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/_generated_version.py to _generated_version.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/jvm.py to jvm.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/util.py to util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/filesystem.py to filesystem.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyarrow/flight.py to flight.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyarrow.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/pyarrow-0.14.0-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing pyarrow-0.14.0-py3.6-linux-x86_64.egg
creating /usr/local/lib/python3.6/dist-packages/pyarrow-0.14.0-py3.6-linux-x86_64.egg
Extracting pyarrow-0.14.0-py3.6-linux-x86_64.egg to /usr/local/lib/python3.6/dist-packages
Adding pyarrow 0.14.0 to easy-install.pth file
Installing plasma_store script to /usr/local/bin

Installed /usr/local/lib/python3.6/dist-packages/pyarrow-0.14.0-py3.6-linux-x86_64.egg
Processing dependencies for pyarrow==0.14.0
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Searching for numpy==1.18.1
Best match: numpy 1.18.1
Adding numpy 1.18.1 to easy-install.pth file
Installing f2py script to /usr/local/bin
Installing f2py3 script to /usr/local/bin
Installing f2py3.6 script to /usr/local/bin

Using /usr/local/lib/python3.6/dist-packages
Finished processing dependencies for pyarrow==0.14.0
kou commented 4 years ago

I think that LD_LIBRARY_PATH=/usr/local/lib /usr/bin/python3 -c 'import pyarrow' will solve it too. How did you set LD_LIBRARY_PATH?

aywaldron commented 4 years ago

I'm setting it with LD_LIBRARY_PATH=/usr/local/lib. The output is the same.

kou commented 4 years ago

Could you show the full command lines you tried and the full output of them?

If we can't solve this problem in the next turn, I think that we should close this issue and move to users@arrow.apache.org mailing list because this problem will not be an issue of Apache Arrow C++ nor pyarrow.

aywaldron commented 4 years ago

I ran LD_LIBRARY_PATH=/usr/local/lib /usr/bin/python3 -c 'import pyarrow' as you suggested and get the same error I originally pasted,

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.6/dist-packages/pyarrow-0.14.0-py3.6-linux-x86_64.egg/pyarrow/__init__.py", line 49, in <module>
    from pyarrow.lib import cpu_count, set_cpu_count
ImportError: libarrow.so.14: cannot open shared object file: No such file or directory

Happy to move this to the mailing list if that's a better place.

kou commented 4 years ago

Thanks. Could you send an e-mail to user@arrow.apache.org with how to reproduce this problem by others such as me? You can subscribe to the mailing list by sending an e-mail to user-subscribe@arrow.apache.org. See also: https://mail-archives.apache.org/mod_mbox/arrow-user/

zhejiangxiaomai commented 1 year ago

add "-DSnappy_SOURCE=BUNDLED" in arrow compile can solve it.