Skip to content

Instantly share code, notes, and snippets.

@veprbl
Created April 11, 2020 21:03
Show Gist options
  • Select an option

  • Save veprbl/20dc37fb15b4739403bfa29987739bb5 to your computer and use it in GitHub Desktop.

Select an option

Save veprbl/20dc37fb15b4739403bfa29987739bb5 to your computer and use it in GitHub Desktop.
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 setuptools-check-hook
Sourcing pytest-check-hook
Using pytestCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/cqcbpym67j93aci6dbsrc1vgwav9arcf-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_0198-tutorial-documentation-1.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.6-x86_64-3.7
creating build/lib.macosx-10.6-x86_64-3.7/awkward1
copying src/awkward1/_cpu_kernels.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1
copying src/awkward1/highlevel.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1
copying src/awkward1/_libawkward.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1
copying src/awkward1/__init__.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1
copying src/awkward1/_util.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1
creating build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
copying src/awkward1/_connect/_numpy.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
copying src/awkward1/_connect/__init__.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
copying src/awkward1/_connect/_autograd.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
copying src/awkward1/_connect/_numexpr.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
copying src/awkward1/_connect/_pandas.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect
creating build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
copying src/awkward1/operations/describe.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
copying src/awkward1/operations/reducers.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
copying src/awkward1/operations/convert.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
copying src/awkward1/operations/__init__.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
copying src/awkward1/operations/structure.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/operations
creating build/lib.macosx-10.6-x86_64-3.7/awkward1/behaviors
copying src/awkward1/behaviors/__init__.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/behaviors
copying src/awkward1/behaviors/string.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/behaviors
creating build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba
copying src/awkward1/_connect/_numba/layout.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba
copying src/awkward1/_connect/_numba/__init__.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba
copying src/awkward1/_connect/_numba/builder.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba
copying src/awkward1/_connect/_numba/arrayview.py -> build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba
running egg_info
creating src/awkward1.egg-info
writing src/awkward1.egg-info/PKG-INFO
writing dependency_links to src/awkward1.egg-info/dependency_links.txt
writing entry points to src/awkward1.egg-info/entry_points.txt
writing requirements to src/awkward1.egg-info/requires.txt
writing top-level names to src/awkward1.egg-info/top_level.txt
writing manifest file 'src/awkward1.egg-info/SOURCES.txt'
reading manifest file 'src/awkward1.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.dll'
writing manifest file 'src/awkward1.egg-info/SOURCES.txt'
running build_ext
-- The CXX compiler identification is Clang 7.1.0
-- Check for working CXX compiler: /nix/store/1ngwf6wvh9hf1vz3h2h5znqi90fa86q1-clang-wrapper-7.1.0/bin/clang++
-- Check for working CXX compiler: /nix/store/1ngwf6wvh9hf1vz3h2h5znqi90fa86q1-clang-wrapper-7.1.0/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake version 3.16.5
-- Release
-- Compiler Clang
-- Found PythonInterp: /nix/store/qkgh6hv0v66j2f8qlfnd6jrx8w27z5kh-python3-3.7.7/bin/python3.7 (found version "3.7.7")
-- Found PythonLibs: /nix/store/qkgh6hv0v66j2f8qlfnd6jrx8w27z5kh-python3-3.7.7/lib/libpython3.7m.dylib
-- pybind11 v2.4.3
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Failed
-- LTO disabled (not supported by the compiler and/or linker)
-- Configuring done
-- Generating done
-- Build files have been written to: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/temp.macosx-10.6-x86_64-3.7
Scanning dependencies of target awkward-cpu-kernels-objects
Scanning dependencies of target awkward-objects
[ 1%] Building CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/getitem.cpp.o
[ 3%] Building CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/identities.cpp.o
[ 6%] Building CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/reducers.cpp.o
[ 6%] Building CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/operations.cpp.o
[ 7%] Building CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/util.cpp.o
[ 12%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Index.cpp.o
[ 12%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Identities.cpp.o
[ 12%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o
[ 14%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Iterator.cpp.o
[ 15%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Reducer.cpp.o
[ 17%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Slice.cpp.o
[ 18%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/BitMaskedArray.cpp.o
[ 20%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ByteMaskedArray.cpp.o
[ 21%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/EmptyArray.cpp.o
[ 23%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o
[ 23%] Built target awkward-cpu-kernels-objects
[ 25%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o
Scanning dependencies of target awkward-cpu-kernels-static
[ 26%] Linking CXX static library libawkward-cpu-kernels-static.a
[ 26%] Built target awkward-cpu-kernels-static
[ 28%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o
Scanning dependencies of target awkward-cpu-kernels
[ 29%] Linking CXX shared library libawkward-cpu-kernels.dylib
[ 31%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/None.cpp.o
[ 32%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/NumpyArray.cpp.o
[ 32%] Built target awkward-cpu-kernels
[ 34%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/Record.cpp.o
[ 35%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/RecordArray.cpp.o
[ 37%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/RegularArray.cpp.o
[ 39%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/UnionArray.cpp.o
[ 40%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/UnmaskedArray.cpp.o
[ 42%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ArrayBuilder.cpp.o
[ 43%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ArrayBuilderOptions.cpp.o
[ 45%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/BoolBuilder.cpp.o
[ 46%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Builder.cpp.o
[ 50%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Float64Builder.cpp.o
[ 50%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/GrowableBuffer.cpp.o
[ 51%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/IndexedBuilder.cpp.o
[ 53%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Int64Builder.cpp.o
[ 54%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ListBuilder.cpp.o
[ 56%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/OptionBuilder.cpp.o
[ 57%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/RecordBuilder.cpp.o
[ 59%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/StringBuilder.cpp.o
[ 60%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/TupleBuilder.cpp.o
[ 62%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/UnionBuilder.cpp.o
[ 64%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/UnknownBuilder.cpp.o
[ 65%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/io/json.cpp.o
[ 67%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/io/root.cpp.o
[ 68%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/ArrayType.cpp.o
[ 70%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/ListType.cpp.o
[ 71%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/OptionType.cpp.o
[ 73%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/PrimitiveType.cpp.o
[ 75%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/RecordType.cpp.o
[ 76%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/RegularType.cpp.o
[ 78%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/Type.cpp.o
[ 79%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/UnionType.cpp.o
[ 81%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/UnknownType.cpp.o
[ 82%] Building CXX object CMakeFiles/awkward-objects.dir/src/libawkward/util.cpp.o
[ 82%] Built target awkward-objects
Scanning dependencies of target awkward
Scanning dependencies of target awkward-static
[ 84%] Linking CXX shared library libawkward.dylib
[ 85%] Linking CXX static library libawkward-static.a
ld: warning: direct access in function 'awkward::ByteMaskedArray::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ByteMaskedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::offsets_and_flattened(long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::offsets_and_flattened(long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::toListOffsetArray64(bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::offsets_and_flattened(long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/RegularArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/RegularArray.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[ 85%] Built target awkward-static
[ 85%] Built target awkward
Scanning dependencies of target _io
Scanning dependencies of target layout
Scanning dependencies of target types
[ 87%] Building CXX object CMakeFiles/_io.dir/src/python/_io.cpp.o
[ 89%] Building CXX object CMakeFiles/types.dir/src/python/types.cpp.o
[ 90%] Building CXX object CMakeFiles/layout.dir/src/python/layout.cpp.o
[ 93%] Building CXX object CMakeFiles/layout.dir/src/python/layout/content.cpp.o
[ 95%] Building CXX object CMakeFiles/layout.dir/src/python/layout/identities.cpp.o
[ 95%] Building CXX object CMakeFiles/layout.dir/src/python/layout/index.cpp.o
[ 96%] Linking CXX shared module _io.cpython-37m-darwin.so
ld: warning: direct access in function 'awkward::ByteMaskedArray::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(ByteMaskedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(NumpyArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::toListOffsetArray64(bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(root.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[ 96%] Built target _io
[ 98%] Linking CXX shared module types.cpython-37m-darwin.so
ld: warning: direct access in function 'awkward::ByteMaskedArray::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(ByteMaskedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'libawkward-static.a(OptionType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::toListOffsetArray64(bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListType.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[ 98%] Built target types
[100%] Linking CXX shared module layout.cpython-37m-darwin.so
ld: warning: direct access in function 'box(std::__1::shared_ptr<awkward::Content> const&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'box(std::__1::shared_ptr<awkward::Content> const&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'box(std::__1::shared_ptr<awkward::Content> const&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'box(std::__1::shared_ptr<awkward::Content> const&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'unbox_content(pybind11::handle const&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<unsigned int>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<unsigned int> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<unsigned int> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>::class_<>(pybind11::handle, char const*)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>::init_instance(pybind11::detail::instance*, void const*)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<awkward::IndexOf<long long> const, awkward::ListOffsetArrayOf<long long> >(awkward::IndexOf<long long> const (awkward::ListOffsetArrayOf<long long>::*)() const)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), awkward::IndexOf<long long> const, awkward::ListOffsetArrayOf<long long> const*>(awkward::IndexOf<long long> const&&, awkward::ListOffsetArrayOf<long long> (*)())::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long> >(std::__1::shared_ptr<awkward::Content> const (awkward::ListOffsetArrayOf<long long>::*)() const)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long> const*>(std::__1::shared_ptr<awkward::Content> const&&, awkward::ListOffsetArrayOf<long long> (*)())::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<awkward::IndexOf<long long>, awkward::ListOffsetArrayOf<long long>, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::IndexOf<long long> (awkward::ListOffsetArrayOf<long long>::*)(bool) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, bool), awkward::IndexOf<long long>, awkward::ListOffsetArrayOf<long long> const*, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::IndexOf<long long>&&, awkward::ListOffsetArrayOf<long long> (*)(bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long>, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::ListOffsetArrayOf<long long>::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::ListOffsetArrayOf<long long> const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::ListOffsetArrayOf<long long> (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::RegularArray> const, awkward::ListOffsetArrayOf<long long>, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::RegularArray> const (awkward::ListOffsetArrayOf<long long>::*)() const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), std::__1::shared_ptr<awkward::RegularArray> const, awkward::ListOffsetArrayOf<long long> const*, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::RegularArray> const&&, awkward::ListOffsetArrayOf<long long> (*)(), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> make_ListOffsetArrayOf<long long>(pybind11::handle const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(long long&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(awkward::ListOffsetArrayOf<long long> const&), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, awkward::ListOffsetArrayOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(awkward::ListOffsetArrayOf<long long> const&), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*)(awkward::ListOffsetArrayOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&) const&, pybind11::object, awkward::ListOffsetArrayOf<long long> const&>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&))::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&) const&, void, awkward::ListOffsetArrayOf<long long>&, pybind11::object const&>(awkward::ListOffsetArrayOf<long long>&&, void (*)(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&))::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&), void, awkward::ListOffsetArrayOf<long long>&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, void (*)(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long>&), void, awkward::ListOffsetArrayOf<long long>&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, void (*)(awkward::ListOffsetArrayOf<long long>&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::dict (*&)(awkward::ListOffsetArrayOf<long long> const&), pybind11::dict, awkward::ListOffsetArrayOf<long long> const&>(pybind11::dict (*&)(awkward::ListOffsetArrayOf<long long> const&), pybind11::dict (*)(awkward::ListOffsetArrayOf<long long> const&))::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<void (*&)(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&), void, awkward::ListOffsetArrayOf<long long>&, pybind11::object const&>(void (*&)(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&), void (*)(awkward::ListOffsetArrayOf<long long>&, pybind11::object const&))::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<void (*&)(awkward::ListOffsetArrayOf<long long>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::object const&), void, awkward::ListOffsetArrayOf<long long>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(void (*&)(awkward::ListOffsetArrayOf<long long>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::object const&), void (*)(awkward::ListOffsetArrayOf<long long>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::object (*&)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(pybind11::object (*&)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&), std::__1::shared_ptr<awkward::Type>, awkward::ListOffsetArrayOf<long long> const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, std::__1::shared_ptr<awkward::Type> (*)(awkward::ListOffsetArrayOf<long long> const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<long long (*&)(awkward::ListOffsetArrayOf<long long> const&), long long, awkward::ListOffsetArrayOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(long long (*&)(awkward::ListOffsetArrayOf<long long> const&), long long (*)(awkward::ListOffsetArrayOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::object (*&)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(pybind11::object (*&)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<awkward::Iterator (*&)(awkward::ListOffsetArrayOf<long long> const&), awkward::Iterator, awkward::ListOffsetArrayOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::Iterator (*&)(awkward::ListOffsetArrayOf<long long> const&), awkward::Iterator (*)(awkward::ListOffsetArrayOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(awkward::ListOffsetArrayOf<long long> const&, bool, pybind11::object const&), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, awkward::ListOffsetArrayOf<long long> const&, bool, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*&)(awkward::ListOffsetArrayOf<long long> const&, bool, pybind11::object const&), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > (*)(awkward::ListOffsetArrayOf<long long> const&, bool, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<void (*&)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, pybind11::object, long long), void, awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, pybind11::object, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(void (*&)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, pybind11::object, long long), void (*)(awkward::ListOffsetArrayOf<long long> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, pybind11::object, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<long long, awkward::ListOffsetArrayOf<long long> >(long long (awkward::ListOffsetArrayOf<long long>::*)() const)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), long long, awkward::ListOffsetArrayOf<long long> const*>(long long&&, awkward::ListOffsetArrayOf<long long> (*)())::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long>, bool, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(std::__1::shared_ptr<awkward::Content> const (awkward::ListOffsetArrayOf<long long>::*)(bool, bool, bool) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, bool, bool, bool), std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long> const*, bool, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(std::__1::shared_ptr<awkward::Content> const&&, awkward::ListOffsetArrayOf<long long> (*)(bool, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::tuple (*&)(awkward::ListOffsetArrayOf<long long> const&), pybind11::tuple, awkward::ListOffsetArrayOf<long long> const&>(pybind11::tuple (*&)(awkward::ListOffsetArrayOf<long long> const&), pybind11::tuple (*)(awkward::ListOffsetArrayOf<long long> const&))::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<long long, awkward::ListOffsetArrayOf<long long>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(long long (awkward::ListOffsetArrayOf<long long>::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), long long, awkward::ListOffsetArrayOf<long long> const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(long long&&, awkward::ListOffsetArrayOf<long long> (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, awkward::ListOffsetArrayOf<long long>, long long, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const (awkward::ListOffsetArrayOf<long long>::*)(long long) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, long long), std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, awkward::ListOffsetArrayOf<long long> const*, long long, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&, awkward::ListOffsetArrayOf<long long> (*)(long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<bool, awkward::ListOffsetArrayOf<long long>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(bool (awkward::ListOffsetArrayOf<long long>::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), bool, awkward::ListOffsetArrayOf<long long> const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::name, pybind11::is_method, pybind11::sibling>(bool&&, awkward::ListOffsetArrayOf<long long> (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const, awkward::ListOffsetArrayOf<long long>, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const (awkward::ListOffsetArrayOf<long long>::*)() const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const, awkward::ListOffsetArrayOf<long long> const*, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&&, awkward::ListOffsetArrayOf<long long> (*)(), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<bool, awkward::ListOffsetArrayOf<long long> >(bool (awkward::ListOffsetArrayOf<long long>::*)() const)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), bool, awkward::ListOffsetArrayOf<long long> const*>(bool&&, awkward::ListOffsetArrayOf<long long> (*)())::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long>, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::Content> const (awkward::ListOffsetArrayOf<long long>::*)() const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::ListOffsetArrayOf<long long> const*), std::__1::shared_ptr<awkward::Content> const, awkward::ListOffsetArrayOf<long long> const*, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::Content> const&&, awkward::ListOffsetArrayOf<long long> (*)(), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long> const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda1'(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, long long, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, long long, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long> const&, long long, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, long long, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, bool), bool, awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, bool (*)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda1'(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&, pybind11::name, pybind11::is_method, pybind11::sibling>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, pybind11::object const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda0'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda1'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda2'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda3'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda4'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda5'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda6'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda7'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda8'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, bool), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::__invoke(pybind11::detail::function_call&)' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda2'(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content> content_methods<awkward::ListOffsetArrayOf<long long> >(pybind11::class_<awkward::ListOffsetArrayOf<long long>, std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> >, awkward::Content>&)::'lambda'(awkward::ListOffsetArrayOf<long long> const&, long long, bool, pybind11::object, pybind11::object, long long), pybind11::object, awkward::ListOffsetArrayOf<long long> const&, long long, bool, pybind11::object, pybind11::object, long long, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::arg, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v, pybind11::arg_v>(awkward::ListOffsetArrayOf<long long>&&, pybind11::object (*)(awkward::ListOffsetArrayOf<long long> const&, long long, bool, pybind11::object, pybind11::object, long long), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&, pybind11::arg const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&, pybind11::arg_v const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::RegularArray::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::RegularArray const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::RegularArray (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::RegularArray::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::RegularArray const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::RegularArray (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'void pybind11::cpp_function::initialize<pybind11::cpp_function::cpp_function<std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const (awkward::RegularArray::*)(awkward::IndexOf<long long> const&) const, pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(awkward::RegularArray const*, awkward::IndexOf<long long> const&), std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const, awkward::RegularArray const*, awkward::IndexOf<long long> const&, pybind11::name, pybind11::is_method, pybind11::sibling>(std::__1::shared_ptr<awkward::ListOffsetArrayOf<long long> > const&&, awkward::RegularArray (*)(awkward::IndexOf<long long> const&), pybind11::name const&, pybind11::is_method const&, pybind11::sibling const&)::'lambda'(pybind11::detail::function_call&)::operator()(pybind11::detail::function_call&) const' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' to global weak symbol 'typeinfo name for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ByteMaskedArray::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(ByteMaskedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<unsigned int, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, false>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::simplify_optiontype() const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<int, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::IndexedArrayOf<long long, true>' from file 'CMakeFiles/layout.dir/src/python/layout/content.cpp.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::IndexedArrayOf<long long, true>::reduce_next(awkward::Reducer const&, long long, awkward::IndexOf<long long> const&, awkward::IndexOf<long long> const&, long long, bool, bool) const' from file 'libawkward-static.a(IndexedArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<unsigned int>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::toListOffsetArray64(bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::offsets_and_flattened(long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::ListOffsetArrayOf<long long>::combinations(long long, bool, std::__1::shared_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, long long, long long) const' from file 'libawkward-static.a(ListOffsetArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::mergeable(std::__1::shared_ptr<awkward::Content> const&, bool) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'awkward::RegularArray::merge(std::__1::shared_ptr<awkward::Content> const&) const' from file 'libawkward-static.a(RegularArray.cpp.o)' to global weak symbol 'typeinfo for awkward::ListOffsetArrayOf<long long>' from file 'libawkward-static.a(ListArray.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
[100%] Built target layout
[ 7%] Built target awkward-cpu-kernels-objects
[ 9%] Built target awkward-cpu-kernels-static
[ 81%] Built target awkward-objects
[ 82%] Built target awkward
[ 84%] Built target awkward-static
[ 92%] Built target layout
[ 95%] Built target _io
[ 96%] Built target awkward-cpu-kernels
[100%] Built target types
Install the project...
-- Install configuration: "Release"
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-static.a
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward.dylib
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels.dylib
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels-static.a
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/layout.cpython-37m-darwin.so
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/types.cpython-37m-darwin.so
-- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/build/lib.macosx-10.6-x86_64-3.7/awkward1/_io.cpython-37m-darwin.so
installing to build/bdist.macosx-10.6-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-10.6-x86_64
creating build/bdist.macosx-10.6-x86_64/wheel
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_cpu_kernels.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numpy.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect/_numba
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba/layout.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect/_numba
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect/_numba
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba/builder.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect/_numba
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numba/arrayview.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect/_numba
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_autograd.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_numexpr.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_connect/_pandas.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/_connect
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/layout.cpython-37m-darwin.so -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/highlevel.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_libawkward.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/operations/describe.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/operations/reducers.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/operations/convert.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/operations/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/operations/structure.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/operations
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-static.a -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1/behaviors
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/behaviors/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/behaviors
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/behaviors/string.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1/behaviors
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_util.py -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/_io.cpython-37m-darwin.so -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/types.cpython-37m-darwin.so -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward.dylib -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels-static.a -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels.dylib -> build/bdist.macosx-10.6-x86_64/wheel/awkward1
running install_data
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/lib
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels-static.a -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/lib
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-cpu-kernels.dylib -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/lib
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward-static.a -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/lib
copying build/lib.macosx-10.6-x86_64-3.7/awkward1/libawkward.dylib -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/lib
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Content.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Index.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Slice.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Reducer.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
copying include/awkward/Iterator.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
copying include/awkward/cpu-kernels/reducers.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
copying include/awkward/cpu-kernels/operations.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
copying include/awkward/cpu-kernels/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
copying include/awkward/cpu-kernels/identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
copying include/awkward/cpu-kernels/getitem.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/cpu-kernels
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/python
copying include/awkward/python/content.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/python
copying include/awkward/python/index.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/python
copying include/awkward/python/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/python
copying include/awkward/python/identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/python
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/IndexedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/None.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/NumpyArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/UnmaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/ListArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/ListOffsetArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/Record.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/RecordArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/RawArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/ByteMaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/EmptyArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/RegularArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/BitMaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
copying include/awkward/array/UnionArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/array
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/Float64Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/ListBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/Int64Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/UnionBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/TupleBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/ArrayBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/UnknownBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/RecordBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/BoolBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/StringBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/ArrayBuilderOptions.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/IndexedBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/GrowableBuffer.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
copying include/awkward/builder/OptionBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/builder
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/io
copying include/awkward/io/json.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/io
copying include/awkward/io/root.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/io
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/Type.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/ArrayType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/OptionType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/RegularType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/PrimitiveType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/RecordType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/UnionType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/UnknownType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
copying include/awkward/type/ListType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.data/data/include/awkward/type
running install_egg_info
Copying src/awkward1.egg-info to build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13-py3.7.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.13.dist-info/WHEEL
creating 'dist/awkward1-0.2.13-cp37-cp37m-macosx_10_6_x86_64.whl' and adding 'build/bdist.macosx-10.6-x86_64/wheel' to it
adding 'awkward1/__init__.py'
adding 'awkward1/_cpu_kernels.py'
adding 'awkward1/_io.cpython-37m-darwin.so'
adding 'awkward1/_libawkward.py'
adding 'awkward1/_util.py'
adding 'awkward1/highlevel.py'
adding 'awkward1/layout.cpython-37m-darwin.so'
adding 'awkward1/libawkward-cpu-kernels-static.a'
adding 'awkward1/libawkward-cpu-kernels.dylib'
adding 'awkward1/libawkward-static.a'
adding 'awkward1/libawkward.dylib'
adding 'awkward1/types.cpython-37m-darwin.so'
adding 'awkward1/_connect/__init__.py'
adding 'awkward1/_connect/_autograd.py'
adding 'awkward1/_connect/_numexpr.py'
adding 'awkward1/_connect/_numpy.py'
adding 'awkward1/_connect/_pandas.py'
adding 'awkward1/_connect/_numba/__init__.py'
adding 'awkward1/_connect/_numba/arrayview.py'
adding 'awkward1/_connect/_numba/builder.py'
adding 'awkward1/_connect/_numba/layout.py'
adding 'awkward1/behaviors/__init__.py'
adding 'awkward1/behaviors/string.py'
adding 'awkward1/operations/__init__.py'
adding 'awkward1/operations/convert.py'
adding 'awkward1/operations/describe.py'
adding 'awkward1/operations/reducers.py'
adding 'awkward1/operations/structure.py'
adding 'awkward1-0.2.13.data/data/include/awkward/Content.h'
adding 'awkward1-0.2.13.data/data/include/awkward/Identities.h'
adding 'awkward1-0.2.13.data/data/include/awkward/Index.h'
adding 'awkward1-0.2.13.data/data/include/awkward/Iterator.h'
adding 'awkward1-0.2.13.data/data/include/awkward/Reducer.h'
adding 'awkward1-0.2.13.data/data/include/awkward/Slice.h'
adding 'awkward1-0.2.13.data/data/include/awkward/util.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/BitMaskedArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/ByteMaskedArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/EmptyArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/IndexedArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/ListArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/ListOffsetArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/None.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/NumpyArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/RawArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/Record.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/RecordArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/RegularArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/UnionArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/array/UnmaskedArray.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/ArrayBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/ArrayBuilderOptions.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/BoolBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/Builder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/Float64Builder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/GrowableBuffer.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/IndexedBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/Int64Builder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/ListBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/OptionBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/RecordBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/StringBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/TupleBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/UnionBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/builder/UnknownBuilder.h'
adding 'awkward1-0.2.13.data/data/include/awkward/cpu-kernels/getitem.h'
adding 'awkward1-0.2.13.data/data/include/awkward/cpu-kernels/identities.h'
adding 'awkward1-0.2.13.data/data/include/awkward/cpu-kernels/operations.h'
adding 'awkward1-0.2.13.data/data/include/awkward/cpu-kernels/reducers.h'
adding 'awkward1-0.2.13.data/data/include/awkward/cpu-kernels/util.h'
adding 'awkward1-0.2.13.data/data/include/awkward/io/json.h'
adding 'awkward1-0.2.13.data/data/include/awkward/io/root.h'
adding 'awkward1-0.2.13.data/data/include/awkward/python/content.h'
adding 'awkward1-0.2.13.data/data/include/awkward/python/identities.h'
adding 'awkward1-0.2.13.data/data/include/awkward/python/index.h'
adding 'awkward1-0.2.13.data/data/include/awkward/python/util.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/ArrayType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/ListType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/OptionType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/PrimitiveType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/RecordType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/RegularType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/Type.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/UnionType.h'
adding 'awkward1-0.2.13.data/data/include/awkward/type/UnknownType.h'
adding 'awkward1-0.2.13.data/data/lib/libawkward-cpu-kernels-static.a'
adding 'awkward1-0.2.13.data/data/lib/libawkward-cpu-kernels.dylib'
adding 'awkward1-0.2.13.data/data/lib/libawkward-static.a'
adding 'awkward1-0.2.13.data/data/lib/libawkward.dylib'
adding 'awkward1-0.2.13.dist-info/LICENSE'
adding 'awkward1-0.2.13.dist-info/METADATA'
adding 'awkward1-0.2.13.dist-info/WHEEL'
adding 'awkward1-0.2.13.dist-info/entry_points.txt'
adding 'awkward1-0.2.13.dist-info/top_level.txt'
adding 'awkward1-0.2.13.dist-info/RECORD'
removing build/bdist.macosx-10.6-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source/dist /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source
Processing ./awkward1-0.2.13-cp37-cp37m-macosx_10_6_x86_64.whl
Requirement already satisfied: numpy>=1.13.1 in /nix/store/8gx5zlmbfnmgxypq63p5nv7p6wna5cis-python3.7-numpy-1.18.1/lib/python3.7/site-packages (from awkward1==0.2.13) (1.18.1)
Installing collected packages: awkward1
Successfully installed awkward1-0.2.13
/private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
strip is /nix/store/w03sx2iyra2is64ybjn6ps1kw2gaqvw0-cctools-binutils-darwin-927.0.2/bin/strip
stripping (with command strip and flags -S) in /nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib
patching script interpreter paths in /nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom buildPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform darwin -- Python 3.7.7, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
rootdir: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/source, inifile: setup.cfg
collecting ...  collecting 1 item  collecting 105 items  collecting 185 items / 3 skipped / 182 selected  collecting 255 items / 3 skipped / 252 selected  collecting 345 items / 6 skipped / 339 selected  collected 345 items / 6 skipped / 339 selected 
tests/test_0001-refcount.py . [ 0%]
tests/test_0002-minimal-listarray.py ... [ 1%]
tests/test_0004-design-surrogate-key.py ....... [ 3%]
tests/test_0006-deep-iteration.py .. [ 3%]
tests/test_0008-slices-and-getitem.py .... [ 4%]
tests/test_0009-identity-and-getitem.py . [ 5%]
tests/test_0011-listarray.py .............. [ 9%]
tests/test_0013-error-handling-struct.py ... [ 10%]
tests/test_0014-finish-up-getitem.py ......... [ 12%]
tests/test_0018-fromiter-fillable.py .......... [ 15%]
tests/test_0019-use-json-library.py FF..F.. [ 17%]
tests/test_0020-support-unsigned-indexes.py ............... [ 22%]
tests/test_0021-emptyarray.py FF [ 22%]
tests/test_0023-regular-array.py ......... [ 25%]
tests/test_0024-use-regular-array.py F.. [ 26%]
tests/test_0025-record-array.py ..F........ [ 29%]
tests/test_0028-add-dressed-types.py .F.. [ 30%]
tests/test_0031-pickle-types.py . [ 30%]
tests/test_0032-replace-dressedtype.py ....F [ 32%]
tests/test_0038-emptyarray-astype.py F [ 32%]
tests/test_0039-no-hanging-types.py ... [ 33%]
tests/test_0042-stubs-for-flatten-operation.py . [ 33%]
tests/test_0043-strings-vs-bytes.py . [ 33%]
tests/test_0046-start-indexedarray.py .F......F [ 36%]
tests/test_0047-missing-odd-fields-in-fillablearray.py . [ 36%]
tests/test_0049-distinguish-record-and-recordarray-behaviors.py . [ 37%]
tests/test_0070-argmin-and-argmax.py ..... [ 38%]
tests/test_0072_fillna_operation.py ...... [ 40%]
tests/test_0077-zip-operation.py . [ 40%]
tests/test_0078-argcross-and-cross.py ..... [ 42%]
tests/test_0079-argchoose-and-choose.py ...... [ 43%]
tests/test_0082-indexedarray-setidentities.py ....... [ 45%]
tests/test_0084-start-unionarray.py ..F [ 46%]
tests/test_0086-nep13-ufunc.py ......... [ 49%]
tests/test_0093-simplify-uniontypes-and-optiontypes.py ............... [ 53%]
tests/test_0094-getattr-for-record-field.py .. [ 54%]
tests/test_0107-assign-fields-to-records.py .... [ 55%]
tests/test_0110-various-cleanups.py ..... [ 56%]
tests/test_0111-jagged-and-masked-getitem.py .......................... [ 64%]
tests/test_0114_rpad_operation.py .............. [ 68%]
tests/test_0115-generic-reducer-operation.py ................... [ 73%]
tests/test_0117-finish-the-sizes-operation.py .............. [ 77%]
tests/test_0118-numba-cpointers.py ..................................... [ 88%]
... [ 89%]
tests/test_0124-strings-in-numba.py . [ 89%]
tests/test_0127-tomask-operation.py .................... [ 95%]
tests/test_0127b-tomask-operation-numba.py ... [ 96%]
tests/test_0138-emptyarray-type.py . [ 96%]
tests/test_0150-attributeerrors.py . [ 97%]
tests/test_0156-array-and-record-constructors.py .. [ 97%]
tests/test_0166-0167-0170-random-issues.py .... [ 98%]
tests/test_0198-tutorial-documentation-1.py .... [100%]
=================================== FAILURES ===================================
_______________________________ test_fromstring ________________________________
 def test_fromstring():
 a = awkward1.from_json("[[1.1, 2.2, 3], [], [4, 5.5]]")
> assert awkward1.to_list(a) == [[1.1, 2.2, 3.0], [], [4.0, 5.5]]
tests/test_0019-use-json-library.py:16:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11ae2d990>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
________________________________ test_fromfile _________________________________
tmp_path = PosixPath('/private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9.drv-0/pytest-of-veprbl/pytest-0/test_fromfile0')
 def test_fromfile(tmp_path):
 with open(os.path.join(str(tmp_path), "tmp1.json"), "w") as f:
 f.write("[[1.1, 2.2, 3], [], [4, 5.5]]")
 
 a = awkward1.from_json(os.path.join(str(tmp_path), "tmp1.json"))
> assert awkward1.to_list(a) == [[1.1, 2.2, 3.0], [], [4.0, 5.5]]
tests/test_0019-use-json-library.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11a74dc50>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
____________________________ test_root_nestedvector ____________________________
 def test_root_nestedvector():
 # fromcounts([3, 2], fromcounts([1, 0, 2, 2, 1], [123, 99, 123, 99, 123, 123]))
 # <JaggedArray [[[123] [] [99 123]] [[99 123] [123]]]>
 
 # outer offsets: [0, 3, 5]
 # inner offsets: [0, 1, 1, 3, 5, 6]
 
 byteoffsets = awkward1.layout.Index64(numpy.array([0, 28, 52], dtype=numpy.int64))
 rawdata = awkward1.layout.NumpyArray(numpy.array([
 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 99, 0, 0, 0, 123,
 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 99, 0, 0, 0, 123, 0, 0, 0, 1, 0, 0, 0, 123
 ], dtype=numpy.uint8))
 
 result = awkward1._io.fromroot_nestedvector(byteoffsets, rawdata, 2, numpy.dtype(">i").itemsize, ">i")
 assert numpy.asarray(result.offsets).tolist() == [0, 3, 5]
 assert numpy.asarray(result.content.offsets).tolist() == [0, 1, 1, 3, 5, 6]
 assert numpy.asarray(result.content.content).tolist() == [123, 99, 123, 99, 123, 123]
> assert awkward1.to_list(result) == [[[123], [], [99, 123]], [[99, 123], [123]]]
tests/test_0019-use-json-library.py:80:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: in <listcomp>
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: in to_list
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <Iterator at="1">
<ListOffsetArray64>
<offsets><Index64 i="[0 1 1 3]" offset="0" length="4" at="0x7ffd4029...007b 00000063 0000007b 00000063 0000007b 0000007b" at="0x7ffd3e5b68c0"/></content>
</ListOffsetArray64>
</Iterator>
> return [to_list(x) for x in array]
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: RuntimeError
_________________________________ test_unknown _________________________________
 def test_unknown():
 a = awkward1.from_json("[[], [], []]").layout
> assert awkward1.to_list(a) == [[], [], []]
tests/test_0021-emptyarray.py:16:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: in to_list
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <Iterator at="1">
<ListOffsetArray64>
<offsets><Index64 i="[0 0 0 0]" offset="0" length="4" at="0x7ffd3f226600"/></offsets>
<content><EmptyArray/></content>
</ListOffsetArray64>
</Iterator>
> return [to_list(x) for x in array]
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:376: RuntimeError
_________________________________ test_getitem _________________________________
 def test_getitem():
 a = awkward1.from_json("[[], [[], []], [[], [], []]]")
> assert awkward1.to_list(a[2]) == [[], [], []]
tests/test_0021-emptyarray.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11ab78510>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
____________________________ test_empty_array_slice ____________________________
 def test_empty_array_slice():
 # inspired by PR021::test_getitem
 a = awkward1.from_json("[[], [[], []], [[], [], []]]")
> assert awkward1.to_list(a[2, 1, numpy.array([], dtype=int)]) == []
tests/test_0024-use-regular-array.py:16:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11a9a1d10>
where = (2, 1, array([], dtype=int64))
 def __getitem__(self, where):
 """
 Args:
 where (many types supported; see below): Index of positions to
 select from this Array.
 
 Select items from the Array using an extension of NumPy's (already
 quite extensive) rules.
 
 All methods of selecting items described in
 [NumPy indexing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html)
 are supported with one exception
 ([combining advanced and basic indexing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#combining-advanced-and-basic-indexing)
 with basic indexes *between* two advanced indexes: the definition
 NumPy chose for the result does not have a generalization beyond
 rectilinear arrays).
 
 The `where` parameter can be any of the following or a tuple of
 the following.
 
 * **An integer** selects one element. Like Python/NumPy, it is
 zero-indexed: `0` is the first item, `1` is the second, etc.
 Negative indexes count from the end of the list: `-1` is the
 last, `-2` is the second-to-last, etc.
 Indexes beyond the size of the array, either because they're too
 large or because they're too negative, raise errors. In
 particular, some nested lists might contain a desired element
 while others don't; this would raise an error.
 * **A slice** (either a Python `slice` object or the
 `start:stop:step` syntax) selects a range of elements. The
 `start` and `stop` values are zero-indexed; `start` is inclusive
 and `stop` is exclusive, like Python/NumPy. Negative `step`
 values are allowed, but a `step` of `0` is an error. Slices
 beyond the size of the array are not errors but are truncated,
 like Python/NumPy.
 * **A string** selects a tuple or record field, even if its
 position in the tuple is to the left of the dimension where the
 tuple/record is defined. (See <<projection>> below.) This is
 similar to NumPy's
 [field access](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#field-access),
 except that strings are allowed in the same tuple with other
 slice types. While record fields have names, tuple fields are
 integer strings, such as `"0"`, `"1"`, `"2"` (always
 non-negative). Be careful to distinguish these from non-string
 integers.
 * **An iterable of strings** (not the top-level tuple) selects
 multiple tuple/record fields.
 * **An ellipsis** (either the Python `Ellipsis` object or the
 `...` syntax) skips as many dimensions as needed to put the
 rest of the slice items to the innermost dimensions.
 * **A np.newaxis** or its equivalent, None, does not select items
 but introduces a new regular dimension in the output with size
 `1`. This is a convenient way to explicitly choose a dimension
 for broadcasting.
 * **A boolean array** with the same length as the current dimension
 (or any iterable, other than the top-level tuple) selects elements
 corresponding to each True value in the array, dropping those
 that correspond to each False. The behavior is similar to
 NumPy's
 [compress](https://docs.scipy.org/doc/numpy/reference/generated/numpy.compress.html)
 function.
 * **An integer array** (or any iterable, other than the top-level
 tuple) selects elements like a single integer, but produces a
 regular dimension of as many as are desired. The array can have
 any length, any order, and it can have duplicates and incomplete
 coverage. The behavior is similar to NumPy's
 [take](https://docs.scipy.org/doc/numpy/reference/generated/numpy.take.html)
 function.
 * **An integer Array with missing (None) items** selects multiple
 values by index, as above, but None values are passed through
 to the output. This behavior matches pyarrow's
 [Array.take](https://arrow.apache.org/docs/python/generated/pyarrow.Array.html#pyarrow.Array.take)
 which also manages arrays with missing values. See
 <<option indexing>> below.
 * **An Array of nested lists**, ultimately containing booleans or
 integers and having the same lengths of lists at each level as
 the Array to which they're applied, selects by boolean or by
 integer at the deeply nested level. See <<nested indexing>> below.
 
 A tuple of the above applies each slice item to a dimension of the
 data, which can be very expressive. More than one flat boolean/integer
 array are "iterated as one" as described in the
 [NumPy documentation](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#integer-array-indexing).
 
 Filtering
 *********
 
 A common use of selection by boolean arrays is to filter a dataset by
 some property. For instance, to get the odd values of the `array`
 
 ak.Array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
 
 one can put an array expression with True for each odd value inside
 square brackets:
 
 >>> array[array % 2 == 1]
 <Array [1, 3, 5, 7, 9] type='5 * int64'>
 
 This technique is so common in NumPy and Pandas data analysis that it
 is often read as a syntax, rather than a consequence of array slicing.
 
 The extension to nested arrays like
 
 ak.Array([[[0, 1, 2], [], [3, 4], [5]], [[6, 7, 8], [9]]])
 
 allows us to use the same syntax more generally.
 
 >>> array[array % 2 == 1]
 <Array [[[1], [], [3], [5]], [[7], [9]]] type='2 * var * var * int64'>
 
 In this example, the boolean array is itself nested (see
 <<nested indexing>> below).
 
 >>> array % 2 == 1
 <Array [[[False, True, False], ... [True]]] type='2 * var * var * bool'>
 
 This also applies to data with record structures.
 
 For nested data, we often need to select the first or first two
 elements from variable-length lists. That can be a problem if some
 lists are empty. A function like #ak.num can be useful for first
 selecting by the lengths of lists.
 
 >>> array = ak.Array([[1.1, 2.2, 3.3],
 ... [],
 ... [4.4, 5.5],
 ... [6.6],
 ... [],
 ... [7.7, 8.8, 9.9]])
 ...
 >>> array[ak.num(array) > 0, 0]
 <Array [1.1, 4.4, 6.6, 7.7] type='4 * float64'>
 >>> array[ak.num(array) > 1, 1]
 <Array [2.2, 5.5, 8.8] type='3 * float64'>
 
 It's sometimes also a problem that "cleaning" the dataset by dropping
 empty lists changes its alignment, so that it can no longer be used
 in calculations with "uncleaned" data. For this, #ak.mask can be
 useful because it inserts None in positions that fail the filter,
 rather than removing them.
 
 >>> print(ak.mask(array, ak.num(array) > 1))
 [[1.1, 2.2, 3.3], None, [4.4, 5.5], None, None, [7.7, 8.8, 9.9]]
 
 Note, however, that the `0` or `1` to pick the first or second
 item of each nested list is in the second dimension, so the first
 dimension of the slice must be a `:`.
 
 >>> ak.mask(array, ak.num(array) > 1)[:, 0]
 <Array [1.1, None, 4.4, None, None, 7.7] type='6 * ?float64'>
 >>> ak.mask(array, ak.num(array) > 1)[:, 1]
 <Array [2.2, None, 5.5, None, None, 8.8] type='6 * ?float64'>
 
 Another syntax for
 
 ak.mask(array, array_of_booleans)
 
 is
 
 array.mask[array_of_booleans]
 
 (which is 5 characters away from simply filtering the `array`).
 
 Projection
 **********
 
 The following `array`
 
 ak.Array([[{"x": 1.1, "y": [1]}, {"x": 2.2, "y": [2, 2]}],
 [{"x": 3.3, "y": [3, 3, 3]}],
 [{"x": 0, "y": []}, {"x": 1.1, "y": [1, 1, 1]}]])
 
 has records inside of nested lists:
 
 >>> ak.type(array)
 3 * var * {"x": float64, "y": var * int64}
 
 In principle, one should select nested lists before record fields,
 
 >>> array[2, :, "x"]
 <Array [0, 1.1] type='2 * float64'>
 >>> array[::2, :, "x"]
 <Array [[1.1, 2.2], [0, 1.1]] type='2 * var * float64'>
 
 but it's also possible to select record fields first.
 
 >>> array["x"]
 <Array [[1.1, 2.2], [3.3], [0, 1.1]] type='3 * var * float64'>
 
 The string can "commute" to the left through integers and slices to
 get the same result as it would in its "natural" position.
 
 >>> array[2, :, "x"]
 <Array [0, 1.1] type='2 * float64'>
 >>> array[2, "x", :]
 <Array [0, 1.1] type='2 * float64'>
 >>> array["x", 2, :]
 <Array [0, 1.1] type='2 * float64'>
 
 The is analogous to selecting rows (integer indexes) before columns
 (string names) or columns before rows, except that the rows are
 more complex (like a Pandas
 [MultiIndex](https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html)).
 This would be an expensive operation in a typical object-oriented
 environment, in which the records with fields `"x"` and `"y"` are
 akin to C structs, but for columnar Awkward Arrays, projecting
 through all records to produce an array of nested lists of `"x"`
 values just changes the metadata (no loop over data, and therefore
 fast).
 
 Thus, data analysts should think of records as fluid objects that
 can be easily projected apart and zipped back together with
 #ak.zip.
 
 Note, however, that while a column string can "commute" with row
 indexes to the left of its position in the tree, it can't commute
 to the right. For example, it's possible to use slices inside
 `"y"` because `"y"` is a list:
 
 >>> array[0, :, "y"]
 <Array [[1], [2, 2]] type='2 * var * int64'>
 >>> array[0, :, "y", 0]
 <Array [1, 2] type='2 * int64'>
 
 but it's not possible to move `"y"` to the right
 
 >>> array[0, :, 0, "y"]
 ValueError: in NumpyArray, too many dimensions in slice
 
 because the `array[0, :, 0, ...]` slice applies to both `"x"` and
 `"y"` before `"y"` is selected, and `"x"` is a one-dimensional
 NumpyArray that can't take more than its share of slices.
 
 Option indexing
 ***************
 
 NumPy arrays can be sliced by all of the above slice types except
 arrays with missing values and arrays with nested lists, both of
 which are inexpressible in NumPy. Missing values, represented by
 None in Python, are called option types (#ak.type.OptionType) in
 Awkward Array and can be used as a slice.
 
 For example, an `array` like
 
 ak.Array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9])
 
 can be sliced with a boolean array
 
 >>> array[[False, False, False, False, True, False, True, False, True]]
 <Array [5.5, 7.7, 9.9] type='3 * float64'>
 
 or a boolean array containing None values:
 
 >>> array[[False, False, False, False, True, None, True, None, True]]
 <Array [5.5, None, 7.7, None, 9.9] type='5 * ?float64'>
 
 Similarly for arrays of integers and None:
 
 >>> array[[0, 1, None, None, 7, 8]]
 <Array [1.1, 2.2, None, None, 8.8, 9.9] type='6 * ?float64'>
 
 This is the same behavior as pyarrow's
 [Array.take](https://arrow.apache.org/docs/python/generated/pyarrow.Array.html#pyarrow.Array.take),
 which establishes a convention for how to interpret slice arrays
 with option type:
 
 >>> import pyarrow as pa
 >>> array = pa.array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9])
 >>> array.take(pa.array([0, 1, None, None, 7, 8]))
 <pyarrow.lib.DoubleArray object at 0x7efc7f060210>
 [
 1.1,
 2.2,
 null,
 null,
 8.8,
 9.9
 ]
 
 Nested indexing
 ***************
 
 Awkward Array's nested lists can be used as slices as well, as long
 as the type at the deepest level of nesting is boolean or integer.
 
 For example, the `array`
 
 ak.Array([[[0.0, 1.1, 2.2], [], [3.3, 4.4]], [], [[5.5]]])
 
 can be sliced at the top level with one-dimensional arrays:
 
 >>> array[[False, True, True]]
 <Array [[], [[5.5]]] type='2 * var * var * float64'>
 >>> array[[1, 2]]
 <Array [[], [[5.5]]] type='2 * var * var * float64'>
 
 with singly nested lists:
 
 >>> array[[[False, True, True], [], [True]]]
 <Array [[[], [3.3, 4.4]], [], [[5.5]]] type='3 * var * var * float64'>
 >>> array[[[1, 2], [], [0]]]
 <Array [[[], [3.3, 4.4]], [], [[5.5]]] type='3 * var * var * float64'>
 
 and with doubly nested lists:
 
 >>> array[[[[False, True, False], [], [True, False]], [], [[False]]]]
 <Array [[[1.1], [], [3.3]], [], [[]]] type='3 * var * var * float64'>
 >>> array[[[[1], [], [0]], [], [[]]]]
 <Array [[[1.1], [], [3.3]], [], [[]]] type='3 * var * var * float64'>
 
 The key thing is that the nested slice has the same number of elements
 as the array it's slicing at every level of nesting that it reproduces.
 This is similar to the requirement that boolean arrays have the same
 length as the array they're filtering.
 
 This kind of slicing is useful because NumPy's
 [universal functions](https://docs.scipy.org/doc/numpy/reference/ufuncs.html)
 produce arrays with the same structure as the original array, which
 can then be used as filters.
 
 >>> print((array * 10) % 2 == 1)
 [[[False, True, False], [], [True, False]], [], [[True]]]
 >>> print(array[(array * 10) % 2 == 1])
 [[[1.1], [], [3.3]], [], [[5.5]]]
 
 Functions whose names start with "arg" return index positions, which
 can be used with the integer form.
 
 >>> print(np.argmax(array, axis=-1))
 [[2, None, 1], [], [0]]
 >>> print(array[np.argmax(array, axis=-1)])
 [[[3.3, 4.4], None, []], [], [[5.5]]]
 
 Here, the `np.argmax` returns the integer position of the maximum
 element or None for empty arrays. It's a nice example of
 <<option indexing>> with <<nested indexing>>.
 """
> return awkward1._util.wrap(self._layout[where], self._behavior)
E RuntimeError: unrecognized slice type
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:875: RuntimeError
__________________________________ test_type ___________________________________
 def test_type():
 content1 = awkward1.layout.NumpyArray(numpy.array([1, 2, 3, 4, 5], dtype=numpy.int64))
 content2 = awkward1.layout.NumpyArray(numpy.array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9], dtype=numpy.float64))
 offsets = awkward1.layout.Index64(numpy.array([0, 3, 3, 5, 6, 9]))
 listoffsetarray = awkward1.layout.ListOffsetArray64(offsets, content2)
 recordarray = awkward1.layout.RecordArray([content1, listoffsetarray])
 assert str(awkward1.type(recordarray)) == '(int64, var * float64)'
 
> assert awkward1.type(recordarray) == awkward1.types.RecordType((
 awkward1.types.PrimitiveType("int64"),
 awkward1.types.ListType(awkward1.types.PrimitiveType("float64"))))
E assert (int64, var * float64) == (int64, var * float64)
E Use -v to get the full diff
tests/test_0025-record-array.py:88: AssertionError
________________________________ test_highlevel ________________________________
 def test_highlevel():
 a = awkward1.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5], [6.6], [7.7, 8.8, 9.9]], check_valid=True)
 assert repr(a) == "<Array [[1.1, 2.2, 3.3], ... [7.7, 8.8, 9.9]] type='5 * var * float64'>"
 assert str(a) == "[[1.1, 2.2, 3.3], [], [4.4, 5.5], [6.6], [7.7, 8.8, 9.9]]"
 
 b = awkward1.Array(numpy.arange(100, dtype=numpy.int32), check_valid=True)
 assert repr(b) == "<Array [0, 1, 2, 3, 4, ... 95, 96, 97, 98, 99] type='100 * int32'>"
 assert str(b) == "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]"
 
 c = awkward1.Array('[{"one": 3.14, "two": [1.1, 2.2]}, {"one": 99.9, "two": [-3.1415926]}]', check_valid=True)
> assert repr(c) == "<Array [{one: 3.14, two: [1.1, ... -3.14]}] type='2 * {\"one\": float64, \"two\": va...'>"
tests/test_0028-add-dressed-types.py:32:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:1136: in __repr__
 self._behavior)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
limit_length = 40
layout = <RecordArray>
<field index="0" key="one">
<NumpyArray format="d" shape="2" data="3.14 99.9" at="0x7ffd3f1b...pe="3" data="1.1 2.2 -3.14159" at="0x7ffd3f1c3400"/></content>
</ListOffsetArray64>
</field>
</RecordArray>
behavior = None
 def minimally_touching_string(limit_length, layout, behavior):
 import awkward1.layout
 
 if isinstance(layout, awkward1.layout.Record):
 layout = layout.array[layout.at : layout.at + 1]
 
 if len(layout) == 0:
 return "[]"
 
 def forward(x, space, brackets=True, wrap=True):
 done = False
 if wrap and isinstance(x, awkward1.layout.Content):
 cls = arrayclass(x, behavior)
 if cls is not awkward1.highlevel.Array:
 y = cls(x, behavior=behavior)
 if "__repr__" in type(y).__dict__:
 yield space + repr(y)
 done = True
 if wrap and isinstance(x, awkward1.layout.Record):
 cls = recordclass(x, behavior)
 if cls is not awkward1.highlevel.Record:
 y = cls(x, behavior=behavior)
 if "__repr__" in type(y).__dict__:
 yield space + repr(y)
 done = True
 if not done:
 if isinstance(x, awkward1.layout.Content):
 if brackets:
 yield space + "["
 sp = ""
 for i in range(len(x)):
 for token in forward(x[i], sp):
 yield token
 sp = ", "
 if brackets:
 yield "]"
 elif isinstance(x, awkward1.layout.Record) and x.istuple:
 yield space + "("
 sp = ""
 for i in range(x.numfields):
 key = sp
 for token in forward(x[str(i)], ""):
 yield key + token
 key = ""
 sp = ", "
 yield ")"
 elif isinstance(x, awkward1.layout.Record):
 yield space + "{"
 sp = ""
 for k in x.keys():
 key = sp + k + ": "
 for token in forward(x[k], ""):
 yield key + token
 key = ""
 sp = ", "
 yield "}"
 elif isinstance(x, (float, numpy.floating)):
 yield space + "{0:.3g}".format(x)
 else:
 yield space + repr(x)
 
 def backward(x, space, brackets=True, wrap=True):
 done = False
 if wrap and isinstance(x, awkward1.layout.Content):
 cls = arrayclass(x, behavior)
 if cls is not awkward1.highlevel.Array:
 y = cls(x, behavior=behavior)
 if "__repr__" in type(y).__dict__:
 yield repr(y) + space
 done = True
 if wrap and isinstance(x, awkward1.layout.Record):
 cls = recordclass(x, behavior)
 if cls is not awkward1.highlevel.Record:
 y = cls(x, behavior=behavior)
 if "__repr__" in type(y).__dict__:
 yield repr(y) + space
 done = True
 if not done:
 if isinstance(x, awkward1.layout.Content):
 if brackets:
 yield "]" + space
 sp = ""
 for i in range(len(x) - 1, -1, -1):
 for token in backward(x[i], sp):
 yield token
 sp = ", "
 if brackets:
 yield "["
 elif isinstance(x, awkward1.layout.Record) and x.istuple:
 yield ")" + space
 for i in range(x.numfields - 1, -1, -1):
 last = None
 for token in backward(x[str(i)], ""):
 if last is not None:
 yield last
 last = token
 if last is not None:
 yield last
 if i != 0:
 yield ", "
 yield "("
 elif isinstance(x, awkward1.layout.Record):
 yield "}" + space
 keys = x.keys()
 for i in range(len(keys) - 1, -1, -1):
 last = None
 for token in backward(x[keys[i]], ""):
 if last is not None:
 yield last
 last = token
 if last is not None:
 yield keys[i] + ": " + last
 if i != 0:
 yield ", "
 yield "{"
 elif isinstance(x, (float, numpy.floating)):
 yield "{0:.3g}".format(x) + space
 else:
 yield repr(x) + space
 
 def forever(iterable):
 for token in iterable:
 yield token
 while True:
 yield None
 
 halfway = len(layout) // 2
 left, right = ["["], ["]"]
 leftlen, rightlen = 1, 1
 leftgen = \
> forever(forward(layout[:halfway], "", brackets=False, wrap=False))
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/_util.py:987: RuntimeError
____________________________ test_fromiter_fromjson ____________________________
 def test_fromiter_fromjson():
 assert awkward1.to_list(awkward1.from_iter(["one", "two", "three"])) == ["one", "two", "three"]
 assert awkward1.to_list(awkward1.from_iter([["one", "two", "three"], [], ["four", "five"]])) == [["one", "two", "three"], [], ["four", "five"]]
 
> assert awkward1.to_list(awkward1.from_json('["one", "two", "three"]')) == ["one", "two", "three"]
tests/test_0032-replace-dressedtype.py:147:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/behaviors/string.py:60: in __iter__
 for x in super(StringBehavior, self).__iter__():
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] StringBehavior object at 0x11a498d50>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
________________________________ test_typeempty ________________________________
 def test_typeempty():
 assert numpy.asarray(awkward1.types.PrimitiveType("bool").empty()).dtype == numpy.dtype("bool")
 assert numpy.asarray(awkward1.types.PrimitiveType("int8").empty()).dtype == numpy.dtype("int8")
 assert numpy.asarray(awkward1.types.PrimitiveType("int16").empty()).dtype == numpy.dtype("int16")
 assert numpy.asarray(awkward1.types.PrimitiveType("int32").empty()).dtype == numpy.dtype("int32")
 assert numpy.asarray(awkward1.types.PrimitiveType("int64").empty()).dtype == numpy.dtype("int64")
 assert numpy.asarray(awkward1.types.PrimitiveType("uint8").empty()).dtype == numpy.dtype("uint8")
 assert numpy.asarray(awkward1.types.PrimitiveType("uint16").empty()).dtype == numpy.dtype("uint16")
 assert numpy.asarray(awkward1.types.PrimitiveType("uint32").empty()).dtype == numpy.dtype("uint32")
 assert numpy.asarray(awkward1.types.PrimitiveType("uint64").empty()).dtype == numpy.dtype("uint64")
 assert numpy.asarray(awkward1.types.PrimitiveType("float32").empty()).dtype == numpy.dtype("float32")
 assert numpy.asarray(awkward1.types.PrimitiveType("float64").empty()).dtype == numpy.dtype("float64")
 assert type(awkward1.types.UnknownType().empty()) is awkward1.layout.EmptyArray
 assert type(awkward1.types.ArrayType(awkward1.types.UnknownType(), 0).empty()) is awkward1.layout.EmptyArray
 assert type(awkward1.types.RegularType(awkward1.types.UnknownType(), 5).empty()) is awkward1.layout.RegularArray
 assert type(awkward1.types.ListType(awkward1.types.UnknownType()).empty()) is awkward1.layout.ListOffsetArray64
 array = awkward1.types.RecordType({"one": awkward1.types.PrimitiveType("float64"), "two": awkward1.types.ListType(awkward1.types.PrimitiveType("float64"))}).empty()
 assert type(array) is awkward1.layout.RecordArray
> assert type(array["one"]) is awkward1.layout.NumpyArray
E RuntimeError: missing boxer for Content subtype
tests/test_0038-emptyarray-astype.py:30: RuntimeError
__________________________________ test_type ___________________________________
 def test_type():
 content = awkward1.layout.NumpyArray(numpy.array([0.0, 1.1, 2.2, 3.3, 4.4]))
 index = awkward1.layout.Index32(numpy.array([2, 2, 0, 3, 4], dtype=numpy.int32))
 array = awkward1.layout.IndexedArray32(index, content)
> assert awkward1.type(array) == awkward1.types.PrimitiveType("float64")
E assert float64 == float64
E + where float64 = <function type at 0x11a449440>(<IndexedArray32>\n <index><Index32 i="[2 2 0 3 4]" offset="0" length="5" at="0x7ffd3e5cc950"/></index>\n <content><NumpyArray format="d" shape="5" data="0 1.1 2.2 3.3 4.4" at="0x7ffd3e5e0210"/></content>\n</IndexedArray32>)
E + where <function type at 0x11a449440> = awkward1.type
E + and float64 = <class 'awkward1.types.PrimitiveType'>('float64')
E + where <class 'awkward1.types.PrimitiveType'> = <module 'awkward1.types' from '/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/types.cpython-37m-darwin.so'>.PrimitiveType
E + where <module 'awkward1.types' from '/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/types.cpython-37m-darwin.so'> = awkward1.types
tests/test_0046-start-indexedarray.py:54: AssertionError
__________________________________ test_json ___________________________________
 def test_json():
> assert awkward1.to_list(awkward1.Array("[1.1, 2.2, 3.3, null, 4.4]", check_valid=True)) == [1.1, 2.2, 3.3, None, 4.4]
tests/test_0046-start-indexedarray.py:138:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11a70e6d0>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
________________________________ test_fromiter _________________________________
 def test_fromiter():
 builder = awkward1.layout.ArrayBuilder()
 
 builder.integer(0)
 builder.integer(1)
 builder.integer(2)
 builder.beginlist()
 builder.endlist()
 builder.beginlist()
 builder.real(1.1)
 builder.endlist()
 builder.beginlist()
 builder.real(1.1)
 builder.real(2.2)
 builder.endlist()
 builder.beginlist()
 builder.real(1.1)
 builder.real(2.2)
 builder.real(3.3)
 builder.endlist()
 
 assert awkward1.to_list(builder.snapshot()) == [0, 1, 2, [], [1.1], [1.1, 2.2], [1.1, 2.2, 3.3]]
 
 assert awkward1.to_list(awkward1.from_iter([0, 1, 2, [], [1.1], [1.1, 2.2], [1.1, 2.2, 3.3]])) == [0, 1, 2, [], [1.1], [1.1, 2.2], [1.1, 2.2, 3.3]]
 assert awkward1.to_list(awkward1.from_iter([0, 1, 2, [], "zero", [1.1], "one", [1.1, 2.2], "two", [1.1, 2.2, 3.3], "three"])) == [0, 1, 2, [], "zero", [1.1], "one", [1.1, 2.2], "two", [1.1, 2.2, 3.3], "three"]
> assert awkward1.to_list(awkward1.from_json('[0, 1, 2, [], "zero", [1.1], "one", [1.1, 2.2], "two", [1.1, 2.2, 3.3], "three"]')) == [0, 1, 2, [], "zero", [1.1], "one", [1.1, 2.2], "two", [1.1, 2.2, 3.3], "three"]
tests/test_0084-start-unionarray.py:115:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in to_list
 return [to_list(x) for x in array]
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/operations/convert.py:355: in <listcomp>
 return [to_list(x) for x in array]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11a7969d0>
 def __iter__(self):
 """
 Iterates over this Array in Python.
 
 Note that this is the *slowest* way to access data (even slower than
 native Python objects, like lists and dicts). Usually, you should
 express your problems in array-at-a-time operations.
 
 In other words, do this:
 
 >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))
 [[1.05, 1.48, 1.82], [], [2.1, 2.35]]
 
 not this:
 
 >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):
 ... for inner in outer:
 ... print(np.sqrt(inner))
 ...
 1.0488088481701516
 1.4832396974191326
 1.816590212458495
 2.0976176963403033
 2.345207879911715
 
 Iteration over Arrays exists so that they can be more easily inspected
 as Python objects.
 
 See also #ak.to_list.
 """
> for x in self._layout:
E RuntimeError: missing boxer for Content subtype
/nix/store/0ldmkd1a78gn7s6qajb4k2mjfkmr038h-python3.7-awkward1-23600ea3e666c2eb8fb5b49f9ec43e91b0680ad9/lib/python3.7/site-packages/awkward1/highlevel.py:535: RuntimeError
================== 13 failed, 332 passed, 6 skipped in 10.40s ==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment