8000 PyPy is crashing on some tests. · Issue #17420 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

PyPy is crashing on some tests. #17420

New issue

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

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

Already on GitHub? Sign in to your account

Closed
charris opened this issue Oct 1, 2020 · 6 comments
Closed

PyPy is crashing on some tests. #17420

charris opened this issue Oct 1, 2020 · 6 comments
Labels

Comments

@charris
Copy link
Member
charris commented Oct 1, 2020

See here. @mattip How does one discover what the problem is with PyPy. My guess is that it is some reference problem, as PyPy doesn't do reference counting and there is a lot of it in this PR.

Reproducing code example:

import numpy as np
<< your code here >>

Error message:

NumPy/Python version information:

@seberg
Copy link
Member
seberg commented Oct 1, 2020

I should run do a full leak check run on master some time soon, there are definitely some ref-counting issues introduced in all the recent code changes.

I have tried running the first 2% (both master and that PR) of the test suit on python-debug with leak checking, but while there are some ref-leaks, there is no change, but I guess that doesn't mean there can't be a refcounting issue, but it makes it less likely?

@charris
Copy link
Member Author
charris commented Oct 1, 2020

Thanks!

but it makes it less likely.

At least less likely that a refcounting issue causes the testing failure :) The changes are mostly in error handling code and I suspect much of that is not tested. I should probably set up to test with PyPy even though it doesn't support recent Python. One advantage a lot of commits in a PR is that bisecting is easy. OTOH, this may have exposed a problem in PyPy. The test seems to pull from the head of the development branch.

@mattip
Copy link
Member
mattip commented Oct 2, 2020

Note the linux PyPy passes. It might be an issue with PyUnicode_FromFormat and PyPy windows. I think the best thing to do would be to disable the windows PyPy run in this PR, I will try to re-enable it after the PR is merged.

@seberg
Copy link
Member
seberg commented Oct 3, 2020

To put it somewhere, and because its not completely useless maybe to see, here is the output of a full leak-check run. Note that a few of these are expected. The f2py leaks were always there IIRC, the array-coercion (and some others) are due to the buffer "cache", some are known leaks (and marked, but I did not skip it).

If the test_ccompiler_opt.py compiles (similar to the cython), I assume that leaks are expected.

Some that are pretty certainly real: The random ones (likely all the same issue?), the test_format.py ones. The indexing one and outer deprecation should be easy ones to just check off quickly (I may just look at it now).

EDIT: Hmm, I think quite a few of these may be just be issues with pytest-leaks in combination to some fixtures or maybe some other loaded pytest plugin...

======================================================================================================================= leaks summary ========================================================================================================================
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_array_coercion.py::TestScalarDiscovery::test_scalar_promotion: leaked references: [188, 188, 188]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cpu_dispatcher.py::test_dispatcher: leaked references: [11, 11, 11], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_is_timedelta64_object: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_is_datetime64_object: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_get_datetime64_value: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_get_timedelta64_value: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_get_datetime64_unit: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_cython.py::test_abstract_scalars: leaked references: [139, 139, 139], memory blocks: [27, 27, 27]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_deprecations.py::TestMatrixInOuter::test_deprecated: leaked references: [12, 12, 12], memory blocks: [5, 5, 5]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_indexing.py::TestBroadcastedAssignments::test_prepend_not_one: leaked references: [4, 4, 4], memory blocks: [4, 4, 4]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_indexing.py::TestBroadcastedAssignments::test_simple_broadcasting_errors: leaked references: [6, 6, 6], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_multiarray.py::TestArgmax::test_object_argmax_with_NULLs: leaked references: [4, 4, 4]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_multiarray.py::TestArgmin::test_object_argmin_with_NULLs: leaked references: [4, 4, 4]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_multiarray.py::TestWritebackIfCopy::test_dealloc_warning: leaked references: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_numeric.py::TestTypes::test_can_cast_and_promote_usertypes: leaked references: [56, 56, 56]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-array-args0-kwargs0]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-empty-args6-kwargs6]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-zeros-args9-kwargs9]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-arange-args10-kwargs10]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-frombuffer-args11-kwargs11]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-fromiter-args12-kwargs12]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[True-fromstring-args13-kwargs13]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-array-args0-kwargs0]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-empty-args6-kwargs6]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-zeros-args9-kwargs9]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-arange-args10-kwargs10]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-frombuffer-args11-kwargs11]: leaked references: [20, 20, 20], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-fromiter-args12-kwargs12]: leaked references: [20, 20, 20], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like[False-fromstring-args13-kwargs13]: leaked references: [20, 20, 20], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-array-args0-kwargs0]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-empty-args6-kwargs6]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-zeros-args9-kwargs9]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-arange-args10-kwargs10]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-frombuffer-args11-kwargs11]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-fromiter-args12-kwargs12]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[True-fromstring-args13-kwargs13]: leaked references: [3, 3, 3], memory blocks: [2, 2, 2]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-array-args0-kwargs0]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-empty-args6-kwargs6]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-zeros-args9-kwargs9]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-arange-args10-kwargs10]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-frombuffer-args11-kwargs11]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-fromiter-args12-kwargs12]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_no_array_function_like[False-fromstring-args13-kwargs13]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like_fromfile[True]: leaked references: [5, 5, 5], memory blocks: [3, 3, 3], file descriptors: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_array_like_fromfile[False]: leaked references: [19, 19, 19], memory blocks: [9, 9, 9], file descriptors: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_overrides.py::TestArrayLike::test_exception_handling: leaked references: [19, 19, 19], memory blocks: [9, 9, 9]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[ascii]: leaked memory blocks: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[basic multilingual]: leaked memory blocks: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_str_ucs4[non-BMP]: leaked memory blocks: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/core/tests/test_umath.py::test_outer_exceeds_maxdims: leaked references: [3, 3, 3], memory blocks: [1, 1, 1]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_gcc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_clang::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_icc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_iccw::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_implies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_args_options: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x86_msvc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_gcc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_clang::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_icc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_iccw::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_implies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_args_options: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_x64_msvc::test_targets_multi: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_implies: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_gcc::test_targets_multi: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_implies: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64_clang::test_targets_multi: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_implies: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_gcc::test_targets_multi: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_implies: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_args_options: leaked references: [156, 156, 156], memory blocks: [72, 72, 72]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_flags: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_ppc64le_clang::test_targets_multi: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_implies: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_flags: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_gcc::test_targets_multi: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_implies: leaked references: [26, 26, 26], memory blocks: [12, 12, 12]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_flags: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_armhf_clang::test_targets_multi: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_flags: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_gcc::test_targets_multi: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_validation: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_skip: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_implies: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_args_options: leaked references: [143, 143, 143], memory blocks: [66, 66, 66]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_flags: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_exceptions: leaked references: [208, 208, 208], memory blocks: [96, 96, 96]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets: leaked references: [65, 65, 65], memory blocks: [30, 30, 30]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_policies: leaked references: [91, 91, 91], memory blocks: [42, 42, 42]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_groups: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_aarch64_clang::test_targets_multi: leaked references: [52, 52, 52], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_interface: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_empty: leaked references: [78, 78, 78], memory blocks: [36, 36, 36]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_validation: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_skip: leaked references: [39, 39, 39], memory blocks: [18, 18, 18]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_implies: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_args_options: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_flags: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_exceptions: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_syntax: leaked references: [104, 104, 104], memory blocks: [48, 48, 48]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_policies: leaked references: [52, 52, 52],
10000
 memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_groups: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt.py::TestCCompilerOpt_noarch_gcc::test_targets_multi: leaked references: [13, 13, 13], memory blocks: [6, 6, 6]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_ccompiler_opt_conf.py::TestConfFeatures::test_features: leaked references: [247, 247, 247], memory blocks: [114, 114, 114]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_npy_pkg_config.py::TestLibraryInfo::test_simple: leaked references: [28, 28, 28], memory blocks: [24, 24, 24]
build/testenv/lib/python3.8/site-packages/numpy/distutils/tests/test_npy_pkg_config.py::TestLibraryInfo::test_simple_variable: leaked references: [49, 49, 49], memory blocks: [37, 37, 37]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestIntent::test_in_out: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[BOOL]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[BYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[UBYTE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[SHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[USHORT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[INT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[UINT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[ULONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[ULONGLONG]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[FLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[DOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CFLOAT]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[LONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 2
6377
3]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace_from_casttype[CDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inout_2seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_inout_23seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_inout_23seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_copy_from_2casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_23casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_in_from_23casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_in_from_23casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_f_copy_in_from_23casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_c_copy_in_from_23casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_cache_from_2casttype_failure[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_cache_hidden[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_hidden[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_none[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_2seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_optional_from_23seq[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_inplace[CLONGDOUBLE]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile[extra_args0]: leaked references: [176, 176, 176], memory blocks: [52, 52, 52]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile[--noopt --debug]: leaked references: [178, 178, 178], memory blocks: [54, 54, 54]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile[]: leaked references: [178, 178, 178], memory blocks: [54, 54, 54]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile_failure: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile_bad_cmd: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_compile_from_strings[program test_f2py\nend program test_f2py0]: leaked references: [182, 182, 182], memory blocks: [33, 33, 33]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_compile_function.py::test_compile_from_strings[program test_f2py\nend program test_f2py1]: leaked references: [150, 150, 150], memory blocks: [26, 26, 26]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_defaultPrivate: leaked references: [109, 109, 109], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_crackfortran.py::TestPublicPrivate::test_defaultPublic: leaked references: [109, 109, 109], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[t0]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[t8]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[t16]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[td]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[s0]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[s8]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[s16]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF77ReturnComplex::test_all[sd]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[t0]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[t8]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[t16]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[td]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[s0]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[s8]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[s16]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/f2py/tests/test_return_complex.py::TestF90ReturnComplex::test_all[sd]: leaked references: [22, 22, 22], memory blocks: [11, 11, 11]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidHTTPCacheURLError: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_InvalidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidGzipFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceOpen::test_ValidBz2File: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_ValidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_InvalidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_ValidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceExists::test_InvalidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_ValidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_ValidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_InvalidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_InvalidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_sandboxing: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestDataSourceAbspath::test_windows_os_sep: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_ValidHTTP: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_sandboxing: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryAbspath::test_windows_os_sep: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_ValidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_InvalidFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_RemoveHTTPFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestRepositoryExists::test_CachedHTTPFile: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test__datasource.py::TestOpenFunc::test_DataSourceOpen: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_roundtrip: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_roundtrip_randsize: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_roundtrip_truncated: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_long_str: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_compressed_roundtrip: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt0]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt1]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt2]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt3]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt4]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_load_padded_dtype[dt5]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_python2_python3_interoperability: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_pickle_python2_python3: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_pickle_disallow: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_descr_to_dtype[dt0]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_descr_to_dtype[dt1]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_descr_to_dtype[dt2]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_descr_to_dtype[dt3]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_descr_to_dtype[dt4]: leaked references: [77, 77, 77], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_version_2_0: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_write_version: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_read_magic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_read_magic_bad_magic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_read_version_1_0_bad_magic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_bad_magic_args: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_large_header: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_read_array_header_1_0: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_read_array_header_2_0: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_bad_header: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_large_file_support: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_empty_npz: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_unicode_field_names: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_metadata_dtype[dt0-True]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_metadata_dtype[dt1-False]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/lib/tests/test_format.py::test_metadata_dtype[dt2-False]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp0-1.0 + 2.0\xb7x\xb9 + 3.0\xb7x\xb2]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp1--1.0 + 0.0\xb7x\xb9 + 3.0\xb7x\xb2 - 1.0\xb7x\xb3]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_polynomial_str[inp2-0.0 + 1.0\xb7x\xb9 + 2.0\xb7x\xb2 + 3.0\xb7x\xb3 + 4.0\xb7x\u2074 + 5.0\xb7x\u2075 + 6.0\xb7x\u2076 + 7.0\xb7x\u2077 +\n8.0\xb7x\u2078 + 9.0\xb7x\u2079 + 10.0\xb7x\xb9\u2070 + 11.0\xb7x\xb9\xb9]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp0-1.0 + 2.0\xb7T\u2081(x) + 3.0\xb7T\u2082(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp1--1.0 + 0.0\xb7T\u2081(x) + 3.0\xb7T\u2082(x) - 1.0\xb7T\u2083(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_chebyshev_str[inp2-0.0 + 1.0\xb7T\u2081(x) + 2.0\xb7T\u2082(x) + 3.0\xb7T\u2083(x) + 4.0\xb7T\u2084(x) + 5.0\xb7T\u2085(x) +\n6.0\xb7T\u2086(x) + 7.0\xb7T\u2087(x) + 8.0\xb7T\u2088(x) + 9.0\xb7T\u2089(x) + 10.0\xb7T\u2081\u2080(x) + 11.0\xb7T\u2081\u2081(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp0-1.0 + 2.0\xb7P\u2081(x) + 3.0\xb7P\u2082(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp1--1.0 + 0.0\xb7P\u2081(x) + 3.0\xb7P\u2082(x) - 1.0\xb7P\u2083(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_legendre_str[inp2-0.0 + 1.0\xb7P\u2081(x) + 2.0\xb7P\u2082(x) + 3.0\xb7P\u2083(x) + 4.0\xb7P\u2084(x) + 5.0\xb7P\u2085(x) +\n6.0\xb7P\u2086(x) + 7.0\xb7P\u2087(x) + 8.0\xb7P\u2088(x) + 9.0\xb7P\u2089(x) + 10.0\xb7P\u2081\u2080(x) + 11.0\xb7P\u2081\u2081(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp0-1.0 + 2.0\xb7H\u2081(x) + 3.0\xb7H\u2082(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp1--1.0 + 0.0\xb7H\u2081(x) + 3.0\xb7H\u2082(x) - 1.0\xb7H\u2083(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermite_str[inp2-0.0 + 1.0\xb7H\u2081(x) + 2.0\xb7H\u2082(x) + 3.0\xb7H\u2083(x) + 4.0\xb7H\u2084(x) + 5.0\xb7H\u2085(x) +\n6.0\xb7H\u2086(x) + 7.0\xb7H\u2087(x) + 8.0\xb7H\u2088(x) + 9.0\xb7H\u2089(x) + 10.0\xb7H\u2081\u2080(x) + 11.0\xb7H\u2081\u2081(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp0-1.0 + 2.0\xb7He\u2081(x) + 3.0\xb7He\u2082(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp1--1.0 + 0.0\xb7He\u2081(x) + 3.0\xb7He\u2082(x) - 1.0\xb7He\u2083(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/t
A851
estenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_hermiteE_str[inp2-0.0 + 1.0\xb7He\u2081(x) + 2.0\xb7He\u2082(x) + 3.0\xb7He\u2083(x) + 4.0\xb7He\u2084(x) + 5.0\xb7He\u2085(x) +\n6.0\xb7He\u2086(x) + 7.0\xb7He\u2087(x) + 8.0\xb7He\u2088(x) + 9.0\xb7He\u2089(x) + 10.0\xb7He\u2081\u2080(x) +\n11.0\xb7He\u2081\u2081(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_laguerre_str[inp0-1.0 + 2.0\xb7L\u2081(x) + 3.0\xb7L\u2082(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrUnicodeSuperSubscripts::test_laguerre_str[inp1--1.0 + 0.0\xb7L\u2081(x) + 3.0\xb7L\u2082(x) - 1.0\xb7L\u2083(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp0-1.0 + 2.0 x**1 + 3.0 x**2]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp1--1.0 + 0.0 x**1 + 3.0 x**2 - 1.0 x**3]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_polynomial_str[inp2-0.0 + 1.0 x**1 + 2.0 x**2 + 3.0 x**3 + 4.0 x**4 + 5.0 x**5 + 6.0 x**6 +\n7.0 x**7 + 8.0 x**8 + 9.0 x**9 + 10.0 x**10 + 11.0 x**11]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp0-1.0 + 2.0 T_1(x) + 3.0 T_2(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp1--1.0 + 0.0 T_1(x) + 3.0 T_2(x) - 1.0 T_3(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_chebyshev_str[inp2-0.0 + 1.0 T_1(x) + 2.0 T_2(x) + 3.0 T_3(x) + 4.0 T_4(x) + 5.0 T_5(x) +\n6.0 T_6(x) + 7.0 T_7(x) + 8.0 T_8(x) + 9.0 T_9(x) + 10.0 T_10(x) +\n11.0 T_11(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp0-1.0 + 2.0 P_1(x) + 3.0 P_2(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp1--1.0 + 0.0 P_1(x) + 3.0 P_2(x) - 1.0 P_3(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_legendre_str[inp2-0.0 + 1.0 P_1(x) + 2.0 P_2(x) + 3.0 P_3(x) + 4.0 P_4(x) + 5.0 P_5(x) +\n6.0 P_6(x) + 7.0 P_7(x) + 8.0 P_8(x) + 9.0 P_9(x) + 10.0 P_10(x) +\n11.0 P_11(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp0-1.0 + 2.0 H_1(x) + 3.0 H_2(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp1--1.0 + 0.0 H_1(x) + 3.0 H_2(x) - 1.0 H_3(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermite_str[inp2-0.0 + 1.0 H_1(x) + 2.0 H_2(x) + 3.0 H_3(x) + 4.0 H_4(x) + 5.0 H_5(x) +\n6.0 H_6(x) + 7.0 H_7(x) + 8.0 H_8(x) + 9.0 H_9(x) + 10.0 H_10(x) +\n11.0 H_11(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp0-1.0 + 2.0 He_1(x) + 3.0 He_2(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp1--1.0 + 0.0 He_1(x) + 3.0 He_2(x) - 1.0 He_3(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_hermiteE_str[inp2-0.0 + 1.0 He_1(x) + 2.0 He_2(x) + 3.0 He_3(x) + 4.0 He_4(x) +\n5.0 He_5(x) + 6.0 He_6(x) + 7.0 He_7(x) + 8.0 He_8(x) + 9.0 He_9(x) +\n10.0 He_10(x) + 11.0 He_11(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_laguerre_str[inp0-1.0 + 2.0 L_1(x) + 3.0 L_2(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/polynomial/tests/test_printing.py::TestStrAscii::test_laguerre_str[inp1--1.0 + 0.0 L_1(x) + 3.0 L_2(x) - 1.0 L_3(x)]: leaked references: [83, 83, 83], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_random_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_gauss_inv: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_uniform_double: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_repr: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_str: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_invalid_state_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_invalid_state_value: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_invalid_init_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_invalid_init_values: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_benchmark: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_ctypes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPhilox::test_getstate: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_random_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_gauss_inv: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_uniform_double: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_repr: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_str: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_invalid_state_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_invalid_state_value: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_invalid_init_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_invalid_init_values: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_benchmark: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_ctypes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestPCG64::test_getstate: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_random_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_gauss_inv: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_uniform_double: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_repr: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_str: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_invalid_state_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_invalid_state_value: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_invalid_init_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_invalid_init_values: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_benchmark: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_ctypes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_getstate: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestMT19937::test_seed_float_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_random_raw: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_gauss_inv: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_uniform_double: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_repr: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_str: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_invalid_state_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_invalid_state_value: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_invalid_init_type: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_invalid_init_values: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_benchmark: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_direct.py::TestSFC64::test_ctypes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_unsupported_type[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking_array[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes_array[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range_array[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_in_bounds_fuzz[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_scalar_array_equiv[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_broadcasting[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_broadcast_exceptions[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_corner_case[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_singleton[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_array[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_zero_size[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_integers[True]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_unsupported_type[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_bounds_checking_array[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_rng_zero_and_extremes_array[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_full_range_array[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_in_bounds_fuzz[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_scalar_array_equiv[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_repeatability_broadcasting[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_broadcast_exceptions[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_int64_uint64_corner_case[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_singleton[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_respect_dtype_array[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestIntegers::test_zero_size[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_generator_mt19937.py::TestSingleEltArrayInput::test_integers[False]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[binomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[binomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[geometric]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[geometric]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[hypergeometric]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[hypergeometric]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[logseries]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[logseries]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[multinomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[multinomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[negative_binomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[negative_binomial]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[poisson]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[poisson]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_dtype[zipf]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_randomstate.py::test_integer_repeat[zipf]: leaked references: [73, 73, 73], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_jump: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_uniform_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_random: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_normal_zig: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_exponential_float_log: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_cauchy: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_standard_t: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_entropy_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_seed: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_gauss: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_uint32: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_reset_state_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_shuffle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_permutation: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_beta: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_bytes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_geometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_gumbel: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_laplace: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_logitic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_logseries: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_negative_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_noncentral_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_noncentral_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_pareto: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_poisson: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_power: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_rayleigh: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_vonmises: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_wald: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_weibull: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_zipf: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_hypergeometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_triangular: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_multivariate_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_multinomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_dirichlet: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_seed_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_gamma_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_normal_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_normal_zig_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_fill: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_filling_gamma_broadcast: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_output_fill_error: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[bool_]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[bool_]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[bool_]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[bool_]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[bool_]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[bool_]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int16]: leaked references: [79, 79, 79], m
F438
emory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[int64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[int64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[int64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[int64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[int64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[int64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint8]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint8]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint16]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint16]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint32]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint32]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_numpy[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestMT19937::test_integers_broadcast_errors[uint64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_numpy[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers_broadcast_errors[uint64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_numpy[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers_broadcast_errors[uint64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_numpy[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers_broadcast_errors[uint64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_numpy[uint64]: leaked references: [111, 111, 111], memory blocks: [23, 23, 23]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers_broadcast_errors[uint64]: leaked references: [79, 79, 79], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_advance: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_jump: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_uniform_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_random: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_normal_zig: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_exponential_float_log: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_cauchy: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_standard_t: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_entropy_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_seed: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_gauss: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_uint32: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_reset_state_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_shuffle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_permutation: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_beta: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_bytes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_geometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_gumbel: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_laplace: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_logitic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_logseries: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_negative_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_noncentral_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_noncentral_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_pareto: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_poisson: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_power: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_integers: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_rayleigh: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_vonmises: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_wald: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_weibull: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_zipf: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_hypergeometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_triangular: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_multivariate_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_multinomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_dirichlet: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_seed_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_gamma_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_normal_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_normal_zig_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_output_fill: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPhilox::test_output_filling_gamma_broadcast: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_uniform_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_random: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_normal_zig: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_exponential_float_log: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_cauchy: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_standard_t: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_entropy_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_seed: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_gauss: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_uint32: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_reset_state_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_shuffle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_permutation: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_beta: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_bytes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_geometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_gumbel: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_laplace: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_logitic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_logseries: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_negative_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_noncentral_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_noncentral_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_pareto: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_poisson: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_power: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_integers: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_rayleigh: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_vonmises: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_wald: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_weibull: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_zipf: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_hypergeometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_triangular: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_multivariate_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_multinomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_dirichlet: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_seed_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_gamma_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_normal_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_normal_zig_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_output_fill: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestSFC64::test_output_filling_gamma_broadcast: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_advance: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_jump: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_uniform_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_random: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_normal_zig: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_exponential_float_log: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_cauchy: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_standard_t: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_entropy_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_seed: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_gauss: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_uint32: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_reset_state_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_shuffle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_permutation: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_beta: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_bytes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_geometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_gumbel: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_laplace: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_logitic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_logseries: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_negative_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_noncentral_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_noncentral_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_pareto: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_poisson: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_power: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_integers: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_rayleigh: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_vonmises: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_wald: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_weibull: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_zipf: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_hypergeometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_triangular: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_multivariate_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_multinomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_dirichlet: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_seed_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_gamma_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_normal_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_normal_zig_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_output_fill: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestPCG64::test_output_filling_gamma_broadcast: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_advance: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_jump: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_random: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_normal_zig: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_exponential_float_log: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_cauchy: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_standard_t: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_entropy_init: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_gauss: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_uint32: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_reset_state_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_shuffle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_permutation: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_beta: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_bytes: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_geometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gumbel: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_laplace: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_logitic: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_logseries: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_negative_binomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_noncentral_chisquare: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_noncentral_f: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_pareto: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_poisson: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_power: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_integers: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_rayleigh: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_vonmises: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_wald: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_weibull: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_zipf: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_hypergeometric: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_triangular: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_multivariate_normal: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_multinomial: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_dirichlet: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_pickle: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_seed_array: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_uniform_float: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_gamma_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_normal_zig_floats: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_fill: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_uniform: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_exponential: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_gamma: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_filling_gamma_broadcast: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_output_fill_error: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
build/testenv/lib/python3.8/site-packages/numpy/random/tests/test_smoke.py::TestDefaultRNG::test_default_is_pcg64: leaked references: [71, 71, 71], memory blocks: [16, 16, 16]
================================================================================================================= sum of all tests durations =================================================================================================================
272.56s
10512 passed, 69 skipped, 1187 deselected, 19 xfailed, 3 xpassed, 2 warnings, 1335 leaked in 57667.85s (16:01:07)

@charris
Copy link
Member Author
charris commented Nov 2, 2020

Segfault on Linux. Another in the same place here.

numpy/fft/tests/test_pocketfft.py .Fatal Python error: Segmentation fault

Stack (most recent call first, approximate line numbers):
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/core/numeric.py", line 2344 in within_tol
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/core/numeric.py", line 2264 in isclose
  File "<__array_function__ internals>", line 2 in isclose [jit inlined]
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/testing/_private/utils.py", line 1522 in compare [jit inlined]
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/testing/_private/utils.py", line 699 in assert_array_compare [jitted]
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/testing/_private/utils.py", line 699 in assert_array_compare
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/testing/_private/utils.py", line 1474 in assert_allclose
  File "/home/vsts/work/1/s/build/testenv/site-packages/numpy/fft/tests/test_pocketfft.py", line 26 in test_identity

@charris
Copy link
Member Author
charris commented Feb 6, 2021

This seems to be fixed.

@charris charris closed this as completed Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
0