Skip to content

Instantly share code, notes, and snippets.

@ksalman
Created April 3, 2023 23:33
Show Gist options
  • Save ksalman/aeebeab1c8c5980f1f97e520da6570fd to your computer and use it in GitHub Desktop.
Save ksalman/aeebeab1c8c5980f1f97e520da6570fd to your computer and use it in GitHub Desktop.
ubuntu% nix-shell -p python310Packages.pyarrow
this derivation will be built:
/nix/store/ir34lj1izjyf7xmllapb1kgxm6pgfy2f-python3.10-pyarrow-11.0.0.drv
building '/nix/store/ir34lj1izjyf7xmllapb1kgxm6pgfy2f-python3.10-pyarrow-11.0.0.drv'...
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Sourcing pytest-check-hook
Using pytestCheckPhase
unpacking sources
unpacking source archive /nix/store/a644dya39g5jw3hj7q52yn45z2xs53fs-apache-arrow-11.0.0.tar.gz
source root is apache-arrow-11.0.0/python
setting SOURCE_DATE_EPOCH to timestamp 1674047292 of file apache-arrow-11.0.0/python/setup.py
patching sources
configuring
no configure script, doing nothing
building
Executing setuptoolsBuildPhase
/nix/store/qg3jn6cd12kphciq49grn38hk5fzgs0v-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`.
dist.fetch_build_eggs(dist.setup_requires)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/cuda.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/filesystem.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/serialization.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_compute_docstrings.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/compute.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/feather.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/fs.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/types.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/substrait.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/util.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/hdfs.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/benchmark.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/cffi.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_generated_version.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/ipc.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/plasma.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/jvm.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/csv.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/orc.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/flight.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/json.py -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/pandas_compat.py -> build/lib.linux-x86_64-cpython-310/pyarrow
creating build/lib.linux-x86_64-cpython-310/pyarrow/parquet
copying pyarrow/parquet/encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
copying pyarrow/parquet/core.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
copying pyarrow/parquet/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/parquet
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_udf.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_plasma.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/pandas_threaded_import.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_fs.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_scalars.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_hdfs.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_gdb.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_cuda.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_cpp_internals.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_types.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_builder.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_tensor.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/arrow_16597.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_flight.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/pandas_examples.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_strategies.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_feather.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_csv.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_jvm.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_util.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_json.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_ipc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_filesystem.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_serialization_deprecated.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_schema.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/util.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_substrait.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/read_record_batch.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_compute.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_sparse_tensor.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_serialization.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/arrow_7980.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_gandiva.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_table.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_cython.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_exec_plan.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_io.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_array.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_pandas.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_extension_type.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_deprecations.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/strategies.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_cffi.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_memory.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/test_orc.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
creating build/lib.linux-x86_64-cpython-310/pyarrow/vendored
copying pyarrow/vendored/docscrape.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
copying pyarrow/vendored/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
copying pyarrow/vendored/version.py -> build/lib.linux-x86_64-cpython-310/pyarrow/vendored
creating build/lib.linux-x86_64-cpython-310/pyarrow/interchange
copying pyarrow/interchange/buffer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
copying pyarrow/interchange/from_dataframe.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
copying pyarrow/interchange/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
copying pyarrow/interchange/column.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
copying pyarrow/interchange/dataframe.py -> build/lib.linux-x86_64-cpython-310/pyarrow/interchange
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_data_types.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_compliant_nested_type.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/encryption.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_dataset.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/common.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_basic.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/conftest.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_datetime.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_pandas.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
copying pyarrow/tests/parquet/test_metadata.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
copying pyarrow/tests/interchange/test_conversion.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
copying pyarrow/tests/interchange/__init__.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
copying pyarrow/tests/interchange/test_interchange_spec.py -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange
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 file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
no previously-included directories found matching '.asv'
adding license file '../LICENSE.txt'
adding license file '../NOTICE.txt'
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
copying pyarrow/__init__.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_compute.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_compute.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_dataset.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_dataset.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_dataset_orc.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_dataset_parquet.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_exec_plan.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_feather.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_flight.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_gcsfs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_hdfsio.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_json.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_parquet.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_parquet.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_parquet_encryption.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_parquet_encryption.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_plasma.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_pyarrow_cpp_tests.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_pyarrow_cpp_tests.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/_substrait.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/array.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/benchmark.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/builder.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/compat.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/config.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/error.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/gandiva.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/io.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/lib.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/lib.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/memory.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/pandas-shim.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/public-api.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/serialization.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/table.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
copying pyarrow/types.pxi -> build/lib.linux-x86_64-cpython-310/pyarrow
creating build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_fs.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_python.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_feather.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_dataset_parquet.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libplasma.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libgandiva.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_flight.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/__init__.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/libarrow_substrait.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/includes/common.pxd -> build/lib.linux-x86_64-cpython-310/pyarrow/includes
copying pyarrow/tests/bound_function_visit_strings.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.linux-x86_64-cpython-310/pyarrow/tests
creating build/lib.linux-x86_64-cpython-310/pyarrow/tensorflow
copying pyarrow/tensorflow/plasma_op.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/tensorflow
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/README.md -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.orc -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc
creating build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/feather
copying pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/feather
creating build/lib.linux-x86_64-cpython-310/pyarrow/src
creating build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow
creating build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/CMakeLists.txt -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/api.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/arrow_to_pandas.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/arrow_to_pandas.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/arrow_to_python_internal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/benchmark.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/benchmark.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/common.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/common.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/csv.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/csv.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/datetime.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/datetime.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/decimal.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/decimal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/deserialize.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/deserialize.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/extension_type.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/extension_type.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/filesystem.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/filesystem.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/flight.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/flight.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/gdb.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/gdb.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/helpers.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/helpers.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/inference.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/inference.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/init.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/init.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/io.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/io.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/ipc.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/ipc.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/iterators.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_convert.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_convert.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_internal.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_interop.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_to_arrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/numpy_to_arrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/parquet_encryption.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/parquet_encryption.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/pch.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/platform.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/pyarrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/pyarrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/pyarrow_api.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/pyarrow_lib.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/python_test.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/python_test.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/python_to_arrow.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/python_to_arrow.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/serialize.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/serialize.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/type_traits.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/udf.cc -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/udf.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
copying pyarrow/src/arrow/python/visibility.h -> build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python
running build_ext
creating /build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310
-- Running cmake for PyArrow
cmake -DCMAKE_INSTALL_RPATH=/nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/lib -DCMAKE_INSTALL_PREFIX=/build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow -DPYTHON_EXECUTABLE=/nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/bin/python3.10 -DPython3_EXECUTABLE=/nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/bin/python3.10 -DPYARROW_CXXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_BUILD_SUBSTRAIT=off -DPYARROW_BUILD_FLIGHT=on -DPYARROW_BUILD_GANDIVA=off -DPYARROW_BUILD_DATASET=on -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=on -DPYARROW_BUILD_PARQUET_ENCRYPTION=on -DPYARROW_BUILD_PLASMA=off -DPYARROW_BUILD_GCS=on -DPYARROW_BUILD_S3=on -DPYARROW_BUILD_HDFS=on -DPYARROW_USE_TENSORFLOW=off -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_BOOST=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_BUNDLE_PLASMA_EXECUTABLE=on -DPYARROW_GENERATE_COVERAGE=off -DPYARROW_BOOST_USE_SHARED=on -DPYARROW_PARQUET_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /build/apache-arrow-11.0.0/python
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/h5003wsy3qqimqvrkn3bc5mwq4hhidag-gcc-wrapper-12.2.0/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/h5003wsy3qqimqvrkn3bc5mwq4hhidag-gcc-wrapper-12.2.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- System processor: x86_64
-- Performing Test CXX_SUPPORTS_SSE4_2
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_AVX2
-- Performing Test CXX_SUPPORTS_AVX2 - Success
-- Performing Test CXX_SUPPORTS_AVX512
-- Performing Test CXX_SUPPORTS_AVX512 - Success
-- Arrow build warning level: PRODUCTION
-- Using ld linker
-- Build Type: RELEASE
-- CMAKE_C_FLAGS: -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
-- CMAKE_CXX_FLAGS: -Wno-noexcept-type -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
-- Generator: Unix Makefiles
-- Build output directory: /build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/release
-- Found Python3: /nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/bin/python3.10 (found version "3.10.10") found components: Interpreter Development.Module NumPy
-- Found Python3Alt: /nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/bin/python3.10
-- Arrow version: 11.0.0
-- Found the Arrow shared library: /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/lib/libarrow.so.1100.0.0
-- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
-- Found the Arrow static library:
-- Parquet version: 11.0.0
-- Found the Parquet shared library: /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/lib/libparquet.so.1100.0.0
-- Found the Parquet import library: PARQUET_IMPORT_LIB-NOTFOUND
-- Found the Parquet static library:
-- ArrowDataset version: 11.0.0
-- Found the ArrowDataset shared library: /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/lib/libarrow_dataset.so.1100.0.0
-- Found the ArrowDataset import library: ARROW_DATASET_IMPORT_LIB-NOTFOUND
-- Found the ArrowDataset static library:
-- ArrowFlight version: 11.0.0
-- Found the ArrowFlight shared library: /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/lib/libarrow_flight.so.1100.0.0
-- Found the ArrowFlight import library: ARROW_FLIGHT_IMPORT_LIB-NOTFOUND
-- Found the ArrowFlight static library:
-- Configuring done
-- Generating done
-- Build files have been written to: /build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310
-- Finished cmake for PyArrow
-- Running cmake --build for PyArrow
cmake --build . --config release -- -j2
[ 1%] Compiling Cython CXX source for lib...
[ 2%] Compiling Cython CXX source for _compute...
[ 2%] Built target _compute_pyx
[ 3%] Compiling Cython CXX source for _csv...
[ 3%] Built target _csv_pyx
[ 4%] Compiling Cython CXX source for _exec_plan...
[ 4%] Built target lib_pyx
[ 5%] Compiling Cython CXX source for _feather...
[ 5%] Built target _exec_plan_pyx
[ 6%] Compiling Cython CXX source for _fs...
[ 6%] Built target _feather_pyx
[ 7%] Compiling Cython CXX source for _hdfsio...
[ 7%] Built target _fs_pyx
[ 8%] Compiling Cython CXX source for _json...
[ 8%] Built target _hdfsio_pyx
[ 9%] Compiling Cython CXX source for _pyarrow_cpp_tests...
[ 9%] Built target _json_pyx
[ 10%] Compiling Cython CXX source for _gcsfs...
[ 10%] Built target _pyarrow_cpp_tests_pyx
[ 11%] Compiling Cython CXX source for _s3fs...
[ 11%] Built target _gcsfs_pyx
[ 12%] Compiling Cython CXX source for _hdfs...
[ 12%] Built target _s3fs_pyx
[ 13%] Compiling Cython CXX source for _dataset...
[ 13%] Built target _hdfs_pyx
[ 14%] Compiling Cython CXX source for _parquet...
[ 14%] Built target _parquet_pyx
[ 15%] Compiling Cython CXX source for _parquet_encryption...
[ 15%] Built target _dataset_pyx
[ 16%] Compiling Cython CXX source for _dataset_parquet...
[ 16%] Built target _parquet_encryption_pyx
[ 17%] Compiling Cython CXX source for _flight...
[ 17%] Built target _dataset_parquet_pyx
[ 18%] Generating pyarrow/src/arrow/python/lib_api.h, pyarrow/src/arrow/python/lib.h
[ 18%] Built target cython_api_headers
[ 19%] Building CXX object CMakeFiles/arrow_python.dir/cmake_pch.hxx.gch
[ 20%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/init.cc.o
[ 21%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/io.cc.o
[ 21%] Built target _flight_pyx
[ 22%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/ipc.cc.o
[ 23%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/numpy_convert.cc.o
[ 24%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/numpy_to_arrow.cc.o
[ 25%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/python_test.cc.o
[ 26%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/python_to_arrow.cc.o
[ 27%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/pyarrow.cc.o
[ 28%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/serialize.cc.o
[ 29%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/udf.cc.o
[ 30%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/parquet_encryption.cc.o
[ 31%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/csv.cc.o
[ 32%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/filesystem.cc.o
[ 34%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/arrow_to_pandas.cc.o
[ 35%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/benchmark.cc.o
[ 36%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/common.cc.o
[ 37%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/datetime.cc.o
[ 38%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/decimal.cc.o
[ 39%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/deserialize.cc.o
[ 40%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/extension_type.cc.o
[ 41%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/gdb.cc.o
[ 42%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/helpers.cc.o
[ 43%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/inference.cc.o
[ 44%] Linking CXX shared library release/libarrow_python.so
[ 44%] Built target arrow_python
[ 45%] Building CXX object CMakeFiles/arrow_python_flight.dir/cmake_pch.hxx.gch
[ 46%] Building CXX object CMakeFiles/lib.dir/cmake_pch.hxx.gch
[ 47%] Building CXX object CMakeFiles/arrow_python_flight.dir/pyarrow/src/arrow/python/flight.cc.o
[ 48%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
[ 49%] Linking CXX shared library release/libarrow_python_flight.so
[ 49%] Built target arrow_python_flight
[ 50%] Building CXX object CMakeFiles/_compute.dir/cmake_pch.hxx.gch
[ 51%] Building CXX object CMakeFiles/_compute.dir/_compute.cpp.o
[ 52%] Linking CXX shared module release/_compute.cpython-310-x86_64-linux-gnu.so
[ 52%] Built target _compute
[ 53%] Building CXX object CMakeFiles/_csv.dir/cmake_pch.hxx.gch
[ 54%] Building CXX object CMakeFiles/_csv.dir/_csv.cpp.o
[ 55%] Linking CXX shared module release/_csv.cpython-310-x86_64-linux-gnu.so
[ 55%] Built target _csv
[ 56%] Building CXX object CMakeFiles/_exec_plan.dir/cmake_pch.hxx.gch
[ 57%] Building CXX object CMakeFiles/_exec_plan.dir/_exec_plan.cpp.o
[ 58%] Linking CXX shared module release/_exec_plan.cpython-310-x86_64-linux-gnu.so
[ 58%] Built target _exec_plan
[ 59%] Building CXX object CMakeFiles/_feather.dir/cmake_pch.hxx.gch
[ 60%] Building CXX object CMakeFiles/_feather.dir/_feather.cpp.o
[ 61%] Linking CXX shared module release/_feather.cpython-310-x86_64-linux-gnu.so
[ 61%] Built target _feather
[ 62%] Building CXX object CMakeFiles/_fs.dir/cmake_pch.hxx.gch
[ 63%] Building CXX object CMakeFiles/_fs.dir/_fs.cpp.o
[ 64%] Linking CXX shared module release/lib.cpython-310-x86_64-linux-gnu.so
[ 64%] Built target lib
[ 65%] Building CXX object CMakeFiles/_hdfsio.dir/cmake_pch.hxx.gch
[ 67%] Building CXX object CMakeFiles/_hdfsio.dir/_hdfsio.cpp.o
[ 68%] Linking CXX shared module release/_fs.cpython-310-x86_64-linux-gnu.so
[ 68%] Built target _fs
[ 69%] Building CXX object CMakeFiles/_json.dir/cmake_pch.hxx.gch
[ 70%] Building CXX object CMakeFiles/_json.dir/_json.cpp.o
[ 71%] Linking CXX shared module release/_hdfsio.cpython-310-x86_64-linux-gnu.so
[ 71%] Built target _hdfsio
[ 72%] Building CXX object CMakeFiles/_pyarrow_cpp_tests.dir/cmake_pch.hxx.gch
[ 73%] Linking CXX shared module release/_json.cpython-310-x86_64-linux-gnu.so
[ 73%] Built target _json
[ 74%] Building CXX object CMakeFiles/_gcsfs.dir/cmake_pch.hxx.gch
[ 75%] Building CXX object CMakeFiles/_pyarrow_cpp_tests.dir/_pyarrow_cpp_tests.cpp.o
[ 76%] Building CXX object CMakeFiles/_gcsfs.dir/_gcsfs.cpp.o
[ 77%] Linking CXX shared module release/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so
[ 77%] Built target _pyarrow_cpp_tests
[ 78%] Building CXX object CMakeFiles/_s3fs.dir/cmake_pch.hxx.gch
[ 79%] Linking CXX shared module release/_gcsfs.cpython-310-x86_64-linux-gnu.so
[ 79%] Built target _gcsfs
[ 80%] Building CXX object CMakeFiles/_hdfs.dir/cmake_pch.hxx.gch
[ 81%] Building CXX object CMakeFiles/_s3fs.dir/_s3fs.cpp.o
[ 82%] Building CXX object CMakeFiles/_hdfs.dir/_hdfs.cpp.o
[ 83%] Linking CXX shared module release/_s3fs.cpython-310-x86_64-linux-gnu.so
[ 83%] Built target _s3fs
[ 84%] Building CXX object CMakeFiles/_dataset.dir/cmake_pch.hxx.gch
[ 85%] Linking CXX shared module release/_hdfs.cpython-310-x86_64-linux-gnu.so
[ 85%] Built target _hdfs
[ 86%] Building CXX object CMakeFiles/_parquet.dir/cmake_pch.hxx.gch
[ 87%] Building CXX object CMakeFiles/_dataset.dir/_dataset.cpp.o
[ 88%] Building CXX object CMakeFiles/_parquet.dir/_parquet.cpp.o
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp: In function ‘PyObject* __pyx_pf_7pyarrow_8_parquet_12FileMetaData_14format_version___get__(__pyx_obj_7pyarrow_8_parquet_FileMetaData*)’:
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp:13974:36: warning: ‘parquet::ParquetVersion::PARQUET_2_0’ is deprecated: use PARQUET_2_4 or PARQUET_2_6 for fine-grained feature selection [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
13974 | case parquet::ParquetVersion::PARQUET_2_0:
| ^~~~~~~~~~~
In file included from /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/types.h:30,
from /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/schema.h:32,
from /nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/api/schema.h:21,
from /build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp:885:
/nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/type_fwd.h:44:5: note: declared here
44 | PARQUET_2_0 ARROW_DEPRECATED_ENUM_VALUE("use PARQUET_2_4 or PARQUET_2_6 "
| ^~~~~~~~~~~
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp:13974:36: warning: ‘parquet::ParquetVersion::PARQUET_2_0’ is deprecated: use PARQUET_2_4 or PARQUET_2_6 for fine-grained feature selection [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
13974 | case parquet::ParquetVersion::PARQUET_2_0:
| ^~~~~~~~~~~
/nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/type_fwd.h:44:5: note: declared here
44 | PARQUET_2_0 ARROW_DEPRECATED_ENUM_VALUE("use PARQUET_2_4 or PARQUET_2_6 "
| ^~~~~~~~~~~
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp: In function ‘std::shared_ptr<parquet::WriterProperties> __pyx_f_7pyarrow_8_parquet__create_writer_properties(__pyx_opt_args_7pyarrow_8_parquet__create_writer_properties*)’:
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp:24164:62: warning: ‘parquet::ParquetVersion::PARQUET_2_0’ is deprecated: use PARQUET_2_4 or PARQUET_2_6 for fine-grained feature selection [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
24164 | (void)(__pyx_v_props.version( parquet::ParquetVersion::PARQUET_2_0));
| ^~~~~~~~~~~
/nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/type_fwd.h:44:5: note: declared here
44 | PARQUET_2_0 ARROW_DEPRECATED_ENUM_VALUE("use PARQUET_2_4 or PARQUET_2_6 "
| ^~~~~~~~~~~
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_parquet.cpp:24164:62: warning: ‘parquet::ParquetVersion::PARQUET_2_0’ is deprecated: use PARQUET_2_4 or PARQUET_2_6 for fine-grained feature selection [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
24164 | (void)(__pyx_v_props.version( parquet::ParquetVersion::PARQUET_2_0));
| ^~~~~~~~~~~
/nix/store/i5w02bcx4nc9pxs6pa8dai9d48qrkkvj-arrow-cpp-11.0.0/include/parquet/type_fwd.h:44:5: note: declared here
44 | PARQUET_2_0 ARROW_DEPRECATED_ENUM_VALUE("use PARQUET_2_4 or PARQUET_2_6 "
| ^~~~~~~~~~~
In file included from /build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_dataset.cpp:823:
/build/apache-arrow-11.0.0/python/pyarrow/src/arrow/python/common.h: In instantiation of ‘arrow::py::BoundFunction<void(_object*, Args ...)>::BoundFunction(void (*)(PyObject*, Args ...), PyObject*) [with Args = {arrow::dataset::FileWriter*}; Unbound = void(_object*, arrow::dataset::FileWriter*); PyObject = _object]’:
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/stl_construct.h:119:7: required from ‘void std::_Construct(_Tp*, _Args&& ...) [with _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/alloc_traits.h:635:19: required from ‘static void std::allocator_traits<std::allocator<void> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; allocator_type = std::allocator<void>]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/shared_ptr_base.h:604:39: required from ‘std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args&& ...) [with _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; _Alloc = std::allocator<void>; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/shared_ptr_base.h:971:16: required from ‘std::__shared_count<_Lp>::__shared_count(_Tp*&, std::_Sp_alloc_shared_tag<_Alloc>, _Args&& ...) [with _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; _Alloc = std::allocator<void>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/shared_ptr_base.h:1712:14: required from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<void>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/shared_ptr.h:464:59: required from ‘std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<void>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>]’
/nix/store/p975i9blgmkjfxpnlvdmm0xvjg573b6l-gcc-12.2.0/include/c++/12.2.0/bits/shared_ptr.h:1009:14: required from ‘std::shared_ptr<typename std::enable_if<(! std::is_array< <template-parameter-1-1> >::value), _Tp>::type> std::make_shared(_Args&& ...) [with _Tp = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>; _Args = {void (*&)(_object*, arrow::dataset::FileWriter*), _object*&}; typename enable_if<(! is_array< <template-parameter-1-1> >::value), _Tp>::type = arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>]’
/build/apache-arrow-11.0.0/python/pyarrow/src/arrow/python/common.h:249:39: required from ‘std::function<_Signature> arrow::py::BindFunction(Return (*)(PyObject*, Args ...), PyObject*) [with OutFn = arrow::Status(arrow::dataset::FileWriter*); Return = void; Args = {arrow::dataset::FileWriter*}; PyObject = _object]’
/build/apache-arrow-11.0.0/python/build/temp.linux-x86_64-cpython-310/_dataset.cpp:38108:140: required from here
/build/apache-arrow-11.0.0/python/pyarrow/src/arrow/python/common.h:215:17: warning: ‘arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>::bound_arg_’ will be initialized after [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder8;;]
215 | OwnedRefNoGIL bound_arg_;
| ^~~~~~~~~~
/build/apache-arrow-11.0.0/python/pyarrow/src/arrow/python/common.h:214:12: warning: ‘void (* arrow::py::BoundFunction<void(_object*, arrow::dataset::FileWriter*)>::unbound_)(PyObject*, arrow::dataset::FileWriter*)’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder8;;]
214 | Unbound* unbound_;
| ^~~~~~~~
/build/apache-arrow-11.0.0/python/pyarrow/src/arrow/python/common.h:204:3: warning: when initialized here [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreorder-Wreorder8;;]
204 | BoundFunction(Unbound* unbound, PyObject* bound_arg)
| ^~~~~~~~~~~~~
[ 89%] Linking CXX shared module release/_parquet.cpython-310-x86_64-linux-gnu.so
[ 89%] Built target _parquet
[ 90%] Building CXX object CMakeFiles/_parquet_encryption.dir/cmake_pch.hxx.gch
[ 91%] Building CXX object CMakeFiles/_parquet_encryption.dir/_parquet_encryption.cpp.o
[ 92%] Linking CXX shared module release/_dataset.cpython-310-x86_64-linux-gnu.so
[ 92%] Built target _dataset
[ 93%] Building CXX object CMakeFiles/_dataset_parquet.dir/cmake_pch.hxx.gch
[ 94%] Building CXX object CMakeFiles/_dataset_parquet.dir/_dataset_parquet.cpp.o
[ 95%] Linking CXX shared module release/_parquet_encryption.cpython-310-x86_64-linux-gnu.so
[ 95%] Built target _parquet_encryption
[ 96%] Building CXX object CMakeFiles/_flight.dir/cmake_pch.hxx.gch
[ 97%] Building CXX object CMakeFiles/_flight.dir/_flight.cpp.o
[ 98%] Linking CXX shared module release/_dataset_parquet.cpython-310-x86_64-linux-gnu.so
[ 98%] Built target _dataset_parquet
[100%] Linking CXX shared module release/_flight.cpython-310-x86_64-linux-gnu.so
[100%] Built target _flight
-- Finished cmake --build for PyArrow
-- Running cmake --build --target install for PyArrow
cmake --build . --config release --target install -- -j2
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./libarrow_python.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./libarrow_python_flight.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/parquet_encryption.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/type_traits.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/decimal.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/helpers.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/datetime.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/udf.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/python_to_arrow.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_to_arrow.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/ipc.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/arrow_to_pandas.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/init.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/csv.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/deserialize.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/inference.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/benchmark.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/serialize.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/flight.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_interop.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/gdb.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/iterators.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/extension_type.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/filesystem.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow_lib.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/python_test.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/io.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_convert.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/platform.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow_api.h
-- Up-to-date: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type_traits.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl_allocator.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/chunked_array.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_type_inline.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/json_integration.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/gtest_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/gtest_compat.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/uniform_real.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/matchers.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/executor_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/random.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/generator.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/async_test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/extension_type.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/future_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/datum.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/ProducerConsumerQueue.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/double-conversion.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/diy-fp.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/utils.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/ieee.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/bignum.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/cached-powers.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/strtod.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/tz_private.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/ios.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/tz.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/date.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/portable-snippets
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/portable-snippets/safe-math.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/strptime.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_random.hpp
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/xxhash.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/xxhash
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/xxhash/xxhash.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visitor_generate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/sparse_tensor.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/buffer_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/table_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/path_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/hdfs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/gcsfs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/s3_test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/mockfs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/s3fs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/filesystem.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/localfs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/invalid_row.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/reader.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/column_decoder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/parser.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/options.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/chunker.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/test_common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/writer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/converter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/column_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/feather.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/dictionary.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/reader.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/options.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/test_common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/writer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/json_simple.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/message.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_aggregate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/row
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/row/grouper.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/cast.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/light_array.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/key_map.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/benchmark_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join_dict.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/task_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/accumulation_queue.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/bloom_filter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/key_hash.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/options.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/tpch_node.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/aggregate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/asof_join_node.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/query_context.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join_node.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/exec_plan.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/partition_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/swiss_join.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/schema_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/expression.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/map_node.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/order_by_impl.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/function.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_scalar.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/registry.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/kernel.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_vector.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/chunked_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/reader.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/parser.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/options.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/chunker.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/object_parser.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/test_common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/object_writer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/converter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/rapidjson_defs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/chunk_resolver.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compare.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/tensor.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl_iterator.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/result.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/memory_pool_test.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/status.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/helpers.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/bridge.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/abi.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/pretty_print.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/endian.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_neon.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/type_traits.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_visit.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/map.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/delimiting.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/string_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/benchmark_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd256_generated.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/decimal.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/byte_size.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_writer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/mutex.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/vector.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/uri.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_avx2.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_block_counter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/parallel.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_default.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_stream_utils.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/compression.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/tdigest.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_ops.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/cancel.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/formatting.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/int_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/memory.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/thread_pool.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/byte_stream_split.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/tracing.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/functional.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/math_constants.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/queue.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_generator.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/spaced.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/windows_fixup.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/align_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/compare.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/logging.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/debug.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/range.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_reader.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_builders.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/launder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/task_group.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/basic_decimal.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/utf8.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/hash_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/counting_semaphore.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/stopwatch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/test_common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/sort.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bytes_view.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/double_conversion.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/macros.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/base64.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd128_generated.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/iterator.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/config.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/regex.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/windows_compatibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking64_default.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/aligned_storage.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/io_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_avx512.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/simd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/unreachable.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/converter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/concurrent_map.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/future.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/hashing.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/trie.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/cpu_info.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/algorithm.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/key_value_metadata.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/small_vector.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/value_parsing.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/dispatch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_run_reader.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/int_util_overflow.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/time.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/ubsan.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/string.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitset_stack.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/print.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/pcg_random.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd512_generated.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_generator_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_generate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/rle_encoding.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/checked_cast.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/record_batch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/stdio.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/transform.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/compressed.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/interfaces.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/concurrency.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/file.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/caching.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/memory.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/hdfs.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/buffered.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/test_common.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/mman.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/slow.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_auth.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/transport_server.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_cookie_middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/test_definitions.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_auth.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_tracing_middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/types.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/transport.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/server.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/types.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/column_metadata.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/client.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_tracing_middleware.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/platform.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/memory_pool.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/config.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_data_inline.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/test_plan_builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/extension_set.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/options.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/extension_types.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/relation.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/serde.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/builder.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/tensor
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/tensor/converter.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visitor.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_scalar_inline.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/scalar.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/extension_type.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/device.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/visibility.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/partition.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/scanner.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/type_fwd.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/dataset.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/projector.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_base.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_parquet.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_ipc.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/plan.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_csv.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/dataset_writer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_orc.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/test_util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/discovery.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_binary.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_primitive.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/validate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_time.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_decimal.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_union.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/concatenate.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_base.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_binary.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_nested.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_dict.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_adaptive.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_primitive.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_decimal.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_base.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/data.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/diff.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_nested.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_dict.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/util.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/table.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/buffer.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/pch.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_array_inline.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./lib.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./lib.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./lib_api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_compute.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_csv.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_exec_plan.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_feather.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_fs.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_hdfsio.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_json.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_gcsfs.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_s3fs.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_hdfs.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_dataset.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_parquet.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_parquet_encryption.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_dataset_parquet.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/./_flight.cpython-310-x86_64-linux-gnu.so
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/lib_api.h
-- Installing: /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/lib.h
-- Finished cmake --build --target install for PyArrow
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/_cuda.cpython-310-x86_64-linux-gnu.so
Cython module _cuda failure permitted
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/_dataset_orc.cpython-310-x86_64-linux-gnu.so
Cython module _dataset_orc failure permitted
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/_orc.cpython-310-x86_64-linux-gnu.so
Cython module _orc failure permitted
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/_plasma.cpython-310-x86_64-linux-gnu.so
Cython module _plasma failure permitted
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/_substrait.cpython-310-x86_64-linux-gnu.so
Cython module _substrait failure permitted
Did not find /build/apache-arrow-11.0.0/python/build/lib.linux-x86_64-cpython-310/pyarrow/gandiva.cpython-310-x86_64-linux-gnu.so
Cython module gandiva failure permitted
/nix/store/qg3jn6cd12kphciq49grn38hk5fzgs0v-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/cuda.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/libarrow_python.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_hdfsio.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/parquet/encryption.py -> build/bdist.linux-x86_64/wheel/pyarrow/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/parquet/core.py -> build/bdist.linux-x86_64/wheel/pyarrow/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/parquet/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/parquet
creating build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/pyarrow_cython_example.pyx -> build/bdist.linux-x86_64/wheel/pyarrow/tests
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_encryption.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_data_types.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_compliant_nested_type.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/encryption.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_dataset.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/common.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_parquet_file.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_basic.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/conftest.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_parquet_writer.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_datetime.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_pandas.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/parquet/test_metadata.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_udf.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_plasma.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/pandas_threaded_import.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_misc.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_fs.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_scalars.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_hdfs.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_gdb.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_cuda.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_cpp_internals.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_types.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_builder.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_tensor.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/arrow_16597.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_flight.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/pandas_examples.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_strategies.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange/test_conversion.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/interchange/test_interchange_spec.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_feather.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_csv.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_jvm.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_util.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_dataset.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_json.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/deserialize_buffer.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_ipc.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_filesystem.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_serialization_deprecated.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_schema.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/util.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_substrait.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/read_record_batch.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_compute.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_cuda_numba_interop.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_sparse_tensor.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_serialization.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/arrow_7980.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/conftest.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_gandiva.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/data
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet/v0.7.1.parquet -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/parquet
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/parquet
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/decimal.jsn.gz -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/README.md -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/orc/decimal.orc -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/orc
creating build/bdist.linux-x86_64/wheel/pyarrow/tests/data/feather
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> build/bdist.linux-x86_64/wheel/pyarrow/tests/data/feather
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_table.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_cython.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_exec_plan.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_plasma_tf_op.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_convert_builtin.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_io.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_array.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_adhoc_memory_leak.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_pandas.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_extension_type.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_deprecations.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/strategies.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_cffi.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/bound_function_visit_strings.pyx -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_memory.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/tests/test_orc.py -> build/bdist.linux-x86_64/wheel/pyarrow/tests
copying build/lib.linux-x86_64-cpython-310/pyarrow/_plasma.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_compute.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_cuda.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_hdfs.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/io.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/ipc.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_orc.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/lib.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/vendored/docscrape.py -> build/bdist.linux-x86_64/wheel/pyarrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/vendored/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/vendored/version.py -> build/bdist.linux-x86_64/wheel/pyarrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/_hdfsio.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_cuda.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/lib_api.h -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_pyarrow_cpp_tests.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/filesystem.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/types.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_csv.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/serialization.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet_encryption.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_json.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_compute_docstrings.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_hdfs.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_substrait.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/compute.py -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/interchange/buffer.py -> build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/interchange/from_dataframe.py -> build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/interchange/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/interchange/column.py -> build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/interchange/dataframe.py -> build/bdist.linux-x86_64/wheel/pyarrow/interchange
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset_parquet.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/feather.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/dataset.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_pyarrow_cpp_tests.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type_traits.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl_allocator.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/chunked_array.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_type_inline.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/json_integration.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/gtest_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/gtest_compat.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/uniform_real.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/matchers.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/executor_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/random.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/generator.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/async_test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/extension_type.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/future_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/testing/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/testing
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/datum.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/ProducerConsumerQueue.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/double-conversion.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/diy-fp.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/utils.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/ieee.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/bignum.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/cached-powers.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/strtod.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/double-conversion
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/tz_private.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/ios.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/tz.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/datetime/date.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/datetime
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/portable-snippets
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/portable-snippets
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/portable-snippets/safe-math.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/portable-snippets
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/strptime.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/pcg
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_random.hpp -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/pcg
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/pcg
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/pcg
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/xxhash.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/xxhash
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/vendored/xxhash/xxhash.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/vendored/xxhash
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visitor_generate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/sparse_tensor.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/type.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/buffer_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/table_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/path_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/hdfs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/gcsfs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/s3_test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/mockfs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/s3fs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/filesystem.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/localfs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/filesystem/test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/filesystem
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/invalid_row.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/reader.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/column_decoder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/parser.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/options.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/chunker.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/test_common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/writer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/converter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/csv/column_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/csv
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/feather.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/dictionary.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/reader.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/options.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/test_common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/writer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/json_simple.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/ipc/message.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/ipc
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_aggregate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/row
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/row/grouper.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/row
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/cast.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/light_array.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/key_map.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/benchmark_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join_dict.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/task_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/accumulation_queue.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/bloom_filter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/key_hash.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/options.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/tpch_node.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/aggregate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/asof_join_node.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/query_context.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/hash_join_node.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/exec_plan.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/partition_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/swiss_join.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/schema_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/expression.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/map_node.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/exec/order_by_impl.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute/exec
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/function.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_scalar.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/registry.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/kernel.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compute/api_vector.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/compute
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/chunked_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/reader.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/parser.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/options.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/chunker.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/object_parser.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/test_common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/object_writer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/converter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/json/rapidjson_defs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/json
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/chunk_resolver.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/compare.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/tensor.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl_iterator.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/result.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/memory_pool_test.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/status.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/c
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/helpers.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/c
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/bridge.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/c
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/c/abi.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/c
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/parquet_encryption.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/type_traits.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/helpers.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/datetime.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/udf.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/lib_api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/python_to_arrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_to_arrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/ipc.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/arrow_to_pandas.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/init.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/csv.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/deserialize.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/inference.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/benchmark.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/lib.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/serialize.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/flight.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_interop.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/gdb.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/iterators.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/extension_type.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/filesystem.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow_lib.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/python_test.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/io.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/numpy_convert.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/platform.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/python/pyarrow_api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/pretty_print.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/endian.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_neon.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/type_traits.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_visit.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/map.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/delimiting.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/string_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/benchmark_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd256_generated.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/byte_size.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_writer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/mutex.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/vector.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/uri.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_avx2.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_block_counter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/parallel.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_default.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_stream_utils.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/compression.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/tdigest.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_ops.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/cancel.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/formatting.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/int_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/memory.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/thread_pool.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/byte_stream_split.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/tracing.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/functional.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/math_constants.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/queue.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_generator.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/spaced.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/windows_fixup.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/align_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/compare.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/logging.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/debug.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/range.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_reader.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_builders.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/launder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/task_group.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/basic_decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/utf8.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/hash_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/counting_semaphore.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/stopwatch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/test_common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/sort.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bytes_view.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/double_conversion.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/macros.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/base64.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd128_generated.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/iterator.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/config.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/regex.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/windows_compatibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking64_default.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/aligned_storage.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/io_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_avx512.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/simd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/unreachable.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/converter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/concurrent_map.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/future.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/hashing.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/trie.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/cpu_info.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/algorithm.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/key_value_metadata.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/small_vector.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/value_parsing.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/dispatch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bit_run_reader.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/int_util_overflow.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/time.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/ubsan.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/string.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitset_stack.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/print.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/pcg_random.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bpacking_simd512_generated.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/async_generator_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/bitmap_generate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/rle_encoding.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/util/checked_cast.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/util
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/record_batch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/stdio.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/transform.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/compressed.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/interfaces.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/concurrency.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/file.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/caching.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/memory.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/hdfs.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/buffered.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/test_common.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/mman.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/io/slow.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/io
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_auth.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/transport_server.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_cookie_middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/test_definitions.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_auth.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/server_tracing_middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/types.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/transport.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/server.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/types.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/column_metadata.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/sql/client.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight/sql
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client_tracing_middleware.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/client.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/platform.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/flight/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/flight
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/memory_pool.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/config.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_data_inline.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/test_plan_builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/extension_set.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/options.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/extension_types.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/relation.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/serde.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/engine/substrait/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/engine/substrait
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/builder.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/tensor
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/tensor/converter.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/tensor
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visitor.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_scalar_inline.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/scalar.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/extension_type.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/device.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/partition.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/scanner.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/type_fwd.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/dataset.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/projector.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_base.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_parquet.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_ipc.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/plan.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_csv.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/dataset_writer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/file_orc.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/test_util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/discovery.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/dataset/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/dataset
creating build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_binary.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_primitive.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/validate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_time.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_union.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/concatenate.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_base.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_binary.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_nested.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_dict.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_adaptive.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_primitive.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_base.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/data.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/diff.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/array_nested.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/builder_dict.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/array/util.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow/array
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/stl.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/table.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/buffer.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/include/arrow/visit_array_inline.h -> build/bdist.linux-x86_64/wheel/pyarrow/include/arrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/fs.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_orc.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/public-api.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/lib.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/types.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/substrait.py -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/src
creating build/bdist.linux-x86_64/wheel/pyarrow/src/arrow
creating build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/parquet_encryption.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/visibility.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/type_traits.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/pyarrow.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/decimal.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/helpers.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/datetime.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/extension_type.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/udf.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/python_to_arrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_to_arrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/CMakeLists.txt -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/ipc.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/arrow_to_pandas.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/init.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/common.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/datetime.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/csv.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/benchmark.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/parquet_encryption.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/deserialize.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/api.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/gdb.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/init.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/inference.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_to_arrow.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/pyarrow.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/io.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_convert.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_internal.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/benchmark.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/decimal.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/inference.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/flight.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/csv.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/ipc.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/serialize.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/flight.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_interop.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/gdb.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/serialize.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/iterators.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/arrow_to_pandas.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/extension_type.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/filesystem.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/python_test.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/python_to_arrow.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/udf.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/common.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/arrow_to_python_internal.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/pyarrow_lib.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/python_test.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/filesystem.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/deserialize.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/io.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/numpy_convert.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/platform.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/pch.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/helpers.cc -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/src/arrow/python/pyarrow_api.h -> build/bdist.linux-x86_64/wheel/pyarrow/src/arrow/python
copying build/lib.linux-x86_64-cpython-310/pyarrow/_fs.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/util.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_csv.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_feather.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/hdfs.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_feather.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset_orc.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/benchmark.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_flight.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
creating build/bdist.linux-x86_64/wheel/pyarrow/tensorflow
copying build/lib.linux-x86_64-cpython-310/pyarrow/tensorflow/plasma_op.cc -> build/bdist.linux-x86_64/wheel/pyarrow/tensorflow
creating build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_fs.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_python.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_cuda.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_feather.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_dataset_parquet.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libplasma.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libgandiva.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_flight.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_dataset.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/__init__.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/libarrow_substrait.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/includes/common.pxd -> build/bdist.linux-x86_64/wheel/pyarrow/includes
copying build/lib.linux-x86_64-cpython-310/pyarrow/cffi.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_exec_plan.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/lib.h -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/__init__.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_generated_version.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/error.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/ipc.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/gandiva.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/__init__.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/conftest.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/plasma.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet_encryption.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/compat.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_s3fs.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/table.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/array.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_flight.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_fs.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/jvm.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_exec_plan.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_compute.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_fs.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/csv.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/lib.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/orc.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/tensor.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_gcsfs.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/scalar.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/pandas-shim.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_csv.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset_parquet.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/flight.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_dataset.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/serialization.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/json.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/memory.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/libarrow_python_flight.so -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/config.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_parquet.pxd -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/pandas_compat.py -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/builder.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/benchmark.pxi -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_json.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_gcsfs.pyx -> build/bdist.linux-x86_64/wheel/pyarrow
copying build/lib.linux-x86_64-cpython-310/pyarrow/_compute.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pyarrow
running install_egg_info
Copying pyarrow.egg-info to build/bdist.linux-x86_64/wheel/pyarrow-11.0.0-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyarrow-11.0.0.dist-info/WHEEL
creating 'dist/pyarrow-11.0.0-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyarrow/__init__.pxd'
adding 'pyarrow/__init__.py'
adding 'pyarrow/_compute.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_compute.pxd'
adding 'pyarrow/_compute.pyx'
adding 'pyarrow/_compute_docstrings.py'
adding 'pyarrow/_csv.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_csv.pxd'
adding 'pyarrow/_csv.pyx'
adding 'pyarrow/_cuda.pxd'
adding 'pyarrow/_cuda.pyx'
adding 'pyarrow/_dataset.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_dataset.pxd'
adding 'pyarrow/_dataset.pyx'
adding 'pyarrow/_dataset_orc.pyx'
adding 'pyarrow/_dataset_parquet.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_dataset_parquet.pyx'
adding 'pyarrow/_exec_plan.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_exec_plan.pyx'
adding 'pyarrow/_feather.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_feather.pyx'
adding 'pyarrow/_flight.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_flight.pyx'
adding 'pyarrow/_fs.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_fs.pxd'
adding 'pyarrow/_fs.pyx'
adding 'pyarrow/_gcsfs.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_gcsfs.pyx'
adding 'pyarrow/_generated_version.py'
adding 'pyarrow/_hdfs.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_hdfs.pyx'
adding 'pyarrow/_hdfsio.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_hdfsio.pyx'
adding 'pyarrow/_json.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_json.pyx'
adding 'pyarrow/_orc.pxd'
adding 'pyarrow/_orc.pyx'
adding 'pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_parquet.pxd'
adding 'pyarrow/_parquet.pyx'
adding 'pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_parquet_encryption.pxd'
adding 'pyarrow/_parquet_encryption.pyx'
adding 'pyarrow/_plasma.pyx'
adding 'pyarrow/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_pyarrow_cpp_tests.pxd'
adding 'pyarrow/_pyarrow_cpp_tests.pyx'
adding 'pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/_s3fs.pyx'
adding 'pyarrow/_substrait.pyx'
adding 'pyarrow/array.pxi'
adding 'pyarrow/benchmark.pxi'
adding 'pyarrow/benchmark.py'
adding 'pyarrow/builder.pxi'
adding 'pyarrow/cffi.py'
adding 'pyarrow/compat.pxi'
adding 'pyarrow/compute.py'
adding 'pyarrow/config.pxi'
adding 'pyarrow/conftest.py'
adding 'pyarrow/csv.py'
adding 'pyarrow/cuda.py'
adding 'pyarrow/dataset.py'
adding 'pyarrow/error.pxi'
adding 'pyarrow/feather.py'
adding 'pyarrow/filesystem.py'
adding 'pyarrow/flight.py'
adding 'pyarrow/fs.py'
adding 'pyarrow/gandiva.pyx'
adding 'pyarrow/hdfs.py'
adding 'pyarrow/io.pxi'
adding 'pyarrow/ipc.pxi'
adding 'pyarrow/ipc.py'
adding 'pyarrow/json.py'
adding 'pyarrow/jvm.py'
adding 'pyarrow/lib.cpython-310-x86_64-linux-gnu.so'
adding 'pyarrow/lib.h'
adding 'pyarrow/lib.pxd'
adding 'pyarrow/lib.pyx'
adding 'pyarrow/lib_api.h'
adding 'pyarrow/libarrow_python.so'
adding 'pyarrow/libarrow_python_flight.so'
adding 'pyarrow/memory.pxi'
adding 'pyarrow/orc.py'
adding 'pyarrow/pandas-shim.pxi'
adding 'pyarrow/pandas_compat.py'
adding 'pyarrow/plasma.py'
adding 'pyarrow/public-api.pxi'
adding 'pyarrow/scalar.pxi'
adding 'pyarrow/serialization.pxi'
adding 'pyarrow/serialization.py'
adding 'pyarrow/substrait.py'
adding 'pyarrow/table.pxi'
adding 'pyarrow/tensor.pxi'
adding 'pyarrow/types.pxi'
adding 'pyarrow/types.py'
adding 'pyarrow/util.py'
adding 'pyarrow/include/arrow/api.h'
adding 'pyarrow/include/arrow/array.h'
adding 'pyarrow/include/arrow/buffer.h'
adding 'pyarrow/include/arrow/buffer_builder.h'
adding 'pyarrow/include/arrow/builder.h'
adding 'pyarrow/include/arrow/chunk_resolver.h'
adding 'pyarrow/include/arrow/chunked_array.h'
adding 'pyarrow/include/arrow/compare.h'
adding 'pyarrow/include/arrow/config.h'
adding 'pyarrow/include/arrow/datum.h'
adding 'pyarrow/include/arrow/device.h'
adding 'pyarrow/include/arrow/extension_type.h'
adding 'pyarrow/include/arrow/memory_pool.h'
adding 'pyarrow/include/arrow/memory_pool_test.h'
adding 'pyarrow/include/arrow/pch.h'
adding 'pyarrow/include/arrow/pretty_print.h'
adding 'pyarrow/include/arrow/record_batch.h'
adding 'pyarrow/include/arrow/result.h'
adding 'pyarrow/include/arrow/scalar.h'
adding 'pyarrow/include/arrow/sparse_tensor.h'
adding 'pyarrow/include/arrow/status.h'
adding 'pyarrow/include/arrow/stl.h'
adding 'pyarrow/include/arrow/stl_allocator.h'
adding 'pyarrow/include/arrow/stl_iterator.h'
adding 'pyarrow/include/arrow/table.h'
adding 'pyarrow/include/arrow/table_builder.h'
adding 'pyarrow/include/arrow/tensor.h'
adding 'pyarrow/include/arrow/type.h'
adding 'pyarrow/include/arrow/type_fwd.h'
adding 'pyarrow/include/arrow/type_traits.h'
adding 'pyarrow/include/arrow/visit_array_inline.h'
adding 'pyarrow/include/arrow/visit_data_inline.h'
adding 'pyarrow/include/arrow/visit_scalar_inline.h'
adding 'pyarrow/include/arrow/visit_type_inline.h'
adding 'pyarrow/include/arrow/visitor.h'
adding 'pyarrow/include/arrow/visitor_generate.h'
adding 'pyarrow/include/arrow/array/array_base.h'
adding 'pyarrow/include/arrow/array/array_binary.h'
adding 'pyarrow/include/arrow/array/array_decimal.h'
adding 'pyarrow/include/arrow/array/array_dict.h'
adding 'pyarrow/include/arrow/array/array_nested.h'
adding 'pyarrow/include/arrow/array/array_primitive.h'
adding 'pyarrow/include/arrow/array/builder_adaptive.h'
adding 'pyarrow/include/arrow/array/builder_base.h'
adding 'pyarrow/include/arrow/array/builder_binary.h'
adding 'pyarrow/include/arrow/array/builder_decimal.h'
adding 'pyarrow/include/arrow/array/builder_dict.h'
adding 'pyarrow/include/arrow/array/builder_nested.h'
adding 'pyarrow/include/arrow/array/builder_primitive.h'
adding 'pyarrow/include/arrow/array/builder_time.h'
adding 'pyarrow/include/arrow/array/builder_union.h'
adding 'pyarrow/include/arrow/array/concatenate.h'
adding 'pyarrow/include/arrow/array/data.h'
adding 'pyarrow/include/arrow/array/diff.h'
adding 'pyarrow/include/arrow/array/util.h'
adding 'pyarrow/include/arrow/array/validate.h'
adding 'pyarrow/include/arrow/c/abi.h'
adding 'pyarrow/include/arrow/c/bridge.h'
adding 'pyarrow/include/arrow/c/helpers.h'
adding 'pyarrow/include/arrow/compute/api.h'
adding 'pyarrow/include/arrow/compute/api_aggregate.h'
adding 'pyarrow/include/arrow/compute/api_scalar.h'
adding 'pyarrow/include/arrow/compute/api_vector.h'
adding 'pyarrow/include/arrow/compute/cast.h'
adding 'pyarrow/include/arrow/compute/exec.h'
adding 'pyarrow/include/arrow/compute/function.h'
adding 'pyarrow/include/arrow/compute/kernel.h'
adding 'pyarrow/include/arrow/compute/light_array.h'
adding 'pyarrow/include/arrow/compute/registry.h'
adding 'pyarrow/include/arrow/compute/type_fwd.h'
adding 'pyarrow/include/arrow/compute/exec/accumulation_queue.h'
adding 'pyarrow/include/arrow/compute/exec/aggregate.h'
adding 'pyarrow/include/arrow/compute/exec/asof_join_node.h'
adding 'pyarrow/include/arrow/compute/exec/benchmark_util.h'
adding 'pyarrow/include/arrow/compute/exec/bloom_filter.h'
adding 'pyarrow/include/arrow/compute/exec/exec_plan.h'
adding 'pyarrow/include/arrow/compute/exec/expression.h'
adding 'pyarrow/include/arrow/compute/exec/hash_join.h'
adding 'pyarrow/include/arrow/compute/exec/hash_join_dict.h'
adding 'pyarrow/include/arrow/compute/exec/hash_join_node.h'
adding 'pyarrow/include/arrow/compute/exec/key_hash.h'
adding 'pyarrow/include/arrow/compute/exec/key_map.h'
adding 'pyarrow/include/arrow/compute/exec/map_node.h'
adding 'pyarrow/include/arrow/compute/exec/options.h'
adding 'pyarrow/include/arrow/compute/exec/order_by_impl.h'
adding 'pyarrow/include/arrow/compute/exec/partition_util.h'
adding 'pyarrow/include/arrow/compute/exec/query_context.h'
adding 'pyarrow/include/arrow/compute/exec/schema_util.h'
adding 'pyarrow/include/arrow/compute/exec/swiss_join.h'
adding 'pyarrow/include/arrow/compute/exec/task_util.h'
adding 'pyarrow/include/arrow/compute/exec/test_util.h'
adding 'pyarrow/include/arrow/compute/exec/tpch_node.h'
adding 'pyarrow/include/arrow/compute/exec/util.h'
adding 'pyarrow/include/arrow/compute/row/grouper.h'
adding 'pyarrow/include/arrow/csv/api.h'
adding 'pyarrow/include/arrow/csv/chunker.h'
adding 'pyarrow/include/arrow/csv/column_builder.h'
adding 'pyarrow/include/arrow/csv/column_decoder.h'
adding 'pyarrow/include/arrow/csv/converter.h'
adding 'pyarrow/include/arrow/csv/invalid_row.h'
adding 'pyarrow/include/arrow/csv/options.h'
adding 'pyarrow/include/arrow/csv/parser.h'
adding 'pyarrow/include/arrow/csv/reader.h'
adding 'pyarrow/include/arrow/csv/test_common.h'
adding 'pyarrow/include/arrow/csv/type_fwd.h'
adding 'pyarrow/include/arrow/csv/writer.h'
adding 'pyarrow/include/arrow/dataset/api.h'
adding 'pyarrow/include/arrow/dataset/dataset.h'
adding 'pyarrow/include/arrow/dataset/dataset_writer.h'
adding 'pyarrow/include/arrow/dataset/discovery.h'
adding 'pyarrow/include/arrow/dataset/file_base.h'
adding 'pyarrow/include/arrow/dataset/file_csv.h'
adding 'pyarrow/include/arrow/dataset/file_ipc.h'
adding 'pyarrow/include/arrow/dataset/file_orc.h'
adding 'pyarrow/include/arrow/dataset/file_parquet.h'
adding 'pyarrow/include/arrow/dataset/partition.h'
adding 'pyarrow/include/arrow/dataset/pch.h'
adding 'pyarrow/include/arrow/dataset/plan.h'
adding 'pyarrow/include/arrow/dataset/projector.h'
adding 'pyarrow/include/arrow/dataset/scanner.h'
adding 'pyarrow/include/arrow/dataset/test_util.h'
adding 'pyarrow/include/arrow/dataset/type_fwd.h'
adding 'pyarrow/include/arrow/dataset/visibility.h'
adding 'pyarrow/include/arrow/engine/substrait/api.h'
adding 'pyarrow/include/arrow/engine/substrait/extension_set.h'
adding 'pyarrow/include/arrow/engine/substrait/extension_types.h'
adding 'pyarrow/include/arrow/engine/substrait/options.h'
adding 'pyarrow/include/arrow/engine/substrait/pch.h'
adding 'pyarrow/include/arrow/engine/substrait/relation.h'
adding 'pyarrow/include/arrow/engine/substrait/serde.h'
adding 'pyarrow/include/arrow/engine/substrait/test_plan_builder.h'
adding 'pyarrow/include/arrow/engine/substrait/type_fwd.h'
adding 'pyarrow/include/arrow/engine/substrait/util.h'
adding 'pyarrow/include/arrow/engine/substrait/visibility.h'
adding 'pyarrow/include/arrow/filesystem/api.h'
adding 'pyarrow/include/arrow/filesystem/filesystem.h'
adding 'pyarrow/include/arrow/filesystem/gcsfs.h'
adding 'pyarrow/include/arrow/filesystem/hdfs.h'
adding 'pyarrow/include/arrow/filesystem/localfs.h'
adding 'pyarrow/include/arrow/filesystem/mockfs.h'
adding 'pyarrow/include/arrow/filesystem/path_util.h'
adding 'pyarrow/include/arrow/filesystem/s3_test_util.h'
adding 'pyarrow/include/arrow/filesystem/s3fs.h'
adding 'pyarrow/include/arrow/filesystem/test_util.h'
adding 'pyarrow/include/arrow/filesystem/type_fwd.h'
adding 'pyarrow/include/arrow/flight/api.h'
adding 'pyarrow/include/arrow/flight/client.h'
adding 'pyarrow/include/arrow/flight/client_auth.h'
adding 'pyarrow/include/arrow/flight/client_cookie_middleware.h'
adding 'pyarrow/include/arrow/flight/client_middleware.h'
adding 'pyarrow/include/arrow/flight/client_tracing_middleware.h'
adding 'pyarrow/include/arrow/flight/middleware.h'
adding 'pyarrow/include/arrow/flight/pch.h'
adding 'pyarrow/include/arrow/flight/platform.h'
adding 'pyarrow/include/arrow/flight/server.h'
adding 'pyarrow/include/arrow/flight/server_auth.h'
adding 'pyarrow/include/arrow/flight/server_middleware.h'
adding 'pyarrow/include/arrow/flight/server_tracing_middleware.h'
adding 'pyarrow/include/arrow/flight/test_definitions.h'
adding 'pyarrow/include/arrow/flight/test_util.h'
adding 'pyarrow/include/arrow/flight/transport.h'
adding 'pyarrow/include/arrow/flight/transport_server.h'
adding 'pyarrow/include/arrow/flight/type_fwd.h'
adding 'pyarrow/include/arrow/flight/types.h'
adding 'pyarrow/include/arrow/flight/visibility.h'
adding 'pyarrow/include/arrow/flight/sql/api.h'
adding 'pyarrow/include/arrow/flight/sql/client.h'
adding 'pyarrow/include/arrow/flight/sql/column_metadata.h'
adding 'pyarrow/include/arrow/flight/sql/server.h'
adding 'pyarrow/include/arrow/flight/sql/types.h'
adding 'pyarrow/include/arrow/flight/sql/visibility.h'
adding 'pyarrow/include/arrow/io/api.h'
adding 'pyarrow/include/arrow/io/buffered.h'
adding 'pyarrow/include/arrow/io/caching.h'
adding 'pyarrow/include/arrow/io/compressed.h'
adding 'pyarrow/include/arrow/io/concurrency.h'
adding 'pyarrow/include/arrow/io/file.h'
adding 'pyarrow/include/arrow/io/hdfs.h'
adding 'pyarrow/include/arrow/io/interfaces.h'
adding 'pyarrow/include/arrow/io/memory.h'
adding 'pyarrow/include/arrow/io/mman.h'
adding 'pyarrow/include/arrow/io/slow.h'
adding 'pyarrow/include/arrow/io/stdio.h'
adding 'pyarrow/include/arrow/io/test_common.h'
adding 'pyarrow/include/arrow/io/transform.h'
adding 'pyarrow/include/arrow/io/type_fwd.h'
adding 'pyarrow/include/arrow/ipc/api.h'
adding 'pyarrow/include/arrow/ipc/dictionary.h'
adding 'pyarrow/include/arrow/ipc/feather.h'
adding 'pyarrow/include/arrow/ipc/json_simple.h'
adding 'pyarrow/include/arrow/ipc/message.h'
adding 'pyarrow/include/arrow/ipc/options.h'
adding 'pyarrow/include/arrow/ipc/reader.h'
adding 'pyarrow/include/arrow/ipc/test_common.h'
adding 'pyarrow/include/arrow/ipc/type_fwd.h'
adding 'pyarrow/include/arrow/ipc/util.h'
adding 'pyarrow/include/arrow/ipc/writer.h'
adding 'pyarrow/include/arrow/json/api.h'
adding 'pyarrow/include/arrow/json/chunked_builder.h'
adding 'pyarrow/include/arrow/json/chunker.h'
adding 'pyarrow/include/arrow/json/converter.h'
adding 'pyarrow/include/arrow/json/object_parser.h'
adding 'pyarrow/include/arrow/json/object_writer.h'
adding 'pyarrow/include/arrow/json/options.h'
adding 'pyarrow/include/arrow/json/parser.h'
adding 'pyarrow/include/arrow/json/rapidjson_defs.h'
adding 'pyarrow/include/arrow/json/reader.h'
adding 'pyarrow/include/arrow/json/test_common.h'
adding 'pyarrow/include/arrow/json/type_fwd.h'
adding 'pyarrow/include/arrow/python/api.h'
adding 'pyarrow/include/arrow/python/arrow_to_pandas.h'
adding 'pyarrow/include/arrow/python/benchmark.h'
adding 'pyarrow/include/arrow/python/common.h'
adding 'pyarrow/include/arrow/python/csv.h'
adding 'pyarrow/include/arrow/python/datetime.h'
adding 'pyarrow/include/arrow/python/decimal.h'
adding 'pyarrow/include/arrow/python/deserialize.h'
adding 'pyarrow/include/arrow/python/extension_type.h'
adding 'pyarrow/include/arrow/python/filesystem.h'
adding 'pyarrow/include/arrow/python/flight.h'
adding 'pyarrow/include/arrow/python/gdb.h'
adding 'pyarrow/include/arrow/python/helpers.h'
adding 'pyarrow/include/arrow/python/inference.h'
adding 'pyarrow/include/arrow/python/init.h'
adding 'pyarrow/include/arrow/python/io.h'
adding 'pyarrow/include/arrow/python/ipc.h'
adding 'pyarrow/include/arrow/python/iterators.h'
adding 'pyarrow/include/arrow/python/lib.h'
adding 'pyarrow/include/arrow/python/lib_api.h'
adding 'pyarrow/include/arrow/python/numpy_convert.h'
adding 'pyarrow/include/arrow/python/numpy_interop.h'
adding 'pyarrow/include/arrow/python/numpy_to_arrow.h'
adding 'pyarrow/include/arrow/python/parquet_encryption.h'
adding 'pyarrow/include/arrow/python/pch.h'
adding 'pyarrow/include/arrow/python/platform.h'
adding 'pyarrow/include/arrow/python/pyarrow.h'
adding 'pyarrow/include/arrow/python/pyarrow_api.h'
adding 'pyarrow/include/arrow/python/pyarrow_lib.h'
adding 'pyarrow/include/arrow/python/python_test.h'
adding 'pyarrow/include/arrow/python/python_to_arrow.h'
adding 'pyarrow/include/arrow/python/serialize.h'
adding 'pyarrow/include/arrow/python/type_traits.h'
adding 'pyarrow/include/arrow/python/udf.h'
adding 'pyarrow/include/arrow/python/visibility.h'
adding 'pyarrow/include/arrow/tensor/converter.h'
adding 'pyarrow/include/arrow/testing/async_test_util.h'
adding 'pyarrow/include/arrow/testing/builder.h'
adding 'pyarrow/include/arrow/testing/executor_util.h'
adding 'pyarrow/include/arrow/testing/extension_type.h'
adding 'pyarrow/include/arrow/testing/future_util.h'
adding 'pyarrow/include/arrow/testing/generator.h'
adding 'pyarrow/include/arrow/testing/gtest_compat.h'
adding 'pyarrow/include/arrow/testing/gtest_util.h'
adding 'pyarrow/include/arrow/testing/json_integration.h'
adding 'pyarrow/include/arrow/testing/matchers.h'
adding 'pyarrow/include/arrow/testing/pch.h'
adding 'pyarrow/include/arrow/testing/random.h'
adding 'pyarrow/include/arrow/testing/uniform_real.h'
adding 'pyarrow/include/arrow/testing/util.h'
adding 'pyarrow/include/arrow/testing/visibility.h'
adding 'pyarrow/include/arrow/util/algorithm.h'
adding 'pyarrow/include/arrow/util/align_util.h'
adding 'pyarrow/include/arrow/util/aligned_storage.h'
adding 'pyarrow/include/arrow/util/async_generator.h'
adding 'pyarrow/include/arrow/util/async_generator_fwd.h'
adding 'pyarrow/include/arrow/util/async_util.h'
adding 'pyarrow/include/arrow/util/base64.h'
adding 'pyarrow/include/arrow/util/basic_decimal.h'
adding 'pyarrow/include/arrow/util/benchmark_util.h'
adding 'pyarrow/include/arrow/util/bit_block_counter.h'
adding 'pyarrow/include/arrow/util/bit_run_reader.h'
adding 'pyarrow/include/arrow/util/bit_stream_utils.h'
adding 'pyarrow/include/arrow/util/bit_util.h'
adding 'pyarrow/include/arrow/util/bitmap.h'
adding 'pyarrow/include/arrow/util/bitmap_builders.h'
adding 'pyarrow/include/arrow/util/bitmap_generate.h'
adding 'pyarrow/include/arrow/util/bitmap_ops.h'
adding 'pyarrow/include/arrow/util/bitmap_reader.h'
adding 'pyarrow/include/arrow/util/bitmap_visit.h'
adding 'pyarrow/include/arrow/util/bitmap_writer.h'
adding 'pyarrow/include/arrow/util/bitset_stack.h'
adding 'pyarrow/include/arrow/util/bpacking.h'
adding 'pyarrow/include/arrow/util/bpacking64_default.h'
adding 'pyarrow/include/arrow/util/bpacking_avx2.h'
adding 'pyarrow/include/arrow/util/bpacking_avx512.h'
adding 'pyarrow/include/arrow/util/bpacking_default.h'
adding 'pyarrow/include/arrow/util/bpacking_neon.h'
adding 'pyarrow/include/arrow/util/bpacking_simd128_generated.h'
adding 'pyarrow/include/arrow/util/bpacking_simd256_generated.h'
adding 'pyarrow/include/arrow/util/bpacking_simd512_generated.h'
adding 'pyarrow/include/arrow/util/byte_size.h'
adding 'pyarrow/include/arrow/util/byte_stream_split.h'
adding 'pyarrow/include/arrow/util/bytes_view.h'
adding 'pyarrow/include/arrow/util/cancel.h'
adding 'pyarrow/include/arrow/util/checked_cast.h'
adding 'pyarrow/include/arrow/util/compare.h'
adding 'pyarrow/include/arrow/util/compression.h'
adding 'pyarrow/include/arrow/util/concurrent_map.h'
adding 'pyarrow/include/arrow/util/config.h'
adding 'pyarrow/include/arrow/util/converter.h'
adding 'pyarrow/include/arrow/util/counting_semaphore.h'
adding 'pyarrow/include/arrow/util/cpu_info.h'
adding 'pyarrow/include/arrow/util/debug.h'
adding 'pyarrow/include/arrow/util/decimal.h'
adding 'pyarrow/include/arrow/util/delimiting.h'
adding 'pyarrow/include/arrow/util/dispatch.h'
adding 'pyarrow/include/arrow/util/double_conversion.h'
adding 'pyarrow/include/arrow/util/endian.h'
adding 'pyarrow/include/arrow/util/formatting.h'
adding 'pyarrow/include/arrow/util/functional.h'
adding 'pyarrow/include/arrow/util/future.h'
adding 'pyarrow/include/arrow/util/hash_util.h'
adding 'pyarrow/include/arrow/util/hashing.h'
adding 'pyarrow/include/arrow/util/int_util.h'
adding 'pyarrow/include/arrow/util/int_util_overflow.h'
adding 'pyarrow/include/arrow/util/io_util.h'
adding 'pyarrow/include/arrow/util/iterator.h'
adding 'pyarrow/include/arrow/util/key_value_metadata.h'
adding 'pyarrow/include/arrow/util/launder.h'
adding 'pyarrow/include/arrow/util/logging.h'
adding 'pyarrow/include/arrow/util/macros.h'
adding 'pyarrow/include/arrow/util/map.h'
adding 'pyarrow/include/arrow/util/math_constants.h'
adding 'pyarrow/include/arrow/util/memory.h'
adding 'pyarrow/include/arrow/util/mutex.h'
adding 'pyarrow/include/arrow/util/parallel.h'
adding 'pyarrow/include/arrow/util/pcg_random.h'
adding 'pyarrow/include/arrow/util/print.h'
adding 'pyarrow/include/arrow/util/queue.h'
adding 'pyarrow/include/arrow/util/range.h'
adding 'pyarrow/include/arrow/util/regex.h'
adding 'pyarrow/include/arrow/util/rle_encoding.h'
adding 'pyarrow/include/arrow/util/simd.h'
adding 'pyarrow/include/arrow/util/small_vector.h'
adding 'pyarrow/include/arrow/util/sort.h'
adding 'pyarrow/include/arrow/util/spaced.h'
adding 'pyarrow/include/arrow/util/stopwatch.h'
adding 'pyarrow/include/arrow/util/string.h'
adding 'pyarrow/include/arrow/util/string_builder.h'
adding 'pyarrow/include/arrow/util/task_group.h'
adding 'pyarrow/include/arrow/util/tdigest.h'
adding 'pyarrow/include/arrow/util/test_common.h'
adding 'pyarrow/include/arrow/util/thread_pool.h'
adding 'pyarrow/include/arrow/util/time.h'
adding 'pyarrow/include/arrow/util/tracing.h'
adding 'pyarrow/include/arrow/util/trie.h'
adding 'pyarrow/include/arrow/util/type_fwd.h'
adding 'pyarrow/include/arrow/util/type_traits.h'
adding 'pyarrow/include/arrow/util/ubsan.h'
adding 'pyarrow/include/arrow/util/unreachable.h'
adding 'pyarrow/include/arrow/util/uri.h'
adding 'pyarrow/include/arrow/util/utf8.h'
adding 'pyarrow/include/arrow/util/value_parsing.h'
adding 'pyarrow/include/arrow/util/vector.h'
adding 'pyarrow/include/arrow/util/visibility.h'
adding 'pyarrow/include/arrow/util/windows_compatibility.h'
adding 'pyarrow/include/arrow/util/windows_fixup.h'
adding 'pyarrow/include/arrow/vendored/ProducerConsumerQueue.h'
adding 'pyarrow/include/arrow/vendored/datetime.h'
adding 'pyarrow/include/arrow/vendored/strptime.h'
adding 'pyarrow/include/arrow/vendored/xxhash.h'
adding 'pyarrow/include/arrow/vendored/datetime/date.h'
adding 'pyarrow/include/arrow/vendored/datetime/ios.h'
adding 'pyarrow/include/arrow/vendored/datetime/tz.h'
adding 'pyarrow/include/arrow/vendored/datetime/tz_private.h'
adding 'pyarrow/include/arrow/vendored/datetime/visibility.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/bignum.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/cached-powers.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/diy-fp.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/double-conversion.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/ieee.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/strtod.h'
adding 'pyarrow/include/arrow/vendored/double-conversion/utils.h'
adding 'pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp'
adding 'pyarrow/include/arrow/vendored/pcg/pcg_random.hpp'
adding 'pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp'
adding 'pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h'
adding 'pyarrow/include/arrow/vendored/portable-snippets/safe-math.h'
adding 'pyarrow/include/arrow/vendored/xxhash/xxhash.h'
adding 'pyarrow/includes/__init__.pxd'
adding 'pyarrow/includes/common.pxd'
adding 'pyarrow/includes/libarrow.pxd'
adding 'pyarrow/includes/libarrow_cuda.pxd'
adding 'pyarrow/includes/libarrow_dataset.pxd'
adding 'pyarrow/includes/libarrow_dataset_parquet.pxd'
adding 'pyarrow/includes/libarrow_feather.pxd'
adding 'pyarrow/includes/libarrow_flight.pxd'
adding 'pyarrow/includes/libarrow_fs.pxd'
adding 'pyarrow/includes/libarrow_python.pxd'
adding 'pyarrow/includes/libarrow_substrait.pxd'
adding 'pyarrow/includes/libgandiva.pxd'
adding 'pyarrow/includes/libplasma.pxd'
adding 'pyarrow/interchange/__init__.py'
adding 'pyarrow/interchange/buffer.py'
adding 'pyarrow/interchange/column.py'
adding 'pyarrow/interchange/dataframe.py'
adding 'pyarrow/interchange/from_dataframe.py'
adding 'pyarrow/parquet/__init__.py'
adding 'pyarrow/parquet/core.py'
adding 'pyarrow/parquet/encryption.py'
adding 'pyarrow/src/arrow/python/CMakeLists.txt'
adding 'pyarrow/src/arrow/python/api.h'
adding 'pyarrow/src/arrow/python/arrow_to_pandas.cc'
adding 'pyarrow/src/arrow/python/arrow_to_pandas.h'
adding 'pyarrow/src/arrow/python/arrow_to_python_internal.h'
adding 'pyarrow/src/arrow/python/benchmark.cc'
adding 'pyarrow/src/arrow/python/benchmark.h'
adding 'pyarrow/src/arrow/python/common.cc'
adding 'pyarrow/src/arrow/python/common.h'
adding 'pyarrow/src/arrow/python/csv.cc'
adding 'pyarrow/src/arrow/python/csv.h'
adding 'pyarrow/src/arrow/python/datetime.cc'
adding 'pyarrow/src/arrow/python/datetime.h'
adding 'pyarrow/src/arrow/python/decimal.cc'
adding 'pyarrow/src/arrow/python/decimal.h'
adding 'pyarrow/src/arrow/python/deserialize.cc'
adding 'pyarrow/src/arrow/python/deserialize.h'
adding 'pyarrow/src/arrow/python/extension_type.cc'
adding 'pyarrow/src/arrow/python/extension_type.h'
adding 'pyarrow/src/arrow/python/filesystem.cc'
adding 'pyarrow/src/arrow/python/filesystem.h'
adding 'pyarrow/src/arrow/python/flight.cc'
adding 'pyarrow/src/arrow/python/flight.h'
adding 'pyarrow/src/arrow/python/gdb.cc'
adding 'pyarrow/src/arrow/python/gdb.h'
adding 'pyarrow/src/arrow/python/helpers.cc'
adding 'pyarrow/src/arrow/python/helpers.h'
adding 'pyarrow/src/arrow/python/inference.cc'
adding 'pyarrow/src/arrow/python/inference.h'
adding 'pyarrow/src/arrow/python/init.cc'
adding 'pyarrow/src/arrow/python/init.h'
adding 'pyarrow/src/arrow/python/io.cc'
adding 'pyarrow/src/arrow/python/io.h'
adding 'pyarrow/src/arrow/python/ipc.cc'
adding 'pyarrow/src/arrow/python/ipc.h'
adding 'pyarrow/src/arrow/python/iterators.h'
adding 'pyarrow/src/arrow/python/numpy_convert.cc'
adding 'pyarrow/src/arrow/python/numpy_convert.h'
adding 'pyarrow/src/arrow/python/numpy_internal.h'
adding 'pyarrow/src/arrow/python/numpy_interop.h'
adding 'pyarrow/src/arrow/python/numpy_to_arrow.cc'
adding 'pyarrow/src/arrow/python/numpy_to_arrow.h'
adding 'pyarrow/src/arrow/python/parquet_encryption.cc'
adding 'pyarrow/src/arrow/python/parquet_encryption.h'
adding 'pyarrow/src/arrow/python/pch.h'
adding 'pyarrow/src/arrow/python/platform.h'
adding 'pyarrow/src/arrow/python/pyarrow.cc'
adding 'pyarrow/src/arrow/python/pyarrow.h'
adding 'pyarrow/src/arrow/python/pyarrow_api.h'
adding 'pyarrow/src/arrow/python/pyarrow_lib.h'
adding 'pyarrow/src/arrow/python/python_test.cc'
adding 'pyarrow/src/arrow/python/python_test.h'
adding 'pyarrow/src/arrow/python/python_to_arrow.cc'
adding 'pyarrow/src/arrow/python/python_to_arrow.h'
adding 'pyarrow/src/arrow/python/serialize.cc'
adding 'pyarrow/src/arrow/python/serialize.h'
adding 'pyarrow/src/arrow/python/type_traits.h'
adding 'pyarrow/src/arrow/python/udf.cc'
adding 'pyarrow/src/arrow/python/udf.h'
adding 'pyarrow/src/arrow/python/visibility.h'
adding 'pyarrow/tensorflow/plasma_op.cc'
adding 'pyarrow/tests/__init__.py'
adding 'pyarrow/tests/arrow_16597.py'
adding 'pyarrow/tests/arrow_7980.py'
adding 'pyarrow/tests/bound_function_visit_strings.pyx'
adding 'pyarrow/tests/conftest.py'
adding 'pyarrow/tests/deserialize_buffer.py'
adding 'pyarrow/tests/pandas_examples.py'
adding 'pyarrow/tests/pandas_threaded_import.py'
adding 'pyarrow/tests/pyarrow_cython_example.pyx'
adding 'pyarrow/tests/read_record_batch.py'
adding 'pyarrow/tests/strategies.py'
adding 'pyarrow/tests/test_adhoc_memory_leak.py'
adding 'pyarrow/tests/test_array.py'
adding 'pyarrow/tests/test_builder.py'
adding 'pyarrow/tests/test_cffi.py'
adding 'pyarrow/tests/test_compute.py'
adding 'pyarrow/tests/test_convert_builtin.py'
adding 'pyarrow/tests/test_cpp_internals.py'
adding 'pyarrow/tests/test_csv.py'
adding 'pyarrow/tests/test_cuda.py'
adding 'pyarrow/tests/test_cuda_numba_interop.py'
adding 'pyarrow/tests/test_cython.py'
adding 'pyarrow/tests/test_dataset.py'
adding 'pyarrow/tests/test_deprecations.py'
adding 'pyarrow/tests/test_exec_plan.py'
adding 'pyarrow/tests/test_extension_type.py'
adding 'pyarrow/tests/test_feather.py'
adding 'pyarrow/tests/test_filesystem.py'
adding 'pyarrow/tests/test_flight.py'
adding 'pyarrow/tests/test_fs.py'
adding 'pyarrow/tests/test_gandiva.py'
adding 'pyarrow/tests/test_gdb.py'
adding 'pyarrow/tests/test_hdfs.py'
adding 'pyarrow/tests/test_io.py'
adding 'pyarrow/tests/test_ipc.py'
adding 'pyarrow/tests/test_json.py'
adding 'pyarrow/tests/test_jvm.py'
adding 'pyarrow/tests/test_memory.py'
adding 'pyarrow/tests/test_misc.py'
adding 'pyarrow/tests/test_orc.py'
adding 'pyarrow/tests/test_pandas.py'
adding 'pyarrow/tests/test_plasma.py'
adding 'pyarrow/tests/test_plasma_tf_op.py'
adding 'pyarrow/tests/test_scalars.py'
adding 'pyarrow/tests/test_schema.py'
adding 'pyarrow/tests/test_serialization.py'
adding 'pyarrow/tests/test_serialization_deprecated.py'
adding 'pyarrow/tests/test_sparse_tensor.py'
adding 'pyarrow/tests/test_strategies.py'
adding 'pyarrow/tests/test_substrait.py'
adding 'pyarrow/tests/test_table.py'
adding 'pyarrow/tests/test_tensor.py'
adding 'pyarrow/tests/test_types.py'
adding 'pyarrow/tests/test_udf.py'
adding 'pyarrow/tests/test_util.py'
adding 'pyarrow/tests/util.py'
adding 'pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather'
adding 'pyarrow/tests/data/orc/README.md'
adding 'pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz'
adding 'pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc'
adding 'pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz'
adding 'pyarrow/tests/data/orc/TestOrcFile.test1.orc'
adding 'pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz'
adding 'pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc'
adding 'pyarrow/tests/data/orc/decimal.jsn.gz'
adding 'pyarrow/tests/data/orc/decimal.orc'
adding 'pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet'
adding 'pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet'
adding 'pyarrow/tests/data/parquet/v0.7.1.parquet'
adding 'pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet'
adding 'pyarrow/tests/interchange/__init__.py'
adding 'pyarrow/tests/interchange/test_conversion.py'
adding 'pyarrow/tests/interchange/test_interchange_spec.py'
adding 'pyarrow/tests/parquet/__init__.py'
adding 'pyarrow/tests/parquet/common.py'
adding 'pyarrow/tests/parquet/conftest.py'
adding 'pyarrow/tests/parquet/encryption.py'
adding 'pyarrow/tests/parquet/test_basic.py'
adding 'pyarrow/tests/parquet/test_compliant_nested_type.py'
adding 'pyarrow/tests/parquet/test_data_types.py'
adding 'pyarrow/tests/parquet/test_dataset.py'
adding 'pyarrow/tests/parquet/test_datetime.py'
adding 'pyarrow/tests/parquet/test_encryption.py'
adding 'pyarrow/tests/parquet/test_metadata.py'
adding 'pyarrow/tests/parquet/test_pandas.py'
adding 'pyarrow/tests/parquet/test_parquet_file.py'
adding 'pyarrow/tests/parquet/test_parquet_writer.py'
adding 'pyarrow/vendored/__init__.py'
adding 'pyarrow/vendored/docscrape.py'
adding 'pyarrow/vendored/version.py'
adding 'pyarrow-11.0.0.dist-info/LICENSE.txt'
adding 'pyarrow-11.0.0.dist-info/METADATA'
adding 'pyarrow-11.0.0.dist-info/NOTICE.txt'
adding 'pyarrow-11.0.0.dist-info/WHEEL'
adding 'pyarrow-11.0.0.dist-info/entry_points.txt'
adding 'pyarrow-11.0.0.dist-info/top_level.txt'
adding 'pyarrow-11.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
buildPhase completed in 2 minutes 47 seconds
installing
Executing pipInstallPhase
/build/apache-arrow-11.0.0/python/dist /build/apache-arrow-11.0.0/python
Processing ./pyarrow-11.0.0-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: numpy>=1.16.6 in /nix/store/g7z1488i6lhqvh1p3mcg0gcrnll9986v-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from pyarrow==11.0.0) (1.24.2)
Installing collected packages: pyarrow
Successfully installed pyarrow-11.0.0
/build/apache-arrow-11.0.0/python
Finished executing pipInstallPhase
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/libarrow_python.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_hdfsio.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/lib.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_csv.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_json.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_pyarrow_cpp_tests.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_hdfs.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_dataset.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_feather.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_s3fs.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_exec_plan.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_flight.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_fs.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_gcsfs.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_dataset_parquet.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/libarrow_python_flight.so
shrinking /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib/python3.10/site-packages/pyarrow/_compute.cpython-310-x86_64-linux-gnu.so
checking for references to /build/ in /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0...
patching script interpreter paths in /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0
stripping (with command strip and flags -S) in /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/lib /nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/dglprwm6ai1z84k24q6bhibcalgkgkr4-python3.10-pyarrow-11.0.0-dist
checking for references to /build/ in /nix/store/dglprwm6ai1z84k24q6bhibcalgkgkr4-python3.10-pyarrow-11.0.0-dist...
patching script interpreter paths in /nix/store/dglprwm6ai1z84k24q6bhibcalgkgkr4-python3.10-pyarrow-11.0.0-dist
Rewriting #!/nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10/bin/python3.10 to #!/nix/store/syz2y6j53y5hpzbs7l0965zwxshi8iyl-python3-3.10.10
wrapping `/nix/store/dddr62g2qzr3p8bd484qh415m9zic1nz-python3.10-pyarrow-11.0.0/bin/plasma_store'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
running install tests
no Makefile or custom installCheckPhase, doing nothing
pythonCatchConflictsPhase
pythonRemoveBinBytecodePhase
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: pyarrow pyarrow.compute pyarrow.csv pyarrow.dataset pyarrow.feather pyarrow.flight pyarrow.fs pyarrow.hdfs pyarrow.json pyarrow.parquet
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.10.10, pytest-7.2.1, pluggy-1.0.0
rootdir: /build/apache-arrow-11.0.0/python, configfile: setup.cfg
plugins: hypothesis-6.68.2, lazy-fixture-0.6.3
collected 7141 items / 39 deselected / 3 skipped / 7102 selected
pyarrow/tests/test_adhoc_memory_leak.py s [ 0%]
pyarrow/tests/test_array.py ........................s................... [ 0%]
........................................................................ [ 1%]
................s....................................................... [ 2%]
.............................ss............... [ 3%]
pyarrow/tests/test_builder.py .... [ 3%]
pyarrow/tests/test_cffi.py ........... [ 3%]
pyarrow/tests/test_compute.py .......................................... [ 4%]
........................................................................ [ 5%]
........................................................................ [ 6%]
........................................................................ [ 7%]
........................................................................ [ 8%]
........................................................................ [ 9%]
.......................... [ 9%]
pyarrow/tests/test_convert_builtin.py .................................. [ 10%]
........................................................................ [ 11%]
........................................................................ [ 12%]
..................................x..................................... [ 13%]
.................................................x...................... [ 14%]
.ssssss................................................................. [ 15%]
.......................................sssssssss [ 15%]
pyarrow/tests/test_cpp_internals.py ............................ [ 16%]
pyarrow/tests/test_csv.py .............................................. [ 16%]
................................................................s....... [ 17%]
. [ 17%]
pyarrow/tests/test_cython.py .. [ 17%]
pyarrow/tests/test_dataset.py .......................................... [ 18%]
........................................................................ [ 19%]
..............................................ssss....................ss [ 20%]
ss.s..s...s............................................................. [ 21%]
.........ss................ [ 21%]
pyarrow/tests/test_exec_plan.py ........................................ [ 22%]
. [ 22%]
pyarrow/tests/test_extension_type.py ................................... [ 22%]
........................ [ 23%]
pyarrow/tests/test_feather.py .........................s...ss........... [ 23%]
.................s...ss....x........s.....s.. [ 24%]
pyarrow/tests/test_filesystem.py ..... [ 24%]
pyarrow/tests/test_flight.py ...s.............s.....s...........s....... [ 25%]
ss..............F..ss.s... [ 25%]
pyarrow/tests/test_fs.py s.......ssx.x..s...ssx.x..s....ss.....s...ss... [ 26%]
..s...ss.....s...ss.....s...ss.....s...ss.....s...ss.....s....ss.....s.. [ 27%]
.ss.....s...ss.....s...ss.....s............ssssssss....................s [ 28%]
sss...ss.....s...ss.....s............ssssssss....................ssss... [ 29%]
.........ssssssss....................ssss...ss.....s.......s............ [ 30%]
......s...........s. [ 30%]
pyarrow/tests/test_gandiva.py ssssssssssss [ 30%]
pyarrow/tests/test_gdb.py sssssssssssssssssssss [ 31%]
pyarrow/tests/test_hdfs.py ssssssssssssssssssssssss [ 31%]
pyarrow/tests/test_io.py ............................................... [ 32%]
.........s.....s......................................s....s......s....x [ 33%]
s................................ [ 33%]
pyarrow/tests/test_ipc.py .............................................. [ 34%]
................. [ 34%]
pyarrow/tests/test_json.py ............................ [ 34%]
pyarrow/tests/test_memory.py ........................ [ 35%]
pyarrow/tests/test_misc.py .s........................................... [ 35%]
.................................................... [ 36%]
pyarrow/tests/test_orc.py sssssssssssss [ 36%]
pyarrow/tests/test_pandas.py ........................................... [ 37%]
....................................s............................sss.... [ 38%]
.................................................s...........s.......... [ 39%]
..................................s..................................... [ 40%]
.................................................. [ 41%]
pyarrow/tests/test_plasma.py ssssssssssssssssssssssssssssssssss [ 41%]
pyarrow/tests/test_plasma_tf_op.py s [ 41%]
pyarrow/tests/test_scalars.py .......................................... [ 42%]
...............................s....s.................... [ 42%]
pyarrow/tests/test_schema.py ................................ [ 43%]
pyarrow/tests/test_serialization.py ...........ss....................... [ 43%]
........................................................................ [ 44%]
........................................................................ [ 45%]
..............s......................................................... [ 46%]
........................................................................ [ 47%]
........................................................................ [ 48%]
........................................................................ [ 49%]
........................................................................ [ 50%]
........................................................................ [ 51%]
........................................................................ [ 52%]
............................................s.............. [ 53%]
pyarrow/tests/test_serialization_deprecated.py .. [ 53%]
pyarrow/tests/test_sparse_tensor.py .................................... [ 54%]
........................................................................ [ 55%]
..............................................sssssssssss [ 56%]
pyarrow/tests/test_strategies.py ssssssss [ 56%]
pyarrow/tests/test_substrait.py sssssssssssss [ 56%]
pyarrow/tests/test_table.py ........................s................... [ 57%]
.................................................................... [ 58%]
pyarrow/tests/test_tensor.py ..................... [ 58%]
pyarrow/tests/test_types.py ....................s....................... [ 58%]
...............................ss. [ 59%]
pyarrow/tests/test_udf.py ................. [ 59%]
pyarrow/tests/test_util.py s [ 59%]
pyarrow/tests/interchange/test_conversion.py ....................s...... [ 60%]
..................s.....s............................................... [ 61%]
........................................................................ [ 62%]
........................................................................ [ 63%]
........................................................................ [ 64%]
........................................................................ [ 65%]
........................................................................ [ 66%]
........................................................................ [ 67%]
........................................................................ [ 68%]
........................................................................ [ 69%]
........................................................................ [ 70%]
........................................................................ [ 71%]
........................................................................ [ 72%]
........................................................................ [ 73%]
........................................................................ [ 74%]
........................................................................ [ 75%]
........................................................................ [ 76%]
........................................................................ [ 77%]
........................................................................ [ 78%]
........................................................................ [ 79%]
........................................................................ [ 80%]
........................................................................ [ 81%]
........................................................................ [ 82%]
........................................................................ [ 83%]
........................................................................ [ 84%]
..................................s... [ 84%]
pyarrow/tests/interchange/test_interchange_spec.py s.................... [ 85%]
........................................................................ [ 86%]
........................................................................ [ 87%]
........................................................................ [ 88%]
........................................................................ [ 89%]
........................................................................ [ 90%]
........................................................................ [ 91%]
........................................................................ [ 92%]
........................................................................ [ 93%]
.............................. [ 93%]
pyarrow/tests/parquet/test_basic.py .................s............s..... [ 94%]
s...........................s...................................... [ 95%]
pyarrow/tests/parquet/test_compliant_nested_type.py ........ [ 95%]
pyarrow/tests/parquet/test_data_types.py ..............X................ [ 95%]
.sssssss.ss [ 95%]
pyarrow/tests/parquet/test_dataset.py ....x..........xx.......x......... [ 96%]
............x.ssss..ssss..........................x.x...........ssssss.s [ 97%]
...................... [ 97%]
pyarrow/tests/parquet/test_datetime.py ................... [ 97%]
pyarrow/tests/parquet/test_encryption.py .............Xx. [ 98%]
pyarrow/tests/parquet/test_metadata.py .........................s.....s [ 98%]
pyarrow/tests/parquet/test_pandas.py .......s........................... [ 99%]
....................... [ 99%]
pyarrow/tests/parquet/test_parquet_file.py ...............ss [ 99%]
pyarrow/tests/parquet/test_parquet_writer.py .............sss.... [100%]
=================================== FAILURES ===================================
_____________________________ test_generic_options _____________________________
@pytest.mark.requires_testing_data
def test_generic_options():
"""Test setting generic client options."""
certs = example_tls_certs()
with ConstantFlightServer(tls_certificates=certs["certificates"]) as s:
# Try setting a string argument that will make requests fail
options = [("grpc.ssl_target_name_override", "fakehostname")]
client = flight.connect(('localhost', s.port),
tls_root_certs=certs["root_cert"],
generic_options=options)
with pytest.raises(flight.FlightUnavailableError):
client.do_get(flight.Ticket(b'ints'))
client.close()
# Try setting an int argument that will make requests fail
options = [("grpc.max_receive_message_length", 32)]
client = flight.connect(('localhost', s.port),
tls_root_certs=certs["root_cert"],
generic_options=options)
with pytest.raises(pa.ArrowInvalid):
> client.do_get(flight.Ticket(b'ints'))
pyarrow/tests/test_flight.py:1976:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pyarrow/_flight.pyx:1539: in pyarrow._flight.FlightClient.do_get
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E pyarrow._flight.FlightCancelledError: Flight cancelled call, with message: CANCELLED. gRPC client debug context: UNKNOWN:Error received from peer localhost:33547 {grpc_message:"CANCELLED", grpc_status:1, created_time:"2023-04-03T23:31:46.75499717+00:00"}. Client context: IOError: Server never sent a data message. Detail: Internal
E /build/apache-arrow-11.0.0/cpp/src/arrow/flight/client.cc:642 static_cast<ClientStreamReader*>(stream_reader.get())->EnsureDataStarted()
pyarrow/_flight.pyx:65: FlightCancelledError
----------------------------- Captured stderr call -----------------------------
E0403 23:31:46.738954714 2003 ssl_transport_security.cc:1854] No match found for server name: fakehostname.
=============================== warnings summary ===============================
pyarrow/tests/test_array.py::test_cast_integers_unsafe
/build/apache-arrow-11.0.0/python/pyarrow/tests/test_array.py:1415: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 50000 to int16 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
np.array([50000], dtype='i2'), pa.int16()),
pyarrow/tests/test_array.py::test_cast_integers_unsafe
/build/apache-arrow-11.0.0/python/pyarrow/tests/test_array.py:1417: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 70000 to uint16 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
np.array([70000], dtype='u2'), pa.uint16()),
pyarrow/tests/test_array.py::test_cast_integers_unsafe
/build/apache-arrow-11.0.0/python/pyarrow/tests/test_array.py:1419: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of -1 to uint16 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
np.array([-1], dtype='u2'), pa.uint16()),
pyarrow/tests/test_array.py::test_cast_integers_unsafe
/build/apache-arrow-11.0.0/python/pyarrow/tests/test_array.py:1421: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 50000 to int16 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
np.array([50000], dtype='i2'), pa.int16())
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED pyarrow/tests/test_flight.py::test_generic_options - pyarrow._flight.FlightCancelledError: Flight cancelled call, with message: ...
= 1 failed, 6741 passed, 345 skipped, 39 deselected, 16 xfailed, 2 xpassed, 4 warnings in 82.22s (0:01:22) =
/nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context
error: builder for '/nix/store/ir34lj1izjyf7xmllapb1kgxm6pgfy2f-python3.10-pyarrow-11.0.0.drv' failed with exit code 1;
last 10 log lines:
> For the old behavior, usually:
> np.array(value).astype(dtype)`
> will give the desired result (the cast overflows).
> np.array([50000], dtype='i2'), pa.int16())
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> FAILED pyarrow/tests/test_flight.py::test_generic_options - pyarrow._flight.FlightCancelledError: Flight cancelled call, with message: ...
> = 1 failed, 6741 passed, 345 skipped, 39 deselected, 16 xfailed, 2 xpassed, 4 warnings in 82.22s (0:01:22) =
> /nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context
For full logs, run 'nix log /nix/store/ir34lj1izjyf7xmllapb1kgxm6pgfy2f-python3.10-pyarrow-11.0.0.drv'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment