Last active
April 11, 2020 15:53
-
-
Save veprbl/60e1ffb1374a5ae617651ef57675d320 to your computer and use it in GitHub Desktop.
/nix/store/141vwayas5y2f3w4gvwx997a001zi3ak-python3.7-awkward1-0.2.12.drv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/bayblydsg1qrs7229ks3ysv3zf3063qp-awkward1-0.2.12.tar.gz | |
| source root is awkward1-0.2.12 | |
| setting SOURCE_DATE_EPOCH to timestamp 1586612285 of file awkward1-0.2.12/src/awkward1.egg-info/top_level.txt | |
| @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 | |
| 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 | |
| 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 | |
| -- 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-0.2.12.drv-0/awkward1-0.2.12/build/temp.macosx-10.6-x86_64-3.7 | |
| [35m[1mScanning dependencies of target awkward-cpu-kernels-objects[0m | |
| [35m[1mScanning dependencies of target awkward-objects[0m | |
| [ 1%] [32mBuilding CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/getitem.cpp.o[0m | |
| [ 3%] [32mBuilding CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/operations.cpp.o[0m | |
| [ 4%] [32mBuilding CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/identities.cpp.o[0m | |
| [ 7%] [32mBuilding CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/reducers.cpp.o[0m | |
| [ 7%] [32mBuilding CXX object CMakeFiles/awkward-cpu-kernels-objects.dir/src/cpu-kernels/util.cpp.o[0m | |
| [ 12%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Content.cpp.o[0m | |
| [ 12%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Identities.cpp.o[0m | |
| [ 12%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Index.cpp.o[0m | |
| [ 14%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Iterator.cpp.o[0m | |
| [ 15%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Reducer.cpp.o[0m | |
| [ 17%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/Slice.cpp.o[0m | |
| [ 18%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/BitMaskedArray.cpp.o[0m | |
| [ 20%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ByteMaskedArray.cpp.o[0m | |
| [ 21%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/EmptyArray.cpp.o[0m | |
| [ 23%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/IndexedArray.cpp.o[0m | |
| [ 23%] Built target awkward-cpu-kernels-objects | |
| [ 25%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ListArray.cpp.o[0m | |
| [35m[1mScanning dependencies of target awkward-cpu-kernels-static[0m | |
| [ 26%] [32m[1mLinking CXX static library libawkward-cpu-kernels-static.a[0m | |
| [ 26%] Built target awkward-cpu-kernels-static | |
| [ 28%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/ListOffsetArray.cpp.o[0m | |
| [35m[1mScanning dependencies of target awkward-cpu-kernels[0m | |
| [ 29%] [32m[1mLinking CXX shared library libawkward-cpu-kernels.dylib[0m | |
| [ 29%] Built target awkward-cpu-kernels | |
| [ 31%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/None.cpp.o[0m | |
| [ 32%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/NumpyArray.cpp.o[0m | |
| [ 34%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/Record.cpp.o[0m | |
| [ 35%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/RecordArray.cpp.o[0m | |
| [ 37%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/RegularArray.cpp.o[0m | |
| [ 39%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/UnionArray.cpp.o[0m | |
| [ 40%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/array/UnmaskedArray.cpp.o[0m | |
| [ 42%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ArrayBuilder.cpp.o[0m | |
| [ 43%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ArrayBuilderOptions.cpp.o[0m | |
| [ 45%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/BoolBuilder.cpp.o[0m | |
| [ 46%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Builder.cpp.o[0m | |
| [ 48%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Float64Builder.cpp.o[0m | |
| [ 50%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/GrowableBuffer.cpp.o[0m | |
| [ 51%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/IndexedBuilder.cpp.o[0m | |
| [ 53%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/Int64Builder.cpp.o[0m | |
| [ 54%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/ListBuilder.cpp.o[0m | |
| [ 56%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/OptionBuilder.cpp.o[0m | |
| [ 57%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/RecordBuilder.cpp.o[0m | |
| [ 59%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/StringBuilder.cpp.o[0m | |
| [ 60%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/TupleBuilder.cpp.o[0m | |
| [ 62%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/UnionBuilder.cpp.o[0m | |
| [ 64%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/builder/UnknownBuilder.cpp.o[0m | |
| [ 65%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/io/json.cpp.o[0m | |
| [ 67%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/io/root.cpp.o[0m | |
| [ 68%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/ArrayType.cpp.o[0m | |
| [ 70%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/ListType.cpp.o[0m | |
| [ 71%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/OptionType.cpp.o[0m | |
| [ 73%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/PrimitiveType.cpp.o[0m | |
| [ 75%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/RecordType.cpp.o[0m | |
| [ 76%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/RegularType.cpp.o[0m | |
| [ 78%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/Type.cpp.o[0m | |
| [ 79%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/UnionType.cpp.o[0m | |
| [ 81%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/type/UnknownType.cpp.o[0m | |
| [ 82%] [32mBuilding CXX object CMakeFiles/awkward-objects.dir/src/libawkward/util.cpp.o[0m | |
| [ 82%] Built target awkward-objects | |
| [35m[1mScanning dependencies of target awkward-static[0m | |
| [35m[1mScanning dependencies of target awkward[0m | |
| [ 85%] [32m[1mLinking CXX static library libawkward-static.a[0m | |
| [ 85%] [32m[1mLinking CXX shared library libawkward.dylib[0m | |
| 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 | |
| [35m[1mScanning dependencies of target layout[0m | |
| [35m[1mScanning dependencies of target _io[0m | |
| [35m[1mScanning dependencies of target types[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/layout.dir/src/python/layout/content.cpp.o[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/types.dir/src/python/types.cpp.o[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/layout.dir/src/python/layout/index.cpp.o[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/_io.dir/src/python/_io.cpp.o[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/layout.dir/src/python/layout.cpp.o[0m | |
| [ 95%] [32mBuilding CXX object CMakeFiles/layout.dir/src/python/layout/identities.cpp.o[0m | |
| [ 96%] [32m[1mLinking CXX shared module _io.cpython-37m-darwin.so[0m | |
| 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%] [32m[1mLinking CXX shared module types.cpython-37m-darwin.so[0m | |
| 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%] [32m[1mLinking CXX shared module layout.cpython-37m-darwin.so[0m | |
| 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 | |
| [36mInstall the project...[0m | |
| -- Install configuration: "Release" | |
| -- Installing: /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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-0.2.12.drv-0/awkward1-0.2.12/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.12.data | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.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.12.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.12.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.12.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.12.data/data/lib | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Content.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Index.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Slice.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Reducer.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| copying include/awkward/Iterator.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| copying include/awkward/cpu-kernels/reducers.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| copying include/awkward/cpu-kernels/operations.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| copying include/awkward/cpu-kernels/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| copying include/awkward/cpu-kernels/identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| copying include/awkward/cpu-kernels/getitem.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/cpu-kernels | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/python | |
| copying include/awkward/python/content.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/python | |
| copying include/awkward/python/index.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/python | |
| copying include/awkward/python/util.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/python | |
| copying include/awkward/python/identities.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/python | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/IndexedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/None.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/NumpyArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/UnmaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/ListArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/ListOffsetArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/Record.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/RecordArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/RawArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/ByteMaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/EmptyArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/RegularArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/BitMaskedArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| copying include/awkward/array/UnionArray.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/array | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/Float64Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/ListBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/Int64Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/UnionBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/TupleBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/ArrayBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/UnknownBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/Builder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/RecordBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/BoolBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/StringBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/ArrayBuilderOptions.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/IndexedBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/GrowableBuffer.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| copying include/awkward/builder/OptionBuilder.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/builder | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/io | |
| copying include/awkward/io/json.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/io | |
| copying include/awkward/io/root.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/io | |
| creating build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/Type.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/ArrayType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/OptionType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/RegularType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/PrimitiveType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/RecordType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/UnionType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/UnknownType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.data/data/include/awkward/type | |
| copying include/awkward/type/ListType.h -> build/bdist.macosx-10.6-x86_64/wheel/awkward1-0.2.12.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.12-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.12.dist-info/WHEEL | |
| creating 'dist/awkward1-0.2.12-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.12.data/data/include/awkward/Content.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/Identities.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/Index.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/Iterator.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/Reducer.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/Slice.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/util.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/BitMaskedArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/ByteMaskedArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/EmptyArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/IndexedArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/ListArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/ListOffsetArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/None.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/NumpyArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/RawArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/Record.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/RecordArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/RegularArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/UnionArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/array/UnmaskedArray.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/ArrayBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/ArrayBuilderOptions.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/BoolBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/Builder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/Float64Builder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/GrowableBuffer.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/IndexedBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/Int64Builder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/ListBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/OptionBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/RecordBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/StringBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/TupleBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/UnionBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/builder/UnknownBuilder.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/cpu-kernels/getitem.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/cpu-kernels/identities.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/cpu-kernels/operations.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/cpu-kernels/reducers.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/cpu-kernels/util.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/io/json.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/io/root.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/python/content.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/python/identities.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/python/index.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/python/util.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/ArrayType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/ListType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/OptionType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/PrimitiveType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/RecordType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/RegularType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/Type.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/UnionType.h' | |
| adding 'awkward1-0.2.12.data/data/include/awkward/type/UnknownType.h' | |
| adding 'awkward1-0.2.12.data/data/lib/libawkward-cpu-kernels-static.a' | |
| adding 'awkward1-0.2.12.data/data/lib/libawkward-cpu-kernels.dylib' | |
| adding 'awkward1-0.2.12.data/data/lib/libawkward-static.a' | |
| adding 'awkward1-0.2.12.data/data/lib/libawkward.dylib' | |
| adding 'awkward1-0.2.12.dist-info/LICENSE' | |
| adding 'awkward1-0.2.12.dist-info/METADATA' | |
| adding 'awkward1-0.2.12.dist-info/WHEEL' | |
| adding 'awkward1-0.2.12.dist-info/entry_points.txt' | |
| adding 'awkward1-0.2.12.dist-info/top_level.txt' | |
| adding 'awkward1-0.2.12.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-0.2.12.drv-0/awkward1-0.2.12/dist /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-0.2.12.drv-0/awkward1-0.2.12 | |
| Processing ./awkward1-0.2.12-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.12) (1.18.1) | |
| Installing collected packages: awkward1 | |
| Successfully installed awkward1-0.2.12 | |
| /private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-0.2.12.drv-0/awkward1-0.2.12 | |
| 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/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib | |
| patching script interpreter paths in /nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12 | |
| 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 | |
| [1m============================= test session starts ==============================[0m | |
| 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-0.2.12.drv-0/awkward1-0.2.12, inifile: setup.cfg | |
| [1mcollecting ... [0m[1m | |
| collecting 1 item [0m[1m | |
| collecting 101 items [0m[1m | |
| collecting 170 items / 2 skipped / 168 selected [0m[1m | |
| collecting 255 items / 3 skipped / 252 selected [0m[1m | |
| collecting 341 items / 6 skipped / 335 selected [0m[1m | |
| collected 345 items / 6 skipped / 339 selected [0m | |
| tests/test_0001-refcount.py [32m.[0m[32m [ 0%][0m | |
| tests/test_0002-minimal-listarray.py [32m.[0m[32m.[0m[32m.[0m[32m [ 1%][0m | |
| tests/test_0004-design-surrogate-key.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m [ 3%][0m | |
| tests/test_0006-deep-iteration.py [32m.[0m[32m.[0m[32m [ 3%][0m | |
| tests/test_0008-slices-and-getitem.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m [ 4%][0m | |
| tests/test_0009-identity-and-getitem.py [32m.[0m[32m [ 5%][0m | |
| tests/test_0011-listarray.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m [ 9%][0m | |
| tests/test_0013-error-handling-struct.py [32m.[0m[32m.[0m[32m.[0m[32m [ 10%][0m | |
| tests/test_0014-finish-up-getitem.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m [ 12%][0m | |
| tests/test_0018-fromiter-fillable.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m [ 15%][0m | |
| tests/test_0019-use-json-library.py [31mF[0m[31mF[0m[32m.[0m[32m.[0m[31mF[0m[32m.[0m[32m.[0m[31m [ 17%][0m | |
| tests/test_0020-support-unsigned-indexes.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 22%][0m | |
| tests/test_0021-emptyarray.py [31mF[0m[31mF[0m[31m [ 22%][0m | |
| tests/test_0023-regular-array.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 25%][0m | |
| tests/test_0024-use-regular-array.py [31mF[0m[32m.[0m[32m.[0m[31m [ 26%][0m | |
| tests/test_0025-record-array.py [32m.[0m[32m.[0m[31mF[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 29%][0m | |
| tests/test_0028-add-dressed-types.py [32m.[0m[31mF[0m[32m.[0m[32m.[0m[31m [ 30%][0m | |
| tests/test_0031-pickle-types.py [32m.[0m[31m [ 30%][0m | |
| tests/test_0032-replace-dressedtype.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[31mF[0m[31m [ 32%][0m | |
| tests/test_0038-emptyarray-astype.py [31mF[0m[31m [ 32%][0m | |
| tests/test_0039-no-hanging-types.py [32m.[0m[32m.[0m[32m.[0m[31m [ 33%][0m | |
| tests/test_0042-stubs-for-flatten-operation.py [32m.[0m[31m [ 33%][0m | |
| tests/test_0043-strings-vs-bytes.py [32m.[0m[31m [ 33%][0m | |
| tests/test_0046-start-indexedarray.py [32m.[0m[31mF[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31mF[0m[31m [ 36%][0m | |
| tests/test_0047-missing-odd-fields-in-fillablearray.py [32m.[0m[31m [ 36%][0m | |
| tests/test_0049-distinguish-record-and-recordarray-behaviors.py [32m.[0m[31m [ 37%][0m | |
| tests/test_0070-argmin-and-argmax.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 38%][0m | |
| tests/test_0072_fillna_operation.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 40%][0m | |
| tests/test_0077-zip-operation.py [32m.[0m[31m [ 40%][0m | |
| tests/test_0078-argcross-and-cross.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 42%][0m | |
| tests/test_0079-argchoose-and-choose.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 43%][0m | |
| tests/test_0082-indexedarray-setidentities.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 45%][0m | |
| tests/test_0084-start-unionarray.py [32m.[0m[32m.[0m[31mF[0m[31m [ 46%][0m | |
| tests/test_0086-nep13-ufunc.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 49%][0m | |
| tests/test_0093-simplify-uniontypes-and-optiontypes.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 53%][0m | |
| tests/test_0094-getattr-for-record-field.py [32m.[0m[32m.[0m[31m [ 54%][0m | |
| tests/test_0107-assign-fields-to-records.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 55%][0m | |
| tests/test_0110-various-cleanups.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 56%][0m | |
| tests/test_0111-jagged-and-masked-getitem.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 64%][0m | |
| tests/test_0114_rpad_operation.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 68%][0m | |
| tests/test_0115-generic-reducer-operation.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 73%][0m | |
| tests/test_0117-finish-the-sizes-operation.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 77%][0m | |
| tests/test_0118-numba-cpointers.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 88%] | |
| [0m[32m.[0m[32m.[0m[32m.[0m[31m [ 89%][0m | |
| tests/test_0124-strings-in-numba.py [32m.[0m[31m [ 89%][0m | |
| tests/test_0127-tomask-operation.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 95%][0m | |
| tests/test_0127b-tomask-operation-numba.py [32m.[0m[32m.[0m[32m.[0m[31m [ 96%][0m | |
| tests/test_0138-emptyarray-type.py [32m.[0m[31m [ 96%][0m | |
| tests/test_0150-attributeerrors.py [32m.[0m[31m [ 97%][0m | |
| tests/test_0156-array-and-record-constructors.py [32m.[0m[32m.[0m[31m [ 97%][0m | |
| tests/test_0166-0167-0170-random-issues.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [ 98%][0m | |
| tests/test_0198-tutorial-documentation-1.py [32m.[0m[32m.[0m[32m.[0m[32m.[0m[31m [100%][0m | |
| =================================== FAILURES =================================== | |
| [31m[1m_______________________________ test_fromstring ________________________________[0m | |
| [1m def test_fromstring():[0m | |
| [1m a = awkward1.from_json("[[1.1, 2.2, 3], [], [4, 5.5]]")[0m | |
| [1m> assert awkward1.to_list(a) == [[1.1, 2.2, 3.0], [], [4.0, 5.5]][0m | |
| [1m[31mtests/test_0019-use-json-library.py[0m:16: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x118de2cd0> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m[1m________________________________ test_fromfile _________________________________[0m | |
| tmp_path = PosixPath('/private/var/folders/1f/2mj_ng1n2y3_wc59fgw3fn_r0000gn/T/nix-build-python3.7-awkward1-0.2.12.drv-0/pytest-of-veprbl/pytest-0/test_fromfile0') | |
| [1m def test_fromfile(tmp_path):[0m | |
| [1m with open(os.path.join(str(tmp_path), "tmp1.json"), "w") as f:[0m | |
| [1m f.write("[[1.1, 2.2, 3], [], [4, 5.5]]")[0m | |
| [1m [0m | |
| [1m a = awkward1.from_json(os.path.join(str(tmp_path), "tmp1.json"))[0m | |
| [1m> assert awkward1.to_list(a) == [[1.1, 2.2, 3.0], [], [4.0, 5.5]][0m | |
| [1m[31mtests/test_0019-use-json-library.py[0m:26: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x118736cd0> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m[1m____________________________ test_root_nestedvector ____________________________[0m | |
| [1m def test_root_nestedvector():[0m | |
| [1m # fromcounts([3, 2], fromcounts([1, 0, 2, 2, 1], [123, 99, 123, 99, 123, 123]))[0m | |
| [1m # <JaggedArray [[[123] [] [99 123]] [[99 123] [123]]]>[0m | |
| [1m [0m | |
| [1m # outer offsets: [0, 3, 5][0m | |
| [1m # inner offsets: [0, 1, 1, 3, 5, 6][0m | |
| [1m [0m | |
| [1m byteoffsets = awkward1.layout.Index64(numpy.array([0, 28, 52], dtype=numpy.int64))[0m | |
| [1m rawdata = awkward1.layout.NumpyArray(numpy.array([[0m | |
| [1m 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,[0m | |
| [1m 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 99, 0, 0, 0, 123, 0, 0, 0, 1, 0, 0, 0, 123[0m | |
| [1m ], dtype=numpy.uint8))[0m | |
| [1m [0m | |
| [1m result = awkward1._io.fromroot_nestedvector(byteoffsets, rawdata, 2, numpy.dtype(">i").itemsize, ">i")[0m | |
| [1m assert numpy.asarray(result.offsets).tolist() == [0, 3, 5][0m | |
| [1m assert numpy.asarray(result.content.offsets).tolist() == [0, 1, 1, 3, 5, 6][0m | |
| [1m assert numpy.asarray(result.content.content).tolist() == [123, 99, 123, 99, 123, 123][0m | |
| [1m> assert awkward1.to_list(result) == [[[123], [], [99, 123]], [[99, 123], [123]]][0m | |
| [1m[31mtests/test_0019-use-json-library.py[0m:80: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| .0 = <Iterator at="1"> | |
| <ListOffsetArray64> | |
| <offsets><Index64 i="[0 1 1 3]" offset="0" length="4" at="0x7fb48297...007b 00000063 0000007b 00000063 0000007b 0000007b" at="0x7fb4824f8fb0"/></content> | |
| </ListOffsetArray64> | |
| </Iterator> | |
| [1m> return [to_list(x) for x in array][0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: RuntimeError | |
| [31m[1m_________________________________ test_unknown _________________________________[0m | |
| [1m def test_unknown():[0m | |
| [1m a = awkward1.from_json("[[], [], []]").layout[0m | |
| [1m> assert awkward1.to_list(a) == [[], [], []][0m | |
| [1m[31mtests/test_0021-emptyarray.py[0m:16: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| .0 = <Iterator at="1"> | |
| <ListOffsetArray64> | |
| <offsets><Index64 i="[0 0 0 0]" offset="0" length="4" at="0x7fb48597a000"/></offsets> | |
| <content><EmptyArray/></content> | |
| </ListOffsetArray64> | |
| </Iterator> | |
| [1m> return [to_list(x) for x in array][0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:376: RuntimeError | |
| [31m[1m_________________________________ test_getitem _________________________________[0m | |
| [1m def test_getitem():[0m | |
| [1m a = awkward1.from_json("[[], [[], []], [[], [], []]]")[0m | |
| [1m> assert awkward1.to_list(a[2]) == [[], [], []][0m | |
| [1m[31mtests/test_0021-emptyarray.py[0m:46: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x118757090> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m[1m____________________________ test_empty_array_slice ____________________________[0m | |
| [1m def test_empty_array_slice():[0m | |
| [1m # inspired by PR021::test_getitem[0m | |
| [1m a = awkward1.from_json("[[], [[], []], [[], [], []]]")[0m | |
| [1m> assert awkward1.to_list(a[2, 1, numpy.array([], dtype=int)]) == [][0m | |
| [1m[31mtests/test_0024-use-regular-array.py[0m:16: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x118531690> | |
| where = (2, 1, array([], dtype=int64)) | |
| [1m def __getitem__(self, where):[0m | |
| [1m """[0m | |
| [1m Args:[0m | |
| [1m where (many types supported; see below): Index of positions to[0m | |
| [1m select from this Array.[0m | |
| [1m [0m | |
| [1m Select items from the Array using an extension of NumPy's (already[0m | |
| [1m quite extensive) rules.[0m | |
| [1m [0m | |
| [1m All methods of selecting items described in[0m | |
| [1m [NumPy indexing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html)[0m | |
| [1m are supported with one exception[0m | |
| [1m ([combining advanced and basic indexing](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#combining-advanced-and-basic-indexing)[0m | |
| [1m with basic indexes *between* two advanced indexes: the definition[0m | |
| [1m NumPy chose for the result does not have a generalization beyond[0m | |
| [1m rectilinear arrays).[0m | |
| [1m [0m | |
| [1m The `where` parameter can be any of the following or a tuple of[0m | |
| [1m the following.[0m | |
| [1m [0m | |
| [1m * **An integer** selects one element. Like Python/NumPy, it is[0m | |
| [1m zero-indexed: `0` is the first item, `1` is the second, etc.[0m | |
| [1m Negative indexes count from the end of the list: `-1` is the[0m | |
| [1m last, `-2` is the second-to-last, etc.[0m | |
| [1m Indexes beyond the size of the array, either because they're too[0m | |
| [1m large or because they're too negative, raise errors. In[0m | |
| [1m particular, some nested lists might contain a desired element[0m | |
| [1m while others don't; this would raise an error.[0m | |
| [1m * **A slice** (either a Python `slice` object or the[0m | |
| [1m `start:stop:step` syntax) selects a range of elements. The[0m | |
| [1m `start` and `stop` values are zero-indexed; `start` is inclusive[0m | |
| [1m and `stop` is exclusive, like Python/NumPy. Negative `step`[0m | |
| [1m values are allowed, but a `step` of `0` is an error. Slices[0m | |
| [1m beyond the size of the array are not errors but are truncated,[0m | |
| [1m like Python/NumPy.[0m | |
| [1m * **A string** selects a tuple or record field, even if its[0m | |
| [1m position in the tuple is to the left of the dimension where the[0m | |
| [1m tuple/record is defined. (See <<projection>> below.) This is[0m | |
| [1m similar to NumPy's[0m | |
| [1m [field access](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#field-access),[0m | |
| [1m except that strings are allowed in the same tuple with other[0m | |
| [1m slice types. While record fields have names, tuple fields are[0m | |
| [1m integer strings, such as `"0"`, `"1"`, `"2"` (always[0m | |
| [1m non-negative). Be careful to distinguish these from non-string[0m | |
| [1m integers.[0m | |
| [1m * **An iterable of strings** (not the top-level tuple) selects[0m | |
| [1m multiple tuple/record fields.[0m | |
| [1m * **An ellipsis** (either the Python `Ellipsis` object or the[0m | |
| [1m `...` syntax) skips as many dimensions as needed to put the[0m | |
| [1m rest of the slice items to the innermost dimensions.[0m | |
| [1m * **A np.newaxis** or its equivalent, None, does not select items[0m | |
| [1m but introduces a new regular dimension in the output with size[0m | |
| [1m `1`. This is a convenient way to explicitly choose a dimension[0m | |
| [1m for broadcasting.[0m | |
| [1m * **A boolean array** with the same length as the current dimension[0m | |
| [1m (or any iterable, other than the top-level tuple) selects elements[0m | |
| [1m corresponding to each True value in the array, dropping those[0m | |
| [1m that correspond to each False. The behavior is similar to[0m | |
| [1m NumPy's[0m | |
| [1m [compress](https://docs.scipy.org/doc/numpy/reference/generated/numpy.compress.html)[0m | |
| [1m function.[0m | |
| [1m * **An integer array** (or any iterable, other than the top-level[0m | |
| [1m tuple) selects elements like a single integer, but produces a[0m | |
| [1m regular dimension of as many as are desired. The array can have[0m | |
| [1m any length, any order, and it can have duplicates and incomplete[0m | |
| [1m coverage. The behavior is similar to NumPy's[0m | |
| [1m [take](https://docs.scipy.org/doc/numpy/reference/generated/numpy.take.html)[0m | |
| [1m function.[0m | |
| [1m * **An integer Array with missing (None) items** selects multiple[0m | |
| [1m values by index, as above, but None values are passed through[0m | |
| [1m to the output. This behavior matches pyarrow's[0m | |
| [1m [Array.take](https://arrow.apache.org/docs/python/generated/pyarrow.Array.html#pyarrow.Array.take)[0m | |
| [1m which also manages arrays with missing values. See[0m | |
| [1m <<option indexing>> below.[0m | |
| [1m * **An Array of nested lists**, ultimately containing booleans or[0m | |
| [1m integers and having the same lengths of lists at each level as[0m | |
| [1m the Array to which they're applied, selects by boolean or by[0m | |
| [1m integer at the deeply nested level. See <<nested indexing>> below.[0m | |
| [1m [0m | |
| [1m A tuple of the above applies each slice item to a dimension of the[0m | |
| [1m data, which can be very expressive. More than one flat boolean/integer[0m | |
| [1m array are "iterated as one" as described in the[0m | |
| [1m [NumPy documentation](https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html#integer-array-indexing).[0m | |
| [1m [0m | |
| [1m Filtering[0m | |
| [1m *********[0m | |
| [1m [0m | |
| [1m A common use of selection by boolean arrays is to filter a dataset by[0m | |
| [1m some property. For instance, to get the odd values of the `array`[0m | |
| [1m [0m | |
| [1m ak.Array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])[0m | |
| [1m [0m | |
| [1m one can put an array expression with True for each odd value inside[0m | |
| [1m square brackets:[0m | |
| [1m [0m | |
| [1m >>> array[array % 2 == 1][0m | |
| [1m <Array [1, 3, 5, 7, 9] type='5 * int64'>[0m | |
| [1m [0m | |
| [1m This technique is so common in NumPy and Pandas data analysis that it[0m | |
| [1m is often read as a syntax, rather than a consequence of array slicing.[0m | |
| [1m [0m | |
| [1m The extension to nested arrays like[0m | |
| [1m [0m | |
| [1m ak.Array([[[0, 1, 2], [], [3, 4], [5]], [[6, 7, 8], [9]]])[0m | |
| [1m [0m | |
| [1m allows us to use the same syntax more generally.[0m | |
| [1m [0m | |
| [1m >>> array[array % 2 == 1][0m | |
| [1m <Array [[[1], [], [3], [5]], [[7], [9]]] type='2 * var * var * int64'>[0m | |
| [1m [0m | |
| [1m In this example, the boolean array is itself nested (see[0m | |
| [1m <<nested indexing>> below).[0m | |
| [1m [0m | |
| [1m >>> array % 2 == 1[0m | |
| [1m <Array [[[False, True, False], ... [True]]] type='2 * var * var * bool'>[0m | |
| [1m [0m | |
| [1m This also applies to data with record structures.[0m | |
| [1m [0m | |
| [1m For nested data, we often need to select the first or first two[0m | |
| [1m elements from variable-length lists. That can be a problem if some[0m | |
| [1m lists are empty. A function like #ak.num can be useful for first[0m | |
| [1m selecting by the lengths of lists.[0m | |
| [1m [0m | |
| [1m >>> array = ak.Array([[1.1, 2.2, 3.3],[0m | |
| [1m ... [],[0m | |
| [1m ... [4.4, 5.5],[0m | |
| [1m ... [6.6],[0m | |
| [1m ... [],[0m | |
| [1m ... [7.7, 8.8, 9.9]])[0m | |
| [1m ...[0m | |
| [1m >>> array[ak.num(array) > 0, 0][0m | |
| [1m <Array [1.1, 4.4, 6.6, 7.7] type='4 * float64'>[0m | |
| [1m >>> array[ak.num(array) > 1, 1][0m | |
| [1m <Array [2.2, 5.5, 8.8] type='3 * float64'>[0m | |
| [1m [0m | |
| [1m It's sometimes also a problem that "cleaning" the dataset by dropping[0m | |
| [1m empty lists changes its alignment, so that it can no longer be used[0m | |
| [1m in calculations with "uncleaned" data. For this, #ak.mask can be[0m | |
| [1m useful because it inserts None in positions that fail the filter,[0m | |
| [1m rather than removing them.[0m | |
| [1m [0m | |
| [1m >>> print(ak.mask(array, ak.num(array) > 1))[0m | |
| [1m [[1.1, 2.2, 3.3], None, [4.4, 5.5], None, None, [7.7, 8.8, 9.9]][0m | |
| [1m [0m | |
| [1m Note, however, that the `0` or `1` to pick the first or second[0m | |
| [1m item of each nested list is in the second dimension, so the first[0m | |
| [1m dimension of the slice must be a `:`.[0m | |
| [1m [0m | |
| [1m >>> ak.mask(array, ak.num(array) > 1)[:, 0][0m | |
| [1m <Array [1.1, None, 4.4, None, None, 7.7] type='6 * ?float64'>[0m | |
| [1m >>> ak.mask(array, ak.num(array) > 1)[:, 1][0m | |
| [1m <Array [2.2, None, 5.5, None, None, 8.8] type='6 * ?float64'>[0m | |
| [1m [0m | |
| [1m Another syntax for[0m | |
| [1m [0m | |
| [1m ak.mask(array, array_of_booleans)[0m | |
| [1m [0m | |
| [1m is[0m | |
| [1m [0m | |
| [1m array.mask[array_of_booleans][0m | |
| [1m [0m | |
| [1m (which is 5 characters away from simply filtering the `array`).[0m | |
| [1m [0m | |
| [1m Projection[0m | |
| [1m **********[0m | |
| [1m [0m | |
| [1m The following `array`[0m | |
| [1m [0m | |
| [1m ak.Array([[{"x": 1.1, "y": [1]}, {"x": 2.2, "y": [2, 2]}],[0m | |
| [1m [{"x": 3.3, "y": [3, 3, 3]}],[0m | |
| [1m [{"x": 0, "y": []}, {"x": 1.1, "y": [1, 1, 1]}]])[0m | |
| [1m [0m | |
| [1m has records inside of nested lists:[0m | |
| [1m [0m | |
| [1m >>> ak.type(array)[0m | |
| [1m 3 * var * {"x": float64, "y": var * int64}[0m | |
| [1m [0m | |
| [1m In principle, one should select nested lists before record fields,[0m | |
| [1m [0m | |
| [1m >>> array[2, :, "x"][0m | |
| [1m <Array [0, 1.1] type='2 * float64'>[0m | |
| [1m >>> array[::2, :, "x"][0m | |
| [1m <Array [[1.1, 2.2], [0, 1.1]] type='2 * var * float64'>[0m | |
| [1m [0m | |
| [1m but it's also possible to select record fields first.[0m | |
| [1m [0m | |
| [1m >>> array["x"][0m | |
| [1m <Array [[1.1, 2.2], [3.3], [0, 1.1]] type='3 * var * float64'>[0m | |
| [1m [0m | |
| [1m The string can "commute" to the left through integers and slices to[0m | |
| [1m get the same result as it would in its "natural" position.[0m | |
| [1m [0m | |
| [1m >>> array[2, :, "x"][0m | |
| [1m <Array [0, 1.1] type='2 * float64'>[0m | |
| [1m >>> array[2, "x", :][0m | |
| [1m <Array [0, 1.1] type='2 * float64'>[0m | |
| [1m >>> array["x", 2, :][0m | |
| [1m <Array [0, 1.1] type='2 * float64'>[0m | |
| [1m [0m | |
| [1m The is analogous to selecting rows (integer indexes) before columns[0m | |
| [1m (string names) or columns before rows, except that the rows are[0m | |
| [1m more complex (like a Pandas[0m | |
| [1m [MultiIndex](https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html)).[0m | |
| [1m This would be an expensive operation in a typical object-oriented[0m | |
| [1m environment, in which the records with fields `"x"` and `"y"` are[0m | |
| [1m akin to C structs, but for columnar Awkward Arrays, projecting[0m | |
| [1m through all records to produce an array of nested lists of `"x"`[0m | |
| [1m values just changes the metadata (no loop over data, and therefore[0m | |
| [1m fast).[0m | |
| [1m [0m | |
| [1m Thus, data analysts should think of records as fluid objects that[0m | |
| [1m can be easily projected apart and zipped back together with[0m | |
| [1m #ak.zip.[0m | |
| [1m [0m | |
| [1m Note, however, that while a column string can "commute" with row[0m | |
| [1m indexes to the left of its position in the tree, it can't commute[0m | |
| [1m to the right. For example, it's possible to use slices inside[0m | |
| [1m `"y"` because `"y"` is a list:[0m | |
| [1m [0m | |
| [1m >>> array[0, :, "y"][0m | |
| [1m <Array [[1], [2, 2]] type='2 * var * int64'>[0m | |
| [1m >>> array[0, :, "y", 0][0m | |
| [1m <Array [1, 2] type='2 * int64'>[0m | |
| [1m [0m | |
| [1m but it's not possible to move `"y"` to the right[0m | |
| [1m [0m | |
| [1m >>> array[0, :, 0, "y"][0m | |
| [1m ValueError: in NumpyArray, too many dimensions in slice[0m | |
| [1m [0m | |
| [1m because the `array[0, :, 0, ...]` slice applies to both `"x"` and[0m | |
| [1m `"y"` before `"y"` is selected, and `"x"` is a one-dimensional[0m | |
| [1m NumpyArray that can't take more than its share of slices.[0m | |
| [1m [0m | |
| [1m Option indexing[0m | |
| [1m ***************[0m | |
| [1m [0m | |
| [1m NumPy arrays can be sliced by all of the above slice types except[0m | |
| [1m arrays with missing values and arrays with nested lists, both of[0m | |
| [1m which are inexpressible in NumPy. Missing values, represented by[0m | |
| [1m None in Python, are called option types (#ak.type.OptionType) in[0m | |
| [1m Awkward Array and can be used as a slice.[0m | |
| [1m [0m | |
| [1m For example, an `array` like[0m | |
| [1m [0m | |
| [1m ak.Array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9])[0m | |
| [1m [0m | |
| [1m can be sliced with a boolean array[0m | |
| [1m [0m | |
| [1m >>> array[[False, False, False, False, True, False, True, False, True]][0m | |
| [1m <Array [5.5, 7.7, 9.9] type='3 * float64'>[0m | |
| [1m [0m | |
| [1m or a boolean array containing None values:[0m | |
| [1m [0m | |
| [1m >>> array[[False, False, False, False, True, None, True, None, True]][0m | |
| [1m <Array [5.5, None, 7.7, None, 9.9] type='5 * ?float64'>[0m | |
| [1m [0m | |
| [1m Similarly for arrays of integers and None:[0m | |
| [1m [0m | |
| [1m >>> array[[0, 1, None, None, 7, 8]][0m | |
| [1m <Array [1.1, 2.2, None, None, 8.8, 9.9] type='6 * ?float64'>[0m | |
| [1m [0m | |
| [1m This is the same behavior as pyarrow's[0m | |
| [1m [Array.take](https://arrow.apache.org/docs/python/generated/pyarrow.Array.html#pyarrow.Array.take),[0m | |
| [1m which establishes a convention for how to interpret slice arrays[0m | |
| [1m with option type:[0m | |
| [1m [0m | |
| [1m >>> import pyarrow as pa[0m | |
| [1m >>> array = pa.array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9])[0m | |
| [1m >>> array.take(pa.array([0, 1, None, None, 7, 8]))[0m | |
| [1m <pyarrow.lib.DoubleArray object at 0x7efc7f060210>[0m | |
| [1m [[0m | |
| [1m 1.1,[0m | |
| [1m 2.2,[0m | |
| [1m null,[0m | |
| [1m null,[0m | |
| [1m 8.8,[0m | |
| [1m 9.9[0m | |
| [1m ][0m | |
| [1m [0m | |
| [1m Nested indexing[0m | |
| [1m ***************[0m | |
| [1m [0m | |
| [1m Awkward Array's nested lists can be used as slices as well, as long[0m | |
| [1m as the type at the deepest level of nesting is boolean or integer.[0m | |
| [1m [0m | |
| [1m For example, the `array`[0m | |
| [1m [0m | |
| [1m ak.Array([[[0.0, 1.1, 2.2], [], [3.3, 4.4]], [], [[5.5]]])[0m | |
| [1m [0m | |
| [1m can be sliced at the top level with one-dimensional arrays:[0m | |
| [1m [0m | |
| [1m >>> array[[False, True, True]][0m | |
| [1m <Array [[], [[5.5]]] type='2 * var * var * float64'>[0m | |
| [1m >>> array[[1, 2]][0m | |
| [1m <Array [[], [[5.5]]] type='2 * var * var * float64'>[0m | |
| [1m [0m | |
| [1m with singly nested lists:[0m | |
| [1m [0m | |
| [1m >>> array[[[False, True, True], [], [True]]][0m | |
| [1m <Array [[[], [3.3, 4.4]], [], [[5.5]]] type='3 * var * var * float64'>[0m | |
| [1m >>> array[[[1, 2], [], [0]]][0m | |
| [1m <Array [[[], [3.3, 4.4]], [], [[5.5]]] type='3 * var * var * float64'>[0m | |
| [1m [0m | |
| [1m and with doubly nested lists:[0m | |
| [1m [0m | |
| [1m >>> array[[[[False, True, False], [], [True, False]], [], [[False]]]][0m | |
| [1m <Array [[[1.1], [], [3.3]], [], [[]]] type='3 * var * var * float64'>[0m | |
| [1m >>> array[[[[1], [], [0]], [], [[]]]][0m | |
| [1m <Array [[[1.1], [], [3.3]], [], [[]]] type='3 * var * var * float64'>[0m | |
| [1m [0m | |
| [1m The key thing is that the nested slice has the same number of elements[0m | |
| [1m as the array it's slicing at every level of nesting that it reproduces.[0m | |
| [1m This is similar to the requirement that boolean arrays have the same[0m | |
| [1m length as the array they're filtering.[0m | |
| [1m [0m | |
| [1m This kind of slicing is useful because NumPy's[0m | |
| [1m [universal functions](https://docs.scipy.org/doc/numpy/reference/ufuncs.html)[0m | |
| [1m produce arrays with the same structure as the original array, which[0m | |
| [1m can then be used as filters.[0m | |
| [1m [0m | |
| [1m >>> print((array * 10) % 2 == 1)[0m | |
| [1m [[[False, True, False], [], [True, False]], [], [[True]]][0m | |
| [1m >>> print(array[(array * 10) % 2 == 1])[0m | |
| [1m [[[1.1], [], [3.3]], [], [[5.5]]][0m | |
| [1m [0m | |
| [1m Functions whose names start with "arg" return index positions, which[0m | |
| [1m can be used with the integer form.[0m | |
| [1m [0m | |
| [1m >>> print(np.argmax(array, axis=-1))[0m | |
| [1m [[2, None, 1], [], [0]][0m | |
| [1m >>> print(array[np.argmax(array, axis=-1)])[0m | |
| [1m [[[3.3, 4.4], None, []], [], [[5.5]]][0m | |
| [1m [0m | |
| [1m Here, the `np.argmax` returns the integer position of the maximum[0m | |
| [1m element or None for empty arrays. It's a nice example of[0m | |
| [1m <<option indexing>> with <<nested indexing>>.[0m | |
| [1m """[0m | |
| [1m> return awkward1._util.wrap(self._layout[where], self._behavior)[0m | |
| [1m[31mE RuntimeError: unrecognized slice type[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:875: RuntimeError | |
| [31m[1m__________________________________ test_type ___________________________________[0m | |
| [1m def test_type():[0m | |
| [1m content1 = awkward1.layout.NumpyArray(numpy.array([1, 2, 3, 4, 5], dtype=numpy.int64))[0m | |
| [1m 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))[0m | |
| [1m offsets = awkward1.layout.Index64(numpy.array([0, 3, 3, 5, 6, 9]))[0m | |
| [1m listoffsetarray = awkward1.layout.ListOffsetArray64(offsets, content2)[0m | |
| [1m recordarray = awkward1.layout.RecordArray([content1, listoffsetarray])[0m | |
| [1m assert str(awkward1.type(recordarray)) == '(int64, var * float64)'[0m | |
| [1m [0m | |
| [1m> assert awkward1.type(recordarray) == awkward1.types.RecordType(([0m | |
| [1m awkward1.types.PrimitiveType("int64"),[0m | |
| [1m awkward1.types.ListType(awkward1.types.PrimitiveType("float64"))))[0m | |
| [1m[31mE assert (int64, var * float64) == (int64, var * float64)[0m | |
| [1m[31mE Use -v to get the full diff[0m | |
| [1m[31mtests/test_0025-record-array.py[0m:88: AssertionError | |
| [31m[1m________________________________ test_highlevel ________________________________[0m | |
| [1m def test_highlevel():[0m | |
| [1m a = awkward1.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5], [6.6], [7.7, 8.8, 9.9]], check_valid=True)[0m | |
| [1m assert repr(a) == "<Array [[1.1, 2.2, 3.3], ... [7.7, 8.8, 9.9]] type='5 * var * float64'>"[0m | |
| [1m assert str(a) == "[[1.1, 2.2, 3.3], [], [4.4, 5.5], [6.6], [7.7, 8.8, 9.9]]"[0m | |
| [1m [0m | |
| [1m b = awkward1.Array(numpy.arange(100, dtype=numpy.int32), check_valid=True)[0m | |
| [1m assert repr(b) == "<Array [0, 1, 2, 3, 4, ... 95, 96, 97, 98, 99] type='100 * int32'>"[0m | |
| [1m 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]"[0m | |
| [1m [0m | |
| [1m c = awkward1.Array('[{"one": 3.14, "two": [1.1, 2.2]}, {"one": 99.9, "two": [-3.1415926]}]', check_valid=True)[0m | |
| [1m> assert repr(c) == "<Array [{one: 3.14, two: [1.1, ... -3.14]}] type='2 * {\"one\": float64, \"two\": va...'>"[0m | |
| [1m[31mtests/test_0028-add-dressed-types.py[0m:32: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:1136: in __repr__ | |
| [1m self._behavior)[0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| limit_length = 40 | |
| layout = <RecordArray> | |
| <field index="0" key="one"> | |
| <NumpyArray format="d" shape="2" data="3.14 99.9" at="0x7fb485b9...pe="3" data="1.1 2.2 -3.14159" at="0x7fb4858f6200"/></content> | |
| </ListOffsetArray64> | |
| </field> | |
| </RecordArray> | |
| behavior = None | |
| [1m def minimally_touching_string(limit_length, layout, behavior):[0m | |
| [1m import awkward1.layout[0m | |
| [1m [0m | |
| [1m if isinstance(layout, awkward1.layout.Record):[0m | |
| [1m layout = layout.array[layout.at : layout.at + 1][0m | |
| [1m [0m | |
| [1m if len(layout) == 0:[0m | |
| [1m return "[]"[0m | |
| [1m [0m | |
| [1m def forward(x, space, brackets=True, wrap=True):[0m | |
| [1m done = False[0m | |
| [1m if wrap and isinstance(x, awkward1.layout.Content):[0m | |
| [1m cls = arrayclass(x, behavior)[0m | |
| [1m if cls is not awkward1.highlevel.Array:[0m | |
| [1m y = cls(x, behavior=behavior)[0m | |
| [1m if "__repr__" in type(y).__dict__:[0m | |
| [1m yield space + repr(y)[0m | |
| [1m done = True[0m | |
| [1m if wrap and isinstance(x, awkward1.layout.Record):[0m | |
| [1m cls = recordclass(x, behavior)[0m | |
| [1m if cls is not awkward1.highlevel.Record:[0m | |
| [1m y = cls(x, behavior=behavior)[0m | |
| [1m if "__repr__" in type(y).__dict__:[0m | |
| [1m yield space + repr(y)[0m | |
| [1m done = True[0m | |
| [1m if not done:[0m | |
| [1m if isinstance(x, awkward1.layout.Content):[0m | |
| [1m if brackets:[0m | |
| [1m yield space + "["[0m | |
| [1m sp = ""[0m | |
| [1m for i in range(len(x)):[0m | |
| [1m for token in forward(x[i], sp):[0m | |
| [1m yield token[0m | |
| [1m sp = ", "[0m | |
| [1m if brackets:[0m | |
| [1m yield "]"[0m | |
| [1m elif isinstance(x, awkward1.layout.Record) and x.istuple:[0m | |
| [1m yield space + "("[0m | |
| [1m sp = ""[0m | |
| [1m for i in range(x.numfields):[0m | |
| [1m key = sp[0m | |
| [1m for token in forward(x[str(i)], ""):[0m | |
| [1m yield key + token[0m | |
| [1m key = ""[0m | |
| [1m sp = ", "[0m | |
| [1m yield ")"[0m | |
| [1m elif isinstance(x, awkward1.layout.Record):[0m | |
| [1m yield space + "{"[0m | |
| [1m sp = ""[0m | |
| [1m for k in x.keys():[0m | |
| [1m key = sp + k + ": "[0m | |
| [1m for token in forward(x[k], ""):[0m | |
| [1m yield key + token[0m | |
| [1m key = ""[0m | |
| [1m sp = ", "[0m | |
| [1m yield "}"[0m | |
| [1m elif isinstance(x, (float, numpy.floating)):[0m | |
| [1m yield space + "{0:.3g}".format(x)[0m | |
| [1m else:[0m | |
| [1m yield space + repr(x)[0m | |
| [1m [0m | |
| [1m def backward(x, space, brackets=True, wrap=True):[0m | |
| [1m done = False[0m | |
| [1m if wrap and isinstance(x, awkward1.layout.Content):[0m | |
| [1m cls = arrayclass(x, behavior)[0m | |
| [1m if cls is not awkward1.highlevel.Array:[0m | |
| [1m y = cls(x, behavior=behavior)[0m | |
| [1m if "__repr__" in type(y).__dict__:[0m | |
| [1m yield repr(y) + space[0m | |
| [1m done = True[0m | |
| [1m if wrap and isinstance(x, awkward1.layout.Record):[0m | |
| [1m cls = recordclass(x, behavior)[0m | |
| [1m if cls is not awkward1.highlevel.Record:[0m | |
| [1m y = cls(x, behavior=behavior)[0m | |
| [1m if "__repr__" in type(y).__dict__:[0m | |
| [1m yield repr(y) + space[0m | |
| [1m done = True[0m | |
| [1m if not done:[0m | |
| [1m if isinstance(x, awkward1.layout.Content):[0m | |
| [1m if brackets:[0m | |
| [1m yield "]" + space[0m | |
| [1m sp = ""[0m | |
| [1m for i in range(len(x) - 1, -1, -1):[0m | |
| [1m for token in backward(x[i], sp):[0m | |
| [1m yield token[0m | |
| [1m sp = ", "[0m | |
| [1m if brackets:[0m | |
| [1m yield "["[0m | |
| [1m elif isinstance(x, awkward1.layout.Record) and x.istuple:[0m | |
| [1m yield ")" + space[0m | |
| [1m for i in range(x.numfields - 1, -1, -1):[0m | |
| [1m last = None[0m | |
| [1m for token in backward(x[str(i)], ""):[0m | |
| [1m if last is not None:[0m | |
| [1m yield last[0m | |
| [1m last = token[0m | |
| [1m if last is not None:[0m | |
| [1m yield last[0m | |
| [1m if i != 0:[0m | |
| [1m yield ", "[0m | |
| [1m yield "("[0m | |
| [1m elif isinstance(x, awkward1.layout.Record):[0m | |
| [1m yield "}" + space[0m | |
| [1m keys = x.keys()[0m | |
| [1m for i in range(len(keys) - 1, -1, -1):[0m | |
| [1m last = None[0m | |
| [1m for token in backward(x[keys[i]], ""):[0m | |
| [1m if last is not None:[0m | |
| [1m yield last[0m | |
| [1m last = token[0m | |
| [1m if last is not None:[0m | |
| [1m yield keys[i] + ": " + last[0m | |
| [1m if i != 0:[0m | |
| [1m yield ", "[0m | |
| [1m yield "{"[0m | |
| [1m elif isinstance(x, (float, numpy.floating)):[0m | |
| [1m yield "{0:.3g}".format(x) + space[0m | |
| [1m else:[0m | |
| [1m yield repr(x) + space[0m | |
| [1m [0m | |
| [1m def forever(iterable):[0m | |
| [1m for token in iterable:[0m | |
| [1m yield token[0m | |
| [1m while True:[0m | |
| [1m yield None[0m | |
| [1m [0m | |
| [1m halfway = len(layout) // 2[0m | |
| [1m left, right = ["["], ["]"][0m | |
| [1m leftlen, rightlen = 1, 1[0m | |
| [1m leftgen = \[0m | |
| [1m> forever(forward(layout[:halfway], "", brackets=False, wrap=False))[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/_util.py[0m:987: RuntimeError | |
| [31m[1m____________________________ test_fromiter_fromjson ____________________________[0m | |
| [1m def test_fromiter_fromjson():[0m | |
| [1m assert awkward1.to_list(awkward1.from_iter(["one", "two", "three"])) == ["one", "two", "three"][0m | |
| [1m assert awkward1.to_list(awkward1.from_iter([["one", "two", "three"], [], ["four", "five"]])) == [["one", "two", "three"], [], ["four", "five"]][0m | |
| [1m [0m | |
| [1m> assert awkward1.to_list(awkward1.from_json('["one", "two", "three"]')) == ["one", "two", "three"][0m | |
| [1m[31mtests/test_0032-replace-dressedtype.py[0m:147: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/behaviors/string.py[0m:60: in __iter__ | |
| [1m for x in super(StringBehavior, self).__iter__():[0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] StringBehavior object at 0x118bd4290> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m[1m________________________________ test_typeempty ________________________________[0m | |
| [1m def test_typeempty():[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("bool").empty()).dtype == numpy.dtype("bool")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("int8").empty()).dtype == numpy.dtype("int8")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("int16").empty()).dtype == numpy.dtype("int16")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("int32").empty()).dtype == numpy.dtype("int32")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("int64").empty()).dtype == numpy.dtype("int64")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("uint8").empty()).dtype == numpy.dtype("uint8")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("uint16").empty()).dtype == numpy.dtype("uint16")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("uint32").empty()).dtype == numpy.dtype("uint32")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("uint64").empty()).dtype == numpy.dtype("uint64")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("float32").empty()).dtype == numpy.dtype("float32")[0m | |
| [1m assert numpy.asarray(awkward1.types.PrimitiveType("float64").empty()).dtype == numpy.dtype("float64")[0m | |
| [1m assert type(awkward1.types.UnknownType().empty()) is awkward1.layout.EmptyArray[0m | |
| [1m assert type(awkward1.types.ArrayType(awkward1.types.UnknownType(), 0).empty()) is awkward1.layout.EmptyArray[0m | |
| [1m assert type(awkward1.types.RegularType(awkward1.types.UnknownType(), 5).empty()) is awkward1.layout.RegularArray[0m | |
| [1m assert type(awkward1.types.ListType(awkward1.types.UnknownType()).empty()) is awkward1.layout.ListOffsetArray64[0m | |
| [1m array = awkward1.types.RecordType({"one": awkward1.types.PrimitiveType("float64"), "two": awkward1.types.ListType(awkward1.types.PrimitiveType("float64"))}).empty()[0m | |
| [1m assert type(array) is awkward1.layout.RecordArray[0m | |
| [1m> assert type(array["one"]) is awkward1.layout.NumpyArray[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31mtests/test_0038-emptyarray-astype.py[0m:30: RuntimeError | |
| [31m[1m__________________________________ test_type ___________________________________[0m | |
| [1m def test_type():[0m | |
| [1m content = awkward1.layout.NumpyArray(numpy.array([0.0, 1.1, 2.2, 3.3, 4.4]))[0m | |
| [1m index = awkward1.layout.Index32(numpy.array([2, 2, 0, 3, 4], dtype=numpy.int32))[0m | |
| [1m array = awkward1.layout.IndexedArray32(index, content)[0m | |
| [1m> assert awkward1.type(array) == awkward1.types.PrimitiveType("float64")[0m | |
| [1m[31mE assert float64 == float64[0m | |
| [1m[31mE + where float64 = <function type at 0x1183e8680>(<IndexedArray32>\n <index><Index32 i="[2 2 0 3 4]" offset="0" length="5" at="0x7fb4849a4540"/></index>\n <content><NumpyArray format="d" shape="5" data="0 1.1 2.2 3.3 4.4" at="0x7fb4824b48f0"/></content>\n</IndexedArray32>)[0m | |
| [1m[31mE + where <function type at 0x1183e8680> = awkward1.type[0m | |
| [1m[31mE + and float64 = <class 'awkward1.types.PrimitiveType'>('float64')[0m | |
| [1m[31mE + where <class 'awkward1.types.PrimitiveType'> = <module 'awkward1.types' from '/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/types.cpython-37m-darwin.so'>.PrimitiveType[0m | |
| [1m[31mE + where <module 'awkward1.types' from '/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/types.cpython-37m-darwin.so'> = awkward1.types[0m | |
| [1m[31mtests/test_0046-start-indexedarray.py[0m:54: AssertionError | |
| [31m[1m__________________________________ test_json ___________________________________[0m | |
| [1m def test_json():[0m | |
| [1m> 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][0m | |
| [1m[31mtests/test_0046-start-indexedarray.py[0m:138: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x1184e6090> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m[1m________________________________ test_fromiter _________________________________[0m | |
| [1m def test_fromiter():[0m | |
| [1m builder = awkward1.layout.ArrayBuilder()[0m | |
| [1m [0m | |
| [1m builder.integer(0)[0m | |
| [1m builder.integer(1)[0m | |
| [1m builder.integer(2)[0m | |
| [1m builder.beginlist()[0m | |
| [1m builder.endlist()[0m | |
| [1m builder.beginlist()[0m | |
| [1m builder.real(1.1)[0m | |
| [1m builder.endlist()[0m | |
| [1m builder.beginlist()[0m | |
| [1m builder.real(1.1)[0m | |
| [1m builder.real(2.2)[0m | |
| [1m builder.endlist()[0m | |
| [1m builder.beginlist()[0m | |
| [1m builder.real(1.1)[0m | |
| [1m builder.real(2.2)[0m | |
| [1m builder.real(3.3)[0m | |
| [1m builder.endlist()[0m | |
| [1m [0m | |
| [1m assert awkward1.to_list(builder.snapshot()) == [0, 1, 2, [], [1.1], [1.1, 2.2], [1.1, 2.2, 3.3]][0m | |
| [1m [0m | |
| [1m 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]][0m | |
| [1m 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"][0m | |
| [1m> 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"][0m | |
| [1m[31mtests/test_0084-start-unionarray.py[0m:115: | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in to_list | |
| [1m return [to_list(x) for x in array][0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/operations/convert.py[0m:355: in <listcomp> | |
| [1m return [to_list(x) for x in array][0m | |
| _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
| self = <[RuntimeError('missing boxer for Content subtype') raised in repr()] Array object at 0x11868e5d0> | |
| [1m def __iter__(self):[0m | |
| [1m """[0m | |
| [1m Iterates over this Array in Python.[0m | |
| [1m [0m | |
| [1m Note that this is the *slowest* way to access data (even slower than[0m | |
| [1m native Python objects, like lists and dicts). Usually, you should[0m | |
| [1m express your problems in array-at-a-time operations.[0m | |
| [1m [0m | |
| [1m In other words, do this:[0m | |
| [1m [0m | |
| [1m >>> print(np.sqrt(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]])))[0m | |
| [1m [[1.05, 1.48, 1.82], [], [2.1, 2.35]][0m | |
| [1m [0m | |
| [1m not this:[0m | |
| [1m [0m | |
| [1m >>> for outer in ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]):[0m | |
| [1m ... for inner in outer:[0m | |
| [1m ... print(np.sqrt(inner))[0m | |
| [1m ...[0m | |
| [1m 1.0488088481701516[0m | |
| [1m 1.4832396974191326[0m | |
| [1m 1.816590212458495[0m | |
| [1m 2.0976176963403033[0m | |
| [1m 2.345207879911715[0m | |
| [1m [0m | |
| [1m Iteration over Arrays exists so that they can be more easily inspected[0m | |
| [1m as Python objects.[0m | |
| [1m [0m | |
| [1m See also #ak.to_list.[0m | |
| [1m """[0m | |
| [1m> for x in self._layout:[0m | |
| [1m[31mE RuntimeError: missing boxer for Content subtype[0m | |
| [1m[31m/nix/store/aab884g7b007i498dd8xy6k059fl71jy-python3.7-awkward1-0.2.12/lib/python3.7/site-packages/awkward1/highlevel.py[0m:535: RuntimeError | |
| [31m================== [31m[1m13 failed[0m, [32m332 passed[0m, [33m6 skipped[0m[31m in 11.10s[0m[31m ==================[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment