Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/ebc0227e2bfa694d33f82511a224d4cd to your computer and use it in GitHub Desktop.
Save SomeoneSerge/ebc0227e2bfa694d33f82511a224d4cd to your computer and use it in GitHub Desktop.
nix log /nix/store/b75fg2gxq1rh9p9fmsns5sg55d4gwsh3-python3.10-pytensor-2.10.1.drv
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/c8n806l2lpbvp6gcbjx85wvdcjbvlaqd-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/versioneer.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
substituteStream(): WARNING: pattern '--durations=50' doesn't match anything in file 'setup.cfg'
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
warnings.warn(msg, _BetaConfiguration)
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
warnings.warn(msg, _BetaConfiguration)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/scripts
copying scripts/run_mypy.py -> build/lib.linux-x86_64-cpython-310/scripts
creating build/lib.linux-x86_64-cpython-310/bin
copying bin/__init__.py -> build/lib.linux-x86_64-cpython-310/bin
copying bin/pytensor_cache.py -> build/lib.linux-x86_64-cpython-310/bin
creating build/lib.linux-x86_64-cpython-310/doc
copying doc/generate_dtype_tensor_table.py -> build/lib.linux-x86_64-cpython-310/doc
copying doc/conf.py -> build/lib.linux-x86_64-cpython-310/doc
creating build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/gradient.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/updates.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/configparser.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/ifelse.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/configdefaults.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/_version.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/raise_op.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/printing.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/version.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/breakpoint.py -> build/lib.linux-x86_64-cpython-310/pytensor
copying pytensor/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor
creating build/lib.linux-x86_64-cpython-310/doc/scripts
copying doc/scripts/docgen.py -> build/lib.linux-x86_64-cpython-310/doc/scripts
creating build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/extending_pytensor_solution_1.py -> build/lib.linux-x86_64-cpython-310/doc/extending
creating build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/loop_solution_1.py -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/adding_solution_1.py -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/profiling_example.py -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/modes_solution_1.py -> build/lib.linux-x86_64-cpython-310/doc/tutorial
creating build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/rewriting.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/sharedvar.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
copying pytensor/sparse/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/blas_headers.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/fourier.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/linalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/math.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/nlinalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/type_other.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/elemwise.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/sort.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/blas_scipy.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/slinalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/extra_ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/var.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/xlogx.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/blas.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/special.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/elemwise_cgen.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/io.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/blas_c.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/sharedvar.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/exceptions.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/fft.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/inplace.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/subtensor.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
copying pytensor/tensor/shape.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor
creating build/lib.linux-x86_64-cpython-310/pytensor/sandbox
copying pytensor/sandbox/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/sandbox
copying pytensor/sandbox/minimal.py -> build/lib.linux-x86_64-cpython-310/pytensor/sandbox
creating build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/elemwise_openmp_speedup.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/may_share_memory.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/frozendict.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/check_blas.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/check_duplicate_key.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/safe_asarray.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/ordered_set.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/elemwise_time_test.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
copying pytensor/misc/pkl_utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/misc
creating build/lib.linux-x86_64-cpython-310/pytensor/typed_list
copying pytensor/typed_list/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/typed_list
copying pytensor/typed_list/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/typed_list
copying pytensor/typed_list/rewriting.py -> build/lib.linux-x86_64-cpython-310/pytensor/typed_list
copying pytensor/typed_list/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/typed_list
creating build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/builders.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/profiling.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/mode.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/nanguardmode.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/sharedvalue.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/io.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/compiledir.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/debugmode.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/compilelock.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
copying pytensor/compile/monitormode.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile
creating build/lib.linux-x86_64-cpython-310/pytensor/scalar
copying pytensor/scalar/math.py -> build/lib.linux-x86_64-cpython-310/pytensor/scalar
copying pytensor/scalar/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/scalar
copying pytensor/scalar/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/scalar
copying pytensor/scalar/sharedvar.py -> build/lib.linux-x86_64-cpython-310/pytensor/scalar
creating build/lib.linux-x86_64-cpython-310/pytensor/link
copying pytensor/link/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link
copying pytensor/link/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link
copying pytensor/link/vm.py -> build/lib.linux-x86_64-cpython-310/pytensor/link
copying pytensor/link/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/link
creating build/lib.linux-x86_64-cpython-310/pytensor/d3viz
copying pytensor/d3viz/d3viz.py -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz
copying pytensor/d3viz/formatting.py -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz
copying pytensor/d3viz/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz
creating build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/views.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/op.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/rewriting.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/checkpoints.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/scan_perform_ext.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
copying pytensor/scan/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/scan
creating build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/features.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/null_type.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/replace.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/op.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/fg.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/destroyhandler.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
copying pytensor/graph/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph
creating build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox
copying pytensor/sparse/sandbox/sp.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox
copying pytensor/sparse/sandbox/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox
copying pytensor/sparse/sandbox/sp2.py -> build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/uncanonicalize.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/math.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/jax.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/elemwise.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/extra_ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/special.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/subtensor.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
copying pytensor/tensor/rewriting/shape.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/op.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/var.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
copying pytensor/tensor/random/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor/conv
copying pytensor/tensor/conv/abstract_conv.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/conv
copying pytensor/tensor/conv/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/conv
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting
copying pytensor/tensor/random/rewriting/jax.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting
copying pytensor/tensor/random/rewriting/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting
copying pytensor/tensor/random/rewriting/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting
creating build/lib.linux-x86_64-cpython-310/pytensor/sandbox/linalg
copying pytensor/sandbox/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/sandbox/linalg
copying pytensor/sandbox/linalg/ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/sandbox/linalg
creating build/lib.linux-x86_64-cpython-310/pytensor/compile/function
copying pytensor/compile/function/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile/function
copying pytensor/compile/function/pfunc.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile/function
copying pytensor/compile/function/types.py -> build/lib.linux-x86_64-cpython-310/pytensor/compile/function
creating build/lib.linux-x86_64-cpython-310/pytensor/link/numba
copying pytensor/link/numba/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba
copying pytensor/link/numba/linker.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba
creating build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/type.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/cutils.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/op.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/params_type.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/lazylinker_c.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/exceptions.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/cmodule.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/cvm.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
copying pytensor/link/c/interface.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/c
creating build/lib.linux-x86_64-cpython-310/pytensor/link/jax
copying pytensor/link/jax/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax
copying pytensor/link/jax/linker.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax
creating build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/cython_support.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/nlinalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/elemwise.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/sparse.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/elemwise_codegen.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/tensor_basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/extra_ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/scalar.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/random.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/scan.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
copying pytensor/link/numba/dispatch/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch
creating build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/nlinalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/elemwise.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/tensor_basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/slinalg.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/extra_ops.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/scalar.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/random.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/scan.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/subtensor.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
copying pytensor/link/jax/dispatch/shape.py -> build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch
creating build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/__init__.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/kanren.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/unify.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/basic.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/db.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
copying pytensor/graph/rewriting/utils.py -> build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting
running egg_info
creating pytensor.egg-info
writing pytensor.egg-info/PKG-INFO
writing dependency_links to pytensor.egg-info/dependency_links.txt
writing entry points to pytensor.egg-info/entry_points.txt
writing requirements to pytensor.egg-info/requires.txt
writing top-level names to pytensor.egg-info/top_level.txt
writing manifest file 'pytensor.egg-info/SOURCES.txt'
reading manifest file 'pytensor.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.cu' anywhere in distribution
warning: no files found matching '*.cuh' anywhere in distribution
warning: no files found matching '*.cpp' anywhere in distribution
adding license file 'LICENSE.txt'
writing manifest file 'pytensor.egg-info/SOURCES.txt'
copying scripts/mypy-failing.txt -> build/lib.linux-x86_64-cpython-310/scripts
copying bin/downstream_pr.sh -> build/lib.linux-x86_64-cpython-310/bin
copying bin/pytensor-cache -> build/lib.linux-x86_64-cpython-310/bin
copying bin/upstream_pr.sh -> build/lib.linux-x86_64-cpython-310/bin
copying doc/LICENSE.txt -> build/lib.linux-x86_64-cpython-310/doc
copying doc/README.md -> build/lib.linux-x86_64-cpython-310/doc
copying doc/acknowledgement.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/bcast.png -> build/lib.linux-x86_64-cpython-310/doc
copying doc/bcast.svg -> build/lib.linux-x86_64-cpython-310/doc
copying doc/core_development_guide.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/css.inc -> build/lib.linux-x86_64-cpython-310/doc
copying doc/dev_start_guide.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/environment.yml -> build/lib.linux-x86_64-cpython-310/doc
copying doc/faq.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/glossary.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/index.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/install.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/introduction.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/links.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/optimizations.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/pylintrc -> build/lib.linux-x86_64-cpython-310/doc
copying doc/troubleshooting.rst -> build/lib.linux-x86_64-cpython-310/doc
copying doc/user_guide.rst -> build/lib.linux-x86_64-cpython-310/doc
creating build/lib.linux-x86_64-cpython-310/doc/.templates
copying doc/.templates/PLACEHOLDER -> build/lib.linux-x86_64-cpython-310/doc/.templates
copying doc/.templates/layout.html -> build/lib.linux-x86_64-cpython-310/doc/.templates
copying pytensor/py.typed -> build/lib.linux-x86_64-cpython-310/pytensor
creating build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/ccodegen.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/compilation.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/debugging_with_stepmode.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/elemwise_compiler.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/function.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/functional.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/how_to_make_ops.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/index.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/index2.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/interactive_debugger.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/logistic_regression_example.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/performance.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/randomnumbers.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/rethinkccodegen.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/sandbox.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/software.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/sparse.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
copying doc/sandbox/tensoroptools.rst -> build/lib.linux-x86_64-cpython-310/doc/sandbox
creating build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/config.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/gradient.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/printing.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/scan.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/library/typed_list.rst -> build/lib.linux-x86_64-cpython-310/doc/library
copying doc/extending/apply.png -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/apply.svg -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/apply2.svg -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/creating_a_c_op.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/creating_a_numba_jax_op.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/creating_an_op.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/ctype.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/extending_faq.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/graph_rewriting.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/graphstructures.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/index.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/inplace.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/op.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/other_ops.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/pipeline.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/scan.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/tips.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/type.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/unittest.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
copying doc/extending/using_params.rst -> build/lib.linux-x86_64-cpython-310/doc/extending
creating build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/Elman_srnn.png -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/PyTensor_RGB.svg -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/blocksparse.png -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/lstm.png -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/lstm_memorycell.png -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/talk2010.gif -> build/lib.linux-x86_64-cpython-310/doc/images
copying doc/images/talk2010.png -> build/lib.linux-x86_64-cpython-310/doc/images
creating build/lib.linux-x86_64-cpython-310/doc/internal
copying doc/internal/how_to_release.rst -> build/lib.linux-x86_64-cpython-310/doc/internal
copying doc/internal/index.rst -> build/lib.linux-x86_64-cpython-310/doc/internal
copying doc/internal/metadocumentation.rst -> build/lib.linux-x86_64-cpython-310/doc/internal
copying doc/tutorial/adding.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/aliasing.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/apply.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/apply.svg -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/bcast.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/broadcasting.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/conditions.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/debug_faq.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/dlogistic.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/examples.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/faq_tutorial.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/gradients.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/index.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/loading_and_saving.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/logistic.gp -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/logistic.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/loop.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/modes.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/multi_cores.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/nan_tutorial.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/printing_drawing.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/profiling.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/profiling_example_out.prof -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/shape_info.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/sparse.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
copying doc/tutorial/symbolic_graphs.rst -> build/lib.linux-x86_64-cpython-310/doc/tutorial
creating build/lib.linux-x86_64-cpython-310/doc/library/sparse
copying doc/library/sparse/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/sparse
copying doc/library/sparse/sandbox.rst -> build/lib.linux-x86_64-cpython-310/doc/library/sparse
creating build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/basic.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/basic_opt.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/bcast.png -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/bcast.svg -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/conv.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/elemwise.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/extra_ops.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/fft.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/io.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/math_opt.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/nlinalg.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/plot_fft.png -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/slinalg.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
copying doc/library/tensor/utils.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor
creating build/lib.linux-x86_64-cpython-310/doc/library/sandbox
copying doc/library/sandbox/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/sandbox
copying doc/library/sandbox/linalg.rst -> build/lib.linux-x86_64-cpython-310/doc/library/sandbox
creating build/lib.linux-x86_64-cpython-310/doc/library/misc
copying doc/library/misc/pkl_utils.rst -> build/lib.linux-x86_64-cpython-310/doc/library/misc
creating build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/debugmode.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/function.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/io.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/mode.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/nanguardmode.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/opfromgraph.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/ops.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/profilemode.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
copying doc/library/compile/shared.rst -> build/lib.linux-x86_64-cpython-310/doc/library/compile
creating build/lib.linux-x86_64-cpython-310/doc/library/scalar
copying doc/library/scalar/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/scalar
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz
copying doc/library/d3viz/index.ipynb -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz
copying doc/library/d3viz/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz
creating build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/features.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/fgraph.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/graph.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/op.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/type.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
copying doc/library/graph/utils.rst -> build/lib.linux-x86_64-cpython-310/doc/library/graph
creating build/lib.linux-x86_64-cpython-310/doc/library/tensor/random
copying doc/library/tensor/random/basic.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor/random
copying doc/library/tensor/random/index.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor/random
copying doc/library/tensor/random/utils.rst -> build/lib.linux-x86_64-cpython-310/doc/library/tensor/random
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/mlp.html -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/mlp.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/mlp2.html -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/mlp2.pdf -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/mlp2.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/ofg.html -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
copying doc/library/d3viz/examples/ofg2.html -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files
copying doc/library/d3viz/index_files/index_10_0.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files
copying doc/library/d3viz/index_files/index_11_0.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files
copying doc/library/d3viz/index_files/index_24_0.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files
copying doc/library/d3viz/index_files/index_25_0.png -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
copying doc/library/d3viz/examples/d3viz/js/d3-context-menu.js -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
copying doc/library/d3viz/examples/d3viz/js/d3.v3.min.js -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
copying doc/library/d3viz/examples/d3viz/js/d3viz.js -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
copying doc/library/d3viz/examples/d3viz/js/dagre-d3.min.js -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
copying doc/library/d3viz/examples/d3viz/js/graphlib-dot.min.js -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js
creating build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/css
copying doc/library/d3viz/examples/d3viz/css/d3-context-menu.css -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/css
copying doc/library/d3viz/examples/d3viz/css/d3viz.css -> build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/css
creating build/lib.linux-x86_64-cpython-310/doc/extending/pics
copying doc/extending/pics/symbolic_graph_opt.png -> build/lib.linux-x86_64-cpython-310/doc/extending/pics
copying doc/extending/pics/symbolic_graph_unopt.png -> build/lib.linux-x86_64-cpython-310/doc/extending/pics
creating build/lib.linux-x86_64-cpython-310/doc/tutorial/pics
copying doc/tutorial/pics/d3viz.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial/pics
copying doc/tutorial/pics/logreg_pydotprint_predict.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial/pics
copying doc/tutorial/pics/logreg_pydotprint_prediction.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial/pics
copying doc/tutorial/pics/logreg_pydotprint_train.png -> build/lib.linux-x86_64-cpython-310/doc/tutorial/pics
creating build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code
copying pytensor/tensor/c_code/dimshuffle.c -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code
copying pytensor/tensor/c_code/alt_blas_template.c -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code
copying pytensor/tensor/c_code/alt_blas_common.h -> build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code
copying pytensor/misc/check_blas_many.sh -> build/lib.linux-x86_64-cpython-310/pytensor/misc
creating build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code
copying pytensor/scalar/c_code/gamma.c -> build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code
copying pytensor/scalar/c_code/Faddeeva.hh -> build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code
copying pytensor/scalar/c_code/Faddeeva.cc -> build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code
creating build/lib.linux-x86_64-cpython-310/pytensor/d3viz/css
copying pytensor/d3viz/css/d3-context-menu.css -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/css
copying pytensor/d3viz/css/d3viz.css -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/css
creating build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/d3viz/js/dagre-d3.min.js -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/d3viz/js/graphlib-dot.min.js -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/d3viz/js/d3.v3.min.js -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/d3viz/js/d3-context-menu.js -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/d3viz/js/d3viz.js -> build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js
copying pytensor/scan/scan_perform.pyx -> build/lib.linux-x86_64-cpython-310/pytensor/scan
creating build/lib.linux-x86_64-cpython-310/pytensor/link/c/c_code
copying pytensor/link/c/c_code/lazylinker_c.c -> build/lib.linux-x86_64-cpython-310/pytensor/link/c/c_code
copying pytensor/link/c/c_code/pytensor_mod_helper.h -> build/lib.linux-x86_64-cpython-310/pytensor/link/c/c_code
UPDATING build/lib.linux-x86_64-cpython-310/pytensor/_version.py
set build/lib.linux-x86_64-cpython-310/pytensor/_version.py to '2.10.1'
running build_ext
cythoning pytensor/scan/scan_perform.pyx to pytensor/scan/scan_perform.c
building 'pytensor.scan.scan_perform' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/pytensor
creating build/temp.linux-x86_64-cpython-310/pytensor/scan
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/q88zzcq9dwfy4kq644p584a1z9vam6mv-libxcrypt-4.4.33/include -fPIC -I/nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages/numpy/core/include -I/nix/store/0n4y44dnaxafqs7cg625aldrb152x7bx-python3-3.10.10/include/python3.10 -c pytensor/scan/scan_perform.c -o build/temp.linux-x86_64-cpython-310/pytensor/scan/scan_perform.o
In file included from /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
from /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from pytensor/scan/scan_perform.c:748:
/nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/q88zzcq9dwfy4kq644p584a1z9vam6mv-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.41.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.8/lib -L/nix/store/9kk1ji1gr4094f2w99w2y6ip2gnwjwn0-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/q88zzcq9dwfy4kq644p584a1z9vam6mv-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.41.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.8/lib -L/nix/store/9kk1ji1gr4094f2w99w2y6ip2gnwjwn0-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/pytensor/scan/scan_perform.o -L/nix/store/0n4y44dnaxafqs7cg625aldrb152x7bx-python3-3.10.10/lib -o build/lib.linux-x86_64-cpython-310/pytensor/scan/scan_perform.cpython-310-x86_64-linux-gnu.so
UPDATING build/lib.linux-x86_64-cpython-310/pytensor/_version.py
set build/lib.linux-x86_64-cpython-310/pytensor/_version.py to '2.10.1'
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/scripts
copying build/lib.linux-x86_64-cpython-310/scripts/run_mypy.py -> build/bdist.linux-x86_64/wheel/scripts
copying build/lib.linux-x86_64-cpython-310/scripts/mypy-failing.txt -> build/bdist.linux-x86_64/wheel/scripts
creating build/bdist.linux-x86_64/wheel/bin
copying build/lib.linux-x86_64-cpython-310/bin/upstream_pr.sh -> build/bdist.linux-x86_64/wheel/bin
copying build/lib.linux-x86_64-cpython-310/bin/pytensor-cache -> build/bdist.linux-x86_64/wheel/bin
copying build/lib.linux-x86_64-cpython-310/bin/__init__.py -> build/bdist.linux-x86_64/wheel/bin
copying build/lib.linux-x86_64-cpython-310/bin/downstream_pr.sh -> build/bdist.linux-x86_64/wheel/bin
copying build/lib.linux-x86_64-cpython-310/bin/pytensor_cache.py -> build/bdist.linux-x86_64/wheel/bin
creating build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/css.inc -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/install.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/user_guide.rst -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/scripts
copying build/lib.linux-x86_64-cpython-310/doc/scripts/docgen.py -> build/bdist.linux-x86_64/wheel/doc/scripts
creating build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/debugging_with_stepmode.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/sandbox.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/compilation.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/how_to_make_ops.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/logistic_regression_example.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/ccodegen.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/rethinkccodegen.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/functional.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/software.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/elemwise_compiler.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/function.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/sparse.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/performance.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/tensoroptools.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/interactive_debugger.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/index2.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/randomnumbers.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/sandbox/index.rst -> build/bdist.linux-x86_64/wheel/doc/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/glossary.rst -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/library/sparse
copying build/lib.linux-x86_64-cpython-310/doc/library/sparse/sandbox.rst -> build/bdist.linux-x86_64/wheel/doc/library/sparse
copying build/lib.linux-x86_64-cpython-310/doc/library/sparse/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/sparse
creating build/bdist.linux-x86_64/wheel/doc/library/tensor
creating build/bdist.linux-x86_64/wheel/doc/library/tensor/random
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/random/utils.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor/random
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/random/basic.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor/random
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/random/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor/random
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/conv.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/extra_ops.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/plot_fft.png -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/utils.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/math_opt.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/fft.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/basic.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/bcast.png -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/elemwise.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/bcast.svg -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/nlinalg.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/io.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/basic_opt.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/tensor/slinalg.rst -> build/bdist.linux-x86_64/wheel/doc/library/tensor
copying build/lib.linux-x86_64-cpython-310/doc/library/typed_list.rst -> build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/library/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/library/sandbox/linalg.rst -> build/bdist.linux-x86_64/wheel/doc/library/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/library/sandbox/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/sandbox
copying build/lib.linux-x86_64-cpython-310/doc/library/scan.rst -> build/bdist.linux-x86_64/wheel/doc/library
copying build/lib.linux-x86_64-cpython-310/doc/library/gradient.rst -> build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/library/misc
copying build/lib.linux-x86_64-cpython-310/doc/library/misc/pkl_utils.rst -> build/bdist.linux-x86_64/wheel/doc/library/misc
creating build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/mode.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/debugmode.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/ops.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/shared.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/function.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/nanguardmode.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/profilemode.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/opfromgraph.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/io.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
copying build/lib.linux-x86_64-cpython-310/doc/library/compile/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/compile
creating build/bdist.linux-x86_64/wheel/doc/library/scalar
copying build/lib.linux-x86_64-cpython-310/doc/library/scalar/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/scalar
copying build/lib.linux-x86_64-cpython-310/doc/library/config.rst -> build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/mlp2.html -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/ofg2.html -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/mlp.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/mlp2.pdf -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/mlp.html -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/ofg.html -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js/dagre-d3.min.js -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js/graphlib-dot.min.js -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js/d3.v3.min.js -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js/d3-context-menu.js -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/js/d3viz.js -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/js
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/css
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/css/d3-context-menu.css -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/css
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/d3viz/css/d3viz.css -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples/d3viz/css
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/examples/mlp2.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/examples
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index.ipynb -> build/bdist.linux-x86_64/wheel/doc/library/d3viz
creating build/bdist.linux-x86_64/wheel/doc/library/d3viz/index_files
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files/index_25_0.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/index_files
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files/index_24_0.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/index_files
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files/index_11_0.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/index_files
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index_files/index_10_0.png -> build/bdist.linux-x86_64/wheel/doc/library/d3viz/index_files
copying build/lib.linux-x86_64-cpython-310/doc/library/d3viz/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/d3viz
copying build/lib.linux-x86_64-cpython-310/doc/library/printing.rst -> build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/fgraph.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/utils.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/graph.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/type.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/op.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/features.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/graph/index.rst -> build/bdist.linux-x86_64/wheel/doc/library/graph
copying build/lib.linux-x86_64-cpython-310/doc/library/index.rst -> build/bdist.linux-x86_64/wheel/doc/library
creating build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/apply.png -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/unittest.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/other_ops.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/extending_pytensor_solution_1.py -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/extending_faq.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/apply2.svg -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/inplace.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/graphstructures.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/tips.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/scan.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/type.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/ctype.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/using_params.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/pipeline.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/creating_an_op.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/op.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/creating_a_c_op.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/graph_rewriting.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/apply.svg -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/creating_a_numba_jax_op.rst -> build/bdist.linux-x86_64/wheel/doc/extending
copying build/lib.linux-x86_64-cpython-310/doc/extending/index.rst -> build/bdist.linux-x86_64/wheel/doc/extending
creating build/bdist.linux-x86_64/wheel/doc/extending/pics
copying build/lib.linux-x86_64-cpython-310/doc/extending/pics/symbolic_graph_opt.png -> build/bdist.linux-x86_64/wheel/doc/extending/pics
copying build/lib.linux-x86_64-cpython-310/doc/extending/pics/symbolic_graph_unopt.png -> build/bdist.linux-x86_64/wheel/doc/extending/pics
copying build/lib.linux-x86_64-cpython-310/doc/environment.yml -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/acknowledgement.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/introduction.rst -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/.templates
copying build/lib.linux-x86_64-cpython-310/doc/.templates/PLACEHOLDER -> build/bdist.linux-x86_64/wheel/doc/.templates
copying build/lib.linux-x86_64-cpython-310/doc/.templates/layout.html -> build/bdist.linux-x86_64/wheel/doc/.templates
copying build/lib.linux-x86_64-cpython-310/doc/dev_start_guide.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/core_development_guide.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/LICENSE.txt -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/links.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/bcast.png -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/generate_dtype_tensor_table.py -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/PyTensor_RGB.svg -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/lstm_memorycell.png -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/Elman_srnn.png -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/lstm.png -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/talk2010.gif -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/talk2010.png -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/images/blocksparse.png -> build/bdist.linux-x86_64/wheel/doc/images
copying build/lib.linux-x86_64-cpython-310/doc/bcast.svg -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/troubleshooting.rst -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/internal
copying build/lib.linux-x86_64-cpython-310/doc/internal/metadocumentation.rst -> build/bdist.linux-x86_64/wheel/doc/internal
copying build/lib.linux-x86_64-cpython-310/doc/internal/how_to_release.rst -> build/bdist.linux-x86_64/wheel/doc/internal
copying build/lib.linux-x86_64-cpython-310/doc/internal/index.rst -> build/bdist.linux-x86_64/wheel/doc/internal
copying build/lib.linux-x86_64-cpython-310/doc/faq.rst -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/symbolic_graphs.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/apply.png -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/loop_solution_1.py -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/adding_solution_1.py -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/conditions.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/logistic.gp -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/faq_tutorial.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/examples.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/gradients.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/profiling.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/printing_drawing.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/multi_cores.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/broadcasting.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/bcast.png -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/logistic.png -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/sparse.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/loop.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/loading_and_saving.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/profiling_example.py -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/dlogistic.png -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/profiling_example_out.prof -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/aliasing.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/modes_solution_1.py -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/modes.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/debug_faq.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/apply.svg -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/adding.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/index.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/nan_tutorial.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
creating build/bdist.linux-x86_64/wheel/doc/tutorial/pics
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/pics/d3viz.png -> build/bdist.linux-x86_64/wheel/doc/tutorial/pics
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/pics/logreg_pydotprint_train.png -> build/bdist.linux-x86_64/wheel/doc/tutorial/pics
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/pics/logreg_pydotprint_prediction.png -> build/bdist.linux-x86_64/wheel/doc/tutorial/pics
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/pics/logreg_pydotprint_predict.png -> build/bdist.linux-x86_64/wheel/doc/tutorial/pics
copying build/lib.linux-x86_64-cpython-310/doc/tutorial/shape_info.rst -> build/bdist.linux-x86_64/wheel/doc/tutorial
copying build/lib.linux-x86_64-cpython-310/doc/index.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/optimizations.rst -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/README.md -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/pylintrc -> build/bdist.linux-x86_64/wheel/doc
copying build/lib.linux-x86_64-cpython-310/doc/conf.py -> build/bdist.linux-x86_64/wheel/doc
creating build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/gradient.py -> build/bdist.linux-x86_64/wheel/pytensor
creating build/bdist.linux-x86_64/wheel/pytensor/sparse
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/type.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
creating build/bdist.linux-x86_64/wheel/pytensor/sparse/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox/sp.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/sandbox/sp2.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/rewriting.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/sharedvar.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
copying build/lib.linux-x86_64-cpython-310/pytensor/sparse/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/sparse
creating build/bdist.linux-x86_64/wheel/pytensor/tensor
creating build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/uncanonicalize.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/math.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/jax.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/elemwise.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/extra_ops.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/special.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/subtensor.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/rewriting/shape.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/blas_headers.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/fourier.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/linalg.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/type.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/math.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/nlinalg.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
creating build/bdist.linux-x86_64/wheel/pytensor/tensor/random
creating build/bdist.linux-x86_64/wheel/pytensor/tensor/random/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting/jax.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/rewriting/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/type.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/op.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/var.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/random/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/random
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/type_other.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/elemwise.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/sort.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/blas_scipy.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/slinalg.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/extra_ops.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/var.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/xlogx.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/blas.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/special.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
creating build/bdist.linux-x86_64/wheel/pytensor/tensor/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code/dimshuffle.c -> build/bdist.linux-x86_64/wheel/pytensor/tensor/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code/alt_blas_template.c -> build/bdist.linux-x86_64/wheel/pytensor/tensor/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/c_code/alt_blas_common.h -> build/bdist.linux-x86_64/wheel/pytensor/tensor/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/elemwise_cgen.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
creating build/bdist.linux-x86_64/wheel/pytensor/tensor/conv
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/conv/abstract_conv.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/conv
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/conv/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor/conv
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/io.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/blas_c.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/sharedvar.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/exceptions.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/fft.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/inplace.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/subtensor.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
copying build/lib.linux-x86_64-cpython-310/pytensor/tensor/shape.py -> build/bdist.linux-x86_64/wheel/pytensor/tensor
creating build/bdist.linux-x86_64/wheel/pytensor/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sandbox/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/sandbox
copying build/lib.linux-x86_64-cpython-310/pytensor/sandbox/minimal.py -> build/bdist.linux-x86_64/wheel/pytensor/sandbox
creating build/bdist.linux-x86_64/wheel/pytensor/sandbox/linalg
copying build/lib.linux-x86_64-cpython-310/pytensor/sandbox/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/sandbox/linalg
copying build/lib.linux-x86_64-cpython-310/pytensor/sandbox/linalg/ops.py -> build/bdist.linux-x86_64/wheel/pytensor/sandbox/linalg
copying build/lib.linux-x86_64-cpython-310/pytensor/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/updates.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/configparser.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/ifelse.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/configdefaults.py -> build/bdist.linux-x86_64/wheel/pytensor
creating build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/elemwise_openmp_speedup.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/may_share_memory.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/frozendict.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/check_blas.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/check_duplicate_key.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/safe_asarray.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/ordered_set.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/elemwise_time_test.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/pkl_utils.py -> build/bdist.linux-x86_64/wheel/pytensor/misc
copying build/lib.linux-x86_64-cpython-310/pytensor/misc/check_blas_many.sh -> build/bdist.linux-x86_64/wheel/pytensor/misc
creating build/bdist.linux-x86_64/wheel/pytensor/typed_list
copying build/lib.linux-x86_64-cpython-310/pytensor/typed_list/type.py -> build/bdist.linux-x86_64/wheel/pytensor/typed_list
copying build/lib.linux-x86_64-cpython-310/pytensor/typed_list/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/typed_list
copying build/lib.linux-x86_64-cpython-310/pytensor/typed_list/rewriting.py -> build/bdist.linux-x86_64/wheel/pytensor/typed_list
copying build/lib.linux-x86_64-cpython-310/pytensor/typed_list/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/typed_list
creating build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/builders.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/profiling.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/mode.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/nanguardmode.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
creating build/bdist.linux-x86_64/wheel/pytensor/compile/function
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/function/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/compile/function
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/function/pfunc.py -> build/bdist.linux-x86_64/wheel/pytensor/compile/function
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/function/types.py -> build/bdist.linux-x86_64/wheel/pytensor/compile/function
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/sharedvalue.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/ops.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/io.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/compiledir.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/debugmode.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/compilelock.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/compile/monitormode.py -> build/bdist.linux-x86_64/wheel/pytensor/compile
copying build/lib.linux-x86_64-cpython-310/pytensor/_version.py -> build/bdist.linux-x86_64/wheel/pytensor
creating build/bdist.linux-x86_64/wheel/pytensor/scalar
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/math.py -> build/bdist.linux-x86_64/wheel/pytensor/scalar
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/scalar
creating build/bdist.linux-x86_64/wheel/pytensor/scalar/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code/gamma.c -> build/bdist.linux-x86_64/wheel/pytensor/scalar/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code/Faddeeva.hh -> build/bdist.linux-x86_64/wheel/pytensor/scalar/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/c_code/Faddeeva.cc -> build/bdist.linux-x86_64/wheel/pytensor/scalar/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/scalar
copying build/lib.linux-x86_64-cpython-310/pytensor/scalar/sharedvar.py -> build/bdist.linux-x86_64/wheel/pytensor/scalar
creating build/bdist.linux-x86_64/wheel/pytensor/link
copying build/lib.linux-x86_64-cpython-310/pytensor/link/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link
creating build/bdist.linux-x86_64/wheel/pytensor/link/numba
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/linker.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba
creating build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/cython_support.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/nlinalg.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/elemwise.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/sparse.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/elemwise_codegen.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/tensor_basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/extra_ops.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/scalar.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/random.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/scan.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/numba/dispatch/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link/numba/dispatch
creating build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/type.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/cutils.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/op.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/params_type.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/lazylinker_c.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
creating build/bdist.linux-x86_64/wheel/pytensor/link/c/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/c_code/lazylinker_c.c -> build/bdist.linux-x86_64/wheel/pytensor/link/c/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/c_code/pytensor_mod_helper.h -> build/bdist.linux-x86_64/wheel/pytensor/link/c/c_code
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/exceptions.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/cmodule.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/cvm.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/c/interface.py -> build/bdist.linux-x86_64/wheel/pytensor/link/c
copying build/lib.linux-x86_64-cpython-310/pytensor/link/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link
copying build/lib.linux-x86_64-cpython-310/pytensor/link/vm.py -> build/bdist.linux-x86_64/wheel/pytensor/link
copying build/lib.linux-x86_64-cpython-310/pytensor/link/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/link
creating build/bdist.linux-x86_64/wheel/pytensor/link/jax
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/linker.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax
creating build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/nlinalg.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/elemwise.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/tensor_basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/slinalg.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/extra_ops.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/scalar.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/random.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/scan.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/subtensor.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/link/jax/dispatch/shape.py -> build/bdist.linux-x86_64/wheel/pytensor/link/jax/dispatch
copying build/lib.linux-x86_64-cpython-310/pytensor/raise_op.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/py.typed -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/printing.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/version.py -> build/bdist.linux-x86_64/wheel/pytensor
creating build/bdist.linux-x86_64/wheel/pytensor/d3viz
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/d3viz.py -> build/bdist.linux-x86_64/wheel/pytensor/d3viz
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/formatting.py -> build/bdist.linux-x86_64/wheel/pytensor/d3viz
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/d3viz
creating build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js/dagre-d3.min.js -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js/graphlib-dot.min.js -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js/d3.v3.min.js -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js/d3-context-menu.js -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/js/d3viz.js -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/js
creating build/bdist.linux-x86_64/wheel/pytensor/d3viz/css
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/css/d3-context-menu.css -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/css
copying build/lib.linux-x86_64-cpython-310/pytensor/d3viz/css/d3viz.css -> build/bdist.linux-x86_64/wheel/pytensor/d3viz/css
creating build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/views.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/op.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/rewriting.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/checkpoints.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/scan_perform_ext.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/scan_perform.pyx -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/scan/scan_perform.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/pytensor/scan
copying build/lib.linux-x86_64-cpython-310/pytensor/breakpoint.py -> build/bdist.linux-x86_64/wheel/pytensor
copying build/lib.linux-x86_64-cpython-310/pytensor/utils.py -> build/bdist.linux-x86_64/wheel/pytensor
creating build/bdist.linux-x86_64/wheel/pytensor/graph
creating build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/kanren.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/unify.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/db.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/rewriting/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/graph/rewriting
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/features.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/type.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/null_type.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/replace.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/op.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/__init__.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/fg.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/basic.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/destroyhandler.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
copying build/lib.linux-x86_64-cpython-310/pytensor/graph/utils.py -> build/bdist.linux-x86_64/wheel/pytensor/graph
running install_egg_info
Copying pytensor.egg-info to build/bdist.linux-x86_64/wheel/pytensor-2.10.1-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytensor-2.10.1.dist-info/WHEEL
creating 'dist/pytensor-2.10.1-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'bin/__init__.py'
adding 'bin/downstream_pr.sh'
adding 'bin/pytensor-cache'
adding 'bin/pytensor_cache.py'
adding 'bin/upstream_pr.sh'
adding 'doc/LICENSE.txt'
adding 'doc/README.md'
adding 'doc/acknowledgement.rst'
adding 'doc/bcast.png'
adding 'doc/bcast.svg'
adding 'doc/conf.py'
adding 'doc/core_development_guide.rst'
adding 'doc/css.inc'
adding 'doc/dev_start_guide.rst'
adding 'doc/environment.yml'
adding 'doc/faq.rst'
adding 'doc/generate_dtype_tensor_table.py'
adding 'doc/glossary.rst'
adding 'doc/index.rst'
adding 'doc/install.rst'
adding 'doc/introduction.rst'
adding 'doc/links.rst'
adding 'doc/optimizations.rst'
adding 'doc/pylintrc'
adding 'doc/troubleshooting.rst'
adding 'doc/user_guide.rst'
adding 'doc/.templates/PLACEHOLDER'
adding 'doc/.templates/layout.html'
adding 'doc/extending/apply.png'
adding 'doc/extending/apply.svg'
adding 'doc/extending/apply2.svg'
adding 'doc/extending/creating_a_c_op.rst'
adding 'doc/extending/creating_a_numba_jax_op.rst'
adding 'doc/extending/creating_an_op.rst'
adding 'doc/extending/ctype.rst'
adding 'doc/extending/extending_faq.rst'
adding 'doc/extending/extending_pytensor_solution_1.py'
adding 'doc/extending/graph_rewriting.rst'
adding 'doc/extending/graphstructures.rst'
adding 'doc/extending/index.rst'
adding 'doc/extending/inplace.rst'
adding 'doc/extending/op.rst'
adding 'doc/extending/other_ops.rst'
adding 'doc/extending/pipeline.rst'
adding 'doc/extending/scan.rst'
adding 'doc/extending/tips.rst'
adding 'doc/extending/type.rst'
adding 'doc/extending/unittest.rst'
adding 'doc/extending/using_params.rst'
adding 'doc/extending/pics/symbolic_graph_opt.png'
adding 'doc/extending/pics/symbolic_graph_unopt.png'
adding 'doc/images/Elman_srnn.png'
adding 'doc/images/PyTensor_RGB.svg'
adding 'doc/images/blocksparse.png'
adding 'doc/images/lstm.png'
adding 'doc/images/lstm_memorycell.png'
adding 'doc/images/talk2010.gif'
adding 'doc/images/talk2010.png'
adding 'doc/internal/how_to_release.rst'
adding 'doc/internal/index.rst'
adding 'doc/internal/metadocumentation.rst'
adding 'doc/library/config.rst'
adding 'doc/library/gradient.rst'
adding 'doc/library/index.rst'
adding 'doc/library/printing.rst'
adding 'doc/library/scan.rst'
adding 'doc/library/typed_list.rst'
adding 'doc/library/compile/debugmode.rst'
adding 'doc/library/compile/function.rst'
adding 'doc/library/compile/index.rst'
adding 'doc/library/compile/io.rst'
adding 'doc/library/compile/mode.rst'
adding 'doc/library/compile/nanguardmode.rst'
adding 'doc/library/compile/opfromgraph.rst'
adding 'doc/library/compile/ops.rst'
adding 'doc/library/compile/profilemode.rst'
adding 'doc/library/compile/shared.rst'
adding 'doc/library/d3viz/index.ipynb'
adding 'doc/library/d3viz/index.rst'
adding 'doc/library/d3viz/examples/mlp.html'
adding 'doc/library/d3viz/examples/mlp.png'
adding 'doc/library/d3viz/examples/mlp2.html'
adding 'doc/library/d3viz/examples/mlp2.pdf'
adding 'doc/library/d3viz/examples/mlp2.png'
adding 'doc/library/d3viz/examples/ofg.html'
adding 'doc/library/d3viz/examples/ofg2.html'
adding 'doc/library/d3viz/examples/d3viz/css/d3-context-menu.css'
adding 'doc/library/d3viz/examples/d3viz/css/d3viz.css'
adding 'doc/library/d3viz/examples/d3viz/js/d3-context-menu.js'
adding 'doc/library/d3viz/examples/d3viz/js/d3.v3.min.js'
adding 'doc/library/d3viz/examples/d3viz/js/d3viz.js'
adding 'doc/library/d3viz/examples/d3viz/js/dagre-d3.min.js'
adding 'doc/library/d3viz/examples/d3viz/js/graphlib-dot.min.js'
adding 'doc/library/d3viz/index_files/index_10_0.png'
adding 'doc/library/d3viz/index_files/index_11_0.png'
adding 'doc/library/d3viz/index_files/index_24_0.png'
adding 'doc/library/d3viz/index_files/index_25_0.png'
adding 'doc/library/graph/features.rst'
adding 'doc/library/graph/fgraph.rst'
adding 'doc/library/graph/graph.rst'
adding 'doc/library/graph/index.rst'
adding 'doc/library/graph/op.rst'
adding 'doc/library/graph/type.rst'
adding 'doc/library/graph/utils.rst'
adding 'doc/library/misc/pkl_utils.rst'
adding 'doc/library/sandbox/index.rst'
adding 'doc/library/sandbox/linalg.rst'
adding 'doc/library/scalar/index.rst'
adding 'doc/library/sparse/index.rst'
adding 'doc/library/sparse/sandbox.rst'
adding 'doc/library/tensor/basic.rst'
adding 'doc/library/tensor/basic_opt.rst'
adding 'doc/library/tensor/bcast.png'
adding 'doc/library/tensor/bcast.svg'
adding 'doc/library/tensor/conv.rst'
adding 'doc/library/tensor/elemwise.rst'
adding 'doc/library/tensor/extra_ops.rst'
adding 'doc/library/tensor/fft.rst'
adding 'doc/library/tensor/index.rst'
adding 'doc/library/tensor/io.rst'
adding 'doc/library/tensor/math_opt.rst'
adding 'doc/library/tensor/nlinalg.rst'
adding 'doc/library/tensor/plot_fft.png'
adding 'doc/library/tensor/slinalg.rst'
adding 'doc/library/tensor/utils.rst'
adding 'doc/library/tensor/random/basic.rst'
adding 'doc/library/tensor/random/index.rst'
adding 'doc/library/tensor/random/utils.rst'
adding 'doc/sandbox/ccodegen.rst'
adding 'doc/sandbox/compilation.rst'
adding 'doc/sandbox/debugging_with_stepmode.rst'
adding 'doc/sandbox/elemwise_compiler.rst'
adding 'doc/sandbox/function.rst'
adding 'doc/sandbox/functional.rst'
adding 'doc/sandbox/how_to_make_ops.rst'
adding 'doc/sandbox/index.rst'
adding 'doc/sandbox/index2.rst'
adding 'doc/sandbox/interactive_debugger.rst'
adding 'doc/sandbox/logistic_regression_example.rst'
adding 'doc/sandbox/performance.rst'
adding 'doc/sandbox/randomnumbers.rst'
adding 'doc/sandbox/rethinkccodegen.rst'
adding 'doc/sandbox/sandbox.rst'
adding 'doc/sandbox/software.rst'
adding 'doc/sandbox/sparse.rst'
adding 'doc/sandbox/tensoroptools.rst'
adding 'doc/scripts/docgen.py'
adding 'doc/tutorial/adding.rst'
adding 'doc/tutorial/adding_solution_1.py'
adding 'doc/tutorial/aliasing.rst'
adding 'doc/tutorial/apply.png'
adding 'doc/tutorial/apply.svg'
adding 'doc/tutorial/bcast.png'
adding 'doc/tutorial/broadcasting.rst'
adding 'doc/tutorial/conditions.rst'
adding 'doc/tutorial/debug_faq.rst'
adding 'doc/tutorial/dlogistic.png'
adding 'doc/tutorial/examples.rst'
adding 'doc/tutorial/faq_tutorial.rst'
adding 'doc/tutorial/gradients.rst'
adding 'doc/tutorial/index.rst'
adding 'doc/tutorial/loading_and_saving.rst'
adding 'doc/tutorial/logistic.gp'
adding 'doc/tutorial/logistic.png'
adding 'doc/tutorial/loop.rst'
adding 'doc/tutorial/loop_solution_1.py'
adding 'doc/tutorial/modes.rst'
adding 'doc/tutorial/modes_solution_1.py'
adding 'doc/tutorial/multi_cores.rst'
adding 'doc/tutorial/nan_tutorial.rst'
adding 'doc/tutorial/printing_drawing.rst'
adding 'doc/tutorial/profiling.rst'
adding 'doc/tutorial/profiling_example.py'
adding 'doc/tutorial/profiling_example_out.prof'
adding 'doc/tutorial/shape_info.rst'
adding 'doc/tutorial/sparse.rst'
adding 'doc/tutorial/symbolic_graphs.rst'
adding 'doc/tutorial/pics/d3viz.png'
adding 'doc/tutorial/pics/logreg_pydotprint_predict.png'
adding 'doc/tutorial/pics/logreg_pydotprint_prediction.png'
adding 'doc/tutorial/pics/logreg_pydotprint_train.png'
adding 'pytensor/__init__.py'
adding 'pytensor/_version.py'
adding 'pytensor/breakpoint.py'
adding 'pytensor/configdefaults.py'
adding 'pytensor/configparser.py'
adding 'pytensor/gradient.py'
adding 'pytensor/ifelse.py'
adding 'pytensor/printing.py'
adding 'pytensor/py.typed'
adding 'pytensor/raise_op.py'
adding 'pytensor/updates.py'
adding 'pytensor/utils.py'
adding 'pytensor/version.py'
adding 'pytensor/compile/__init__.py'
adding 'pytensor/compile/builders.py'
adding 'pytensor/compile/compiledir.py'
adding 'pytensor/compile/compilelock.py'
adding 'pytensor/compile/debugmode.py'
adding 'pytensor/compile/io.py'
adding 'pytensor/compile/mode.py'
adding 'pytensor/compile/monitormode.py'
adding 'pytensor/compile/nanguardmode.py'
adding 'pytensor/compile/ops.py'
adding 'pytensor/compile/profiling.py'
adding 'pytensor/compile/sharedvalue.py'
adding 'pytensor/compile/function/__init__.py'
adding 'pytensor/compile/function/pfunc.py'
adding 'pytensor/compile/function/types.py'
adding 'pytensor/d3viz/__init__.py'
adding 'pytensor/d3viz/d3viz.py'
adding 'pytensor/d3viz/formatting.py'
adding 'pytensor/d3viz/css/d3-context-menu.css'
adding 'pytensor/d3viz/css/d3viz.css'
adding 'pytensor/d3viz/js/d3-context-menu.js'
adding 'pytensor/d3viz/js/d3.v3.min.js'
adding 'pytensor/d3viz/js/d3viz.js'
adding 'pytensor/d3viz/js/dagre-d3.min.js'
adding 'pytensor/d3viz/js/graphlib-dot.min.js'
adding 'pytensor/graph/__init__.py'
adding 'pytensor/graph/basic.py'
adding 'pytensor/graph/destroyhandler.py'
adding 'pytensor/graph/features.py'
adding 'pytensor/graph/fg.py'
adding 'pytensor/graph/null_type.py'
adding 'pytensor/graph/op.py'
adding 'pytensor/graph/replace.py'
adding 'pytensor/graph/type.py'
adding 'pytensor/graph/utils.py'
adding 'pytensor/graph/rewriting/__init__.py'
adding 'pytensor/graph/rewriting/basic.py'
adding 'pytensor/graph/rewriting/db.py'
adding 'pytensor/graph/rewriting/kanren.py'
adding 'pytensor/graph/rewriting/unify.py'
adding 'pytensor/graph/rewriting/utils.py'
adding 'pytensor/link/__init__.py'
adding 'pytensor/link/basic.py'
adding 'pytensor/link/utils.py'
adding 'pytensor/link/vm.py'
adding 'pytensor/link/c/__init__.py'
adding 'pytensor/link/c/basic.py'
adding 'pytensor/link/c/cmodule.py'
adding 'pytensor/link/c/cutils.py'
adding 'pytensor/link/c/cvm.py'
adding 'pytensor/link/c/exceptions.py'
adding 'pytensor/link/c/interface.py'
adding 'pytensor/link/c/lazylinker_c.py'
adding 'pytensor/link/c/op.py'
adding 'pytensor/link/c/params_type.py'
adding 'pytensor/link/c/type.py'
adding 'pytensor/link/c/c_code/lazylinker_c.c'
adding 'pytensor/link/c/c_code/pytensor_mod_helper.h'
adding 'pytensor/link/jax/__init__.py'
adding 'pytensor/link/jax/linker.py'
adding 'pytensor/link/jax/dispatch/__init__.py'
adding 'pytensor/link/jax/dispatch/basic.py'
adding 'pytensor/link/jax/dispatch/elemwise.py'
adding 'pytensor/link/jax/dispatch/extra_ops.py'
adding 'pytensor/link/jax/dispatch/nlinalg.py'
adding 'pytensor/link/jax/dispatch/random.py'
adding 'pytensor/link/jax/dispatch/scalar.py'
adding 'pytensor/link/jax/dispatch/scan.py'
adding 'pytensor/link/jax/dispatch/shape.py'
adding 'pytensor/link/jax/dispatch/slinalg.py'
adding 'pytensor/link/jax/dispatch/subtensor.py'
adding 'pytensor/link/jax/dispatch/tensor_basic.py'
adding 'pytensor/link/numba/__init__.py'
adding 'pytensor/link/numba/linker.py'
adding 'pytensor/link/numba/dispatch/__init__.py'
adding 'pytensor/link/numba/dispatch/basic.py'
adding 'pytensor/link/numba/dispatch/cython_support.py'
adding 'pytensor/link/numba/dispatch/elemwise.py'
adding 'pytensor/link/numba/dispatch/elemwise_codegen.py'
adding 'pytensor/link/numba/dispatch/extra_ops.py'
adding 'pytensor/link/numba/dispatch/nlinalg.py'
adding 'pytensor/link/numba/dispatch/random.py'
adding 'pytensor/link/numba/dispatch/scalar.py'
adding 'pytensor/link/numba/dispatch/scan.py'
adding 'pytensor/link/numba/dispatch/sparse.py'
adding 'pytensor/link/numba/dispatch/tensor_basic.py'
adding 'pytensor/misc/__init__.py'
adding 'pytensor/misc/check_blas.py'
adding 'pytensor/misc/check_blas_many.sh'
adding 'pytensor/misc/check_duplicate_key.py'
adding 'pytensor/misc/elemwise_openmp_speedup.py'
adding 'pytensor/misc/elemwise_time_test.py'
adding 'pytensor/misc/frozendict.py'
adding 'pytensor/misc/may_share_memory.py'
adding 'pytensor/misc/ordered_set.py'
adding 'pytensor/misc/pkl_utils.py'
adding 'pytensor/misc/safe_asarray.py'
adding 'pytensor/sandbox/__init__.py'
adding 'pytensor/sandbox/minimal.py'
adding 'pytensor/sandbox/linalg/__init__.py'
adding 'pytensor/sandbox/linalg/ops.py'
adding 'pytensor/scalar/__init__.py'
adding 'pytensor/scalar/basic.py'
adding 'pytensor/scalar/math.py'
adding 'pytensor/scalar/sharedvar.py'
adding 'pytensor/scalar/c_code/Faddeeva.cc'
adding 'pytensor/scalar/c_code/Faddeeva.hh'
adding 'pytensor/scalar/c_code/gamma.c'
adding 'pytensor/scan/__init__.py'
adding 'pytensor/scan/basic.py'
adding 'pytensor/scan/checkpoints.py'
adding 'pytensor/scan/op.py'
adding 'pytensor/scan/rewriting.py'
adding 'pytensor/scan/scan_perform.cpython-310-x86_64-linux-gnu.so'
adding 'pytensor/scan/scan_perform.pyx'
adding 'pytensor/scan/scan_perform_ext.py'
adding 'pytensor/scan/utils.py'
adding 'pytensor/scan/views.py'
adding 'pytensor/sparse/__init__.py'
adding 'pytensor/sparse/basic.py'
adding 'pytensor/sparse/rewriting.py'
adding 'pytensor/sparse/sharedvar.py'
adding 'pytensor/sparse/type.py'
adding 'pytensor/sparse/utils.py'
adding 'pytensor/sparse/sandbox/__init__.py'
adding 'pytensor/sparse/sandbox/sp.py'
adding 'pytensor/sparse/sandbox/sp2.py'
adding 'pytensor/tensor/__init__.py'
adding 'pytensor/tensor/basic.py'
adding 'pytensor/tensor/blas.py'
adding 'pytensor/tensor/blas_c.py'
adding 'pytensor/tensor/blas_headers.py'
adding 'pytensor/tensor/blas_scipy.py'
adding 'pytensor/tensor/elemwise.py'
adding 'pytensor/tensor/elemwise_cgen.py'
adding 'pytensor/tensor/exceptions.py'
adding 'pytensor/tensor/extra_ops.py'
adding 'pytensor/tensor/fft.py'
adding 'pytensor/tensor/fourier.py'
adding 'pytensor/tensor/inplace.py'
adding 'pytensor/tensor/io.py'
adding 'pytensor/tensor/linalg.py'
adding 'pytensor/tensor/math.py'
adding 'pytensor/tensor/nlinalg.py'
adding 'pytensor/tensor/shape.py'
adding 'pytensor/tensor/sharedvar.py'
adding 'pytensor/tensor/slinalg.py'
adding 'pytensor/tensor/sort.py'
adding 'pytensor/tensor/special.py'
adding 'pytensor/tensor/subtensor.py'
adding 'pytensor/tensor/type.py'
adding 'pytensor/tensor/type_other.py'
adding 'pytensor/tensor/utils.py'
adding 'pytensor/tensor/var.py'
adding 'pytensor/tensor/xlogx.py'
adding 'pytensor/tensor/c_code/alt_blas_common.h'
adding 'pytensor/tensor/c_code/alt_blas_template.c'
adding 'pytensor/tensor/c_code/dimshuffle.c'
adding 'pytensor/tensor/conv/__init__.py'
adding 'pytensor/tensor/conv/abstract_conv.py'
adding 'pytensor/tensor/random/__init__.py'
adding 'pytensor/tensor/random/basic.py'
adding 'pytensor/tensor/random/op.py'
adding 'pytensor/tensor/random/type.py'
adding 'pytensor/tensor/random/utils.py'
adding 'pytensor/tensor/random/var.py'
adding 'pytensor/tensor/random/rewriting/__init__.py'
adding 'pytensor/tensor/random/rewriting/basic.py'
adding 'pytensor/tensor/random/rewriting/jax.py'
adding 'pytensor/tensor/rewriting/__init__.py'
adding 'pytensor/tensor/rewriting/basic.py'
adding 'pytensor/tensor/rewriting/elemwise.py'
adding 'pytensor/tensor/rewriting/extra_ops.py'
adding 'pytensor/tensor/rewriting/jax.py'
adding 'pytensor/tensor/rewriting/math.py'
adding 'pytensor/tensor/rewriting/shape.py'
adding 'pytensor/tensor/rewriting/special.py'
adding 'pytensor/tensor/rewriting/subtensor.py'
adding 'pytensor/tensor/rewriting/uncanonicalize.py'
adding 'pytensor/typed_list/__init__.py'
adding 'pytensor/typed_list/basic.py'
adding 'pytensor/typed_list/rewriting.py'
adding 'pytensor/typed_list/type.py'
adding 'scripts/mypy-failing.txt'
adding 'scripts/run_mypy.py'
adding 'pytensor-2.10.1.dist-info/LICENSE.txt'
adding 'pytensor-2.10.1.dist-info/METADATA'
adding 'pytensor-2.10.1.dist-info/WHEEL'
adding 'pytensor-2.10.1.dist-info/entry_points.txt'
adding 'pytensor-2.10.1.dist-info/top_level.txt'
adding 'pytensor-2.10.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
buildPhase completed in 1 minutes 49 seconds
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./pytensor-2.10.1-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: setuptools>=48.0.0 in /nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages (from pytensor==2.10.1) (67.4.0.post0)
Requirement already satisfied: cons in /nix/store/l5ynskyzniwb7yrypsrr8zq7sj4a9ip4-python3.10-cons-0.4.5/lib/python3.10/site-packages (from pytensor==2.10.1) (0.4.5)
Requirement already satisfied: typing-extensions in /nix/store/bndw06wps3i7xpqdk6ryq6wiqg11ggy8-python3.10-typing-extensions-4.5.0/lib/python3.10/site-packages (from pytensor==2.10.1) (4.5.0)
Requirement already satisfied: miniKanren in /nix/store/v9ii3lgy99gxxnmg8cw68aflzzw1gikg-python3.10-minikanren-1.0.3/lib/python3.10/site-packages (from pytensor==2.10.1) (1.0.3)
Requirement already satisfied: logical-unification in /nix/store/jgzsr5cr90hzz9k6i9h11mj7q706bxr9-python3.10-logical-unification-0.4.5/lib/python3.10/site-packages (from pytensor==2.10.1) (0.4.5)
Requirement already satisfied: scipy>=0.14 in /nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages (from pytensor==2.10.1) (1.10.1)
Requirement already satisfied: numpy>=1.17.0 in /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from pytensor==2.10.1) (1.24.2)
Requirement already satisfied: etuples in /nix/store/4lcklwjjsly86g98c5w86qwqihlrylma-python3.10-etuples-0.3.8/lib/python3.10/site-packages (from pytensor==2.10.1) (0.3.8)
Requirement already satisfied: filelock in /nix/store/rimcw0aklcnsj2lzfwv3j70mz28awjbv-python3.10-filelock-3.9.0/lib/python3.10/site-packages (from pytensor==2.10.1) (3.9.0)
Requirement already satisfied: toolz in /nix/store/5n1zl0hhd8cnimdsnsbm3rjjrba1s4la-python3.10-toolz-0.12.0/lib/python3.10/site-packages (from logical-unification->pytensor==2.10.1) (0.12.0)
Requirement already satisfied: multipledispatch in /nix/store/0za3qmql62r46qdw22m967ppjzzrvih7-python3.10-multipledispatch-0.6.0/lib/python3.10/site-packages (from logical-unification->pytensor==2.10.1) (0.6.0)
Requirement already satisfied: six in /nix/store/9kc36fpfsqica4bbqbqx6ri1y83sgkw9-python3.10-six-1.16.0/lib/python3.10/site-packages (from multipledispatch->logical-unification->pytensor==2.10.1) (1.16.0)
Installing collected packages: pytensor
Successfully installed pytensor-2.10.1
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1
shrinking /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1/lib/python3.10/site-packages/pytensor/scan/scan_perform.cpython-310-x86_64-linux-gnu.so
checking for references to /build/ in /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1...
patching script interpreter paths in /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1
stripping (with command strip and flags -S) in /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1/lib /nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/hmvvybr9wsv29kz6861d1mxphx1azysm-python3.10-pytensor-2.10.1-dist
checking for references to /build/ in /nix/store/hmvvybr9wsv29kz6861d1mxphx1azysm-python3.10-pytensor-2.10.1-dist...
patching script interpreter paths in /nix/store/hmvvybr9wsv29kz6861d1mxphx1azysm-python3.10-pytensor-2.10.1-dist
Rewriting #!/nix/store/0n4y44dnaxafqs7cg625aldrb152x7bx-python3-3.10.10/bin/python3.10 to #!/nix/store/0n4y44dnaxafqs7cg625aldrb152x7bx-python3-3.10.10
wrapping `/nix/store/gg5974m426m39517ij2pzqm6y7fb886z-python3.10-pytensor-2.10.1/bin/pytensor-cache'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
fixupPhase completed in 31 seconds
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: pytensor
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.10.10, pytest-7.2.1, pluggy-1.0.0
rootdir: /build/source
collecting ...  collecting 0 items  collecting 0 items  collecting 4 items  collecting 26 items  collecting 116 items  collecting 216 items  collecting 240 items  collecting 283 items  collecting 335 items  collecting 349 items / 2 skipped  collecting 425 items / 2 skipped  collecting 452 items / 2 skipped  collecting 482 items / 2 skipped  collecting 499 items / 2 skipped  collecting 558 items / 2 skipped  collecting 569 items / 2 skipped  collecting 616 items / 2 skipped  collecting 629 items / 2 skipped  collecting 635 items / 2 skipped  collecting 706 items / 2 skipped  collecting 752 items / 2 skipped  collecting 832 items / 2 skipped  collecting 945 items / 2 skipped  collecting 1010 items / 2 skipped  collecting 1071 items / 2 skipped  collecting 1084 items / 2 skipped  collecting 1121 items / 2 skipped  collecting 1265 items / 2 skipped  collecting 1354 items / 2 skipped  collecting 1359 items / 2 skipped  collecting 1391 items / 2 skipped  collected 1405 items / 14 deselected / 2 skipped / 1391 selected 
tests/test_breakpoint.py .... [ 0%]
tests/test_config.py ................ [ 1%]
tests/test_gradient.py ................................................. [ 4%]
. [ 5%]
tests/test_ifelse.py ...............sssssss............ [ 7%]
tests/test_printing.py ssss........ [ 8%]
tests/test_raise_op.py ........... [ 9%]
tests/test_rop.py ..sssssssss..s..ss... [ 10%]
tests/test_updates.py ... [ 10%]
tests/compile/test_builders.py .................................... [ 13%]
tests/compile/test_compilelock.py .... [ 13%]
tests/compile/test_debugmode.py ....................... [ 15%]
tests/compile/test_misc.py . [ 15%]
tests/compile/test_mode.py ...... [ 15%]
tests/compile/test_monitormode.py ... [ 16%]
tests/compile/test_nanguardmode.py . [ 16%]
tests/compile/test_ops.py .... [ 16%]
tests/compile/test_profiling.py .. [ 16%]
tests/compile/test_shared.py ......... [ 17%]
tests/compile/function/test_function.py ............ [ 18%]
tests/compile/function/test_pfunc.py ................................... [ 20%]
....... [ 21%]
tests/compile/function/test_types.py x.................................. [ 23%]
................ [ 24%]
tests/graph/test_basic.py ............................xx......... [ 27%]
tests/graph/test_compute_test_value.py ................ [ 28%]
tests/graph/test_destroyhandler.py ......................... [ 30%]
tests/graph/test_features.py .. [ 30%]
tests/graph/test_fg.py ......................... [ 32%]
tests/graph/test_op.py ............... [ 33%]
tests/graph/test_replace.py .......... [ 34%]
tests/graph/test_types.py .... [ 34%]
tests/graph/test_utils.py . [ 34%]
tests/graph/rewriting/test_basic.py ..............x..........s.sss...... [ 37%]
............. [ 38%]
tests/graph/rewriting/test_db.py ..... [ 38%]
tests/graph/rewriting/test_kanren.py .... [ 38%]
tests/graph/rewriting/test_unify.py ........ [ 39%]
tests/graph/rewriting/test_utils.py .... [ 39%]
tests/link/test_link.py ......... [ 40%]
tests/link/test_utils.py ...... [ 40%]
tests/link/test_vm.py ........................ [ 42%]
tests/link/c/test_basic.py ............... [ 43%]
tests/link/c/test_cmodule.py .......... [ 44%]
tests/link/c/test_op.py .... [ 44%]
tests/link/c/test_params_type.py ..... [ 44%]
tests/link/c/test_type.py ..... [ 45%]
tests/link/jax/test_basic.py ..... [ 45%]
tests/link/jax/test_elemwise.py ........... [ 46%]
tests/link/jax/test_extra_ops.py ...xx [ 46%]
tests/link/jax/test_nlinalg.py ..xx [ 47%]
tests/link/jax/test_random.py ........................s..........ssss... [ 50%]
..x [ 50%]
tests/link/jax/test_scalar.py ................... [ 51%]
tests/link/jax/test_scan.py xx [ 51%]
tests/link/jax/test_shape.py ....x. [ 52%]
tests/link/jax/test_slinalg.py ............. [ 53%]
tests/link/jax/test_subtensor.py .x.... [ 53%]
tests/link/jax/test_tensor_basic.py ......... [ 54%]
tests/link/numba/test_basic.py ................................X........ [ 57%]
.........................x.... [ 59%]
tests/link/numba/test_cython_support.py ................. [ 60%]
tests/link/numba/test_elemwise.py ...................................... [ 63%]
.............E [ 64%]
tests/link/numba/test_extra_ops.py ...................................X. [ 67%]
 [ 67%]
tests/link/numba/test_nlinalg.py ............................. [ 69%]
tests/link/numba/test_performance.py . [ 69%]
tests/link/numba/test_random.py ....x.............x......x......... [ 71%]
tests/link/numba/test_scalar.py ........... [ 72%]
tests/link/numba/test_scan.py ................ [ 73%]
tests/link/numba/test_sparse.py .. [ 73%]
tests/link/numba/test_tensor_basic.py ............................... [ 75%]
tests/misc/test_may_share_memory.py .. [ 76%]
tests/misc/test_pkl_utils.py .. [ 76%]
tests/scalar/test_basic.py ................................. [ 78%]
tests/scalar/test_math.py ........ [ 79%]
tests/scalar/test_type.py .... [ 79%]
tests/sparse/test_basic.py ...s.............s........................... [ 82%]
..............s........................................s................ [ 87%]
.................... [ 89%]
tests/sparse/test_rewriting.py .s...... [ 89%]
tests/sparse/test_sharedvar.py . [ 90%]
tests/sparse/test_sp2.py ...... [ 90%]
tests/sparse/test_type.py .... [ 90%]
tests/sparse/test_utils.py . [ 90%]
tests/sparse/test_var.py ............................................... [ 94%]
.............................. [ 96%]
tests/typed_list/test_basic.py ................................ [ 98%]
tests/typed_list/test_rewriting.py ...... [ 99%]
tests/typed_list/test_type.py ............. [100%]
==================================== ERRORS ====================================
_______________ ERROR at setup of test_fused_elemwise_benchmark ________________
file /build/source/tests/link/numba/test_elemwise.py, line 567
def test_fused_elemwise_benchmark(benchmark):
E fixture 'benchmark' not found
> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> use 'pytest --fixtures [testpath]' for help on them.
/build/source/tests/link/numba/test_elemwise.py:567
=============================== warnings summary ===============================
pytensor/graph/utils.py:178
/build/source/pytensor/graph/utils.py:178: PytestCollectionWarning: cannot collect test class 'TestValueError' because it has a __init__ constructor (from: tests/graph/test_op.py)
class TestValueError(Exception):
tests/sparse/test_var.py:5
/build/source/tests/sparse/test_var.py:5: DeprecationWarning: Please use `csr_matrix` from the `scipy.sparse` namespace, the `scipy.sparse.csr` namespace is deprecated.
from scipy.sparse.csr import csr_matrix
tests/test_breakpoint.py::TestPdbBreakpoint::test_infer_shape
tests/test_breakpoint.py::TestPdbBreakpoint::test_grad
tests/test_breakpoint.py::TestPdbBreakpoint::test_fprop
tests/test_breakpoint.py::TestPdbBreakpoint::test_connection_pattern
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 1000 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_gradient.py::TestZeroGrad::test_grad
tests/test_gradient.py::TestZeroGrad::test_grad
tests/test_gradient.py::TestZeroGrad::test_grad
tests/test_gradient.py::TestZeroGrad::test_grad
/build/source/pytensor/misc/safe_asarray.py:34: DeprecationWarning: in the future the `.dtype` attribute of a given datatype object must be a valid dtype instance. `data_type.dtype` may need to be coerced using `np.dtype(data_type.dtype)`. (Deprecated NumPy 1.20)
dtype = np.dtype(dtype) # Convert into dtype object.
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 128 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 129 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 130 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 131 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 132 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 133 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 134 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 135 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 136 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 137 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 138 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 139 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 140 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 141 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 142 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 143 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 144 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 145 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 146 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 147 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 148 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 149 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 150 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 151 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 152 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 153 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 154 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 155 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 156 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 157 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 158 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 159 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 160 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 161 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 162 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 163 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 164 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 165 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 166 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 167 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 168 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 169 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 170 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 171 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 172 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 173 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 174 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 175 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 176 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 177 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 178 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 179 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 180 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 181 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 182 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 183 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 184 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 185 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 186 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 187 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 188 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 189 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 190 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 191 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 192 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 193 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 194 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 195 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 196 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 197 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 198 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 199 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/test_rop.py::TestRopLop::test_softmax
/build/source/pytensor/tensor/special.py:491: FutureWarning: Softmax now accepts an axis argument. For backwards-compatibility it defaults to -1 when not specified, but in the future the default will be `None`.
To suppress this warning specify axis explicitly.
warnings.warn(
tests/test_rop.py::TestRopLop::test_softmax
/build/source/pytensor/tensor/special.py:501: UserWarning: Softmax no longer converts a vector to a row matrix.
warnings.warn(
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/tests/compile/test_debugmode.py:579: RuntimeWarning: invalid value encountered in log
f(np.log([3, -4, 5]).astype(config.floatX))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/tests/compile/test_debugmode.py:581: RuntimeWarning: divide by zero encountered in divide
f((np.asarray([0, 1.0, 0]) / 0).astype(config.floatX))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/tests/compile/test_debugmode.py:581: RuntimeWarning: invalid value encountered in divide
f((np.asarray([0, 1.0, 0]) / 0).astype(config.floatX))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/tests/compile/test_debugmode.py:583: RuntimeWarning: divide by zero encountered in divide
f((np.asarray([1.0, 1.0, 1.0]) / 0).astype(config.floatX))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/pytensor/tensor/elemwise.py:776: RuntimeWarning: invalid value encountered in log
variables = ufunc(*ufunc_args, **ufunc_kwargs)
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
/build/source/tests/compile/test_debugmode.py:594: RuntimeWarning: divide by zero encountered in divide
f(np.asarray(np.asarray([1.0, 1.0, 1.0]) / 0, dtype=config.floatX))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite_disabled
/build/source/tests/compile/test_debugmode.py:601: RuntimeWarning: invalid value encountered in log
f(np.log([3, -4, 5]))
tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite_disabled
/build/source/tests/compile/test_debugmode.py:604: RuntimeWarning: divide by zero encountered in divide
infs = np.asarray([1.0, 1.0, 1.0]) / 0
tests/compile/test_profiling.py::TestProfiling::test_profiling
tests/compile/test_profiling.py::TestProfiling::test_ifelse
/build/source/pytensor/link/vm.py:1035: UserWarning: CVM does not support memory profiling, using Stack VM.
warnings.warn("CVM does not support memory profiling, using Stack VM.")
tests/compile/function/test_function.py::TestFunctionIn::test_in_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_param_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_allow_input_downcast_int
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 1048576 to int16 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/compile/function/test_function.py::TestFunctionIn::test_in_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_param_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_allow_input_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_allow_input_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_allow_input_downcast_int
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 312 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/compile/function/test_function.py::TestFunctionIn::test_in_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_param_allow_downcast_int
tests/compile/function/test_pfunc.py::TestPfunc::test_allow_input_downcast_int
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 806 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/graph/test_compute_test_value.py::TestComputeTestValue::test_no_c_code
/build/source/pytensor/link/c/interface.py:166: UserWarning: <class 'tests.graph.test_compute_test_value.TestComputeTestValue.test_no_c_code.<locals>.IncOnePython'> specifies no C code cache version and will not be cached.
warnings.warn(
tests/link/test_vm.py::test_partial_function[linker0]
tests/link/test_vm.py::test_partial_function_with_output_keys[linker0]
tests/link/test_vm.py::test_partial_function_with_updates[linker0]
tests/link/test_vm.py::test_partial_function_with_updates[linker0]
/build/source/pytensor/link/vm.py:1037: UserWarning: Loop VM does not support partial evaluation, using Stack VM.
warnings.warn(
tests/link/c/test_cmodule.py::test_inter_process_cache
/build/source/pytensor/link/c/cmodule.py:1175: UserWarning: The following `Op`(s) do not implement `COp.c_code_cache_version`: [<tests.link.c.test_cmodule.MyOp object at 0x7ffe4db078b0>]. They will be recompiled across processes/Python sessions
warnings.warn(
tests/link/c/test_op.py::TestMakeThunk::test_no_c_code
/build/source/pytensor/link/c/interface.py:166: UserWarning: <class 'tests.link.c.test_op.TestMakeThunk.test_no_c_code.<locals>.IncOnePython'> specifies no C code cache version and will not be cached.
warnings.warn(
tests/link/c/test_op.py::TestMakeThunk::test_no_perform
/build/source/pytensor/link/c/interface.py:166: UserWarning: <class 'tests.link.c.test_op.TestMakeThunk.test_no_perform.<locals>.IncOneC'> specifies no C code cache version and will not be cached.
warnings.warn(
tests/link/c/test_op.py::TestMakeThunk::test_no_perform
/build/source/pytensor/link/c/cmodule.py:1175: UserWarning: The following `Op`(s) do not implement `COp.c_code_cache_version`: [<tests.link.c.test_op.TestMakeThunk.test_no_perform.<locals>.IncOneC object at 0x7ffe4d8b1270>]. They will be recompiled across processes/Python sessions
warnings.warn(
tests/link/jax/test_extra_ops.py::test_extra_ops
/build/source/pytensor/link/jax/dispatch/extra_ops.py:85: UserWarning: JAX ignores the `order` parameter in `unravel_index`.
warnings.warn("JAX ignores the `order` parameter in `unravel_index`.")
tests/link/jax/test_nlinalg.py::test_jax_basic_multiout
/nix/store/0sk2ac33dndyskjz8q1gha8648pfmfgk-python3.10-jax-0.4.1/lib/python3.10/site-packages/jax/_src/lax/lax.py:552: ComplexWarning: Casting complex values to real discards the imaginary part
return _convert_element_type(operand, new_dtype, weak_type=False)
tests/link/jax/test_nlinalg.py::test_jax_basic_multiout
/build/source/pytensor/tensor/nlinalg.py:480: DeprecationWarning: The 'full' option is deprecated in favor of 'reduced'.
For backward compatibility let mode default.
res = self._numop(x, self.mode)
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op0-dist_params0-base_size0-beta-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4DBCFD40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op1-dist_params1-base_size1-cauchy-<lambda>]
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op3-dist_params3-base_size3-gamma-<lambda>]
tests/link/jax/test_random.py::test_random_dirichlet[parameter0-size0]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB97140>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op2-dist_params2-base_size2-expon-<lambda>]
tests/link/jax/test_random.py::test_random_dirichlet[parameter1-size1]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB94E40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op4-dist_params4-base_size4-gumbel_r-<lambda>]
tests/link/jax/test_random.py::test_random_choice
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB97040>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op5-dist_params5-base_size5-laplace-<lambda>]
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op9-dist_params9-base_size9-pareto-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96E40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op6-dist_params6-base_size6-logistic-<lambda>]
tests/link/jax/test_random.py::test_random_mvnormal
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96C40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op7-dist_params7-base_size7-lognorm-<lambda>]
tests/link/jax/test_random.py::test_random_bernoulli[size0]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB97B40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op8-dist_params8-base_size8-norm-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96840>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op10-dist_params10-base_size10-poisson-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96740>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op11-dist_params11-base_size11-randint-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96040>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op12-dist_params12-base_size12-randint-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomGeneratorSharedVariable(<Generator(PCG64) at 0x7FFE4C8CAEA0>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op13-dist_params13-base_size13-norm-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96240>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op14-dist_params14-base_size14-t-<lambda>]
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op18-dist_params18-base_size18-chi2-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95A40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op15-dist_params15-base_size15-uniform-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95840>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op16-dist_params16-base_size16-halfnorm-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95340>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op17-dist_params17-base_size17-invgamma-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4DBCF640>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op19-dist_params19-base_size19-gengamma-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95E40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_RandomVariable[rv_op20-dist_params20-base_size20-invgauss-<lambda>]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96340>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_bernoulli[size1]
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96D40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_choice
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95740>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_choice
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95C40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_categorical
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB94240>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_permutation
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB94740>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_geometric
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB94340>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_negative_binomial
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB95040>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_unimplemented
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB96440>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_custom_implementation
tests/link/jax/test_random.py::test_random_concrete_shape_graph_input
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB97A40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_concrete_shape
tests/link/jax/test_random.py::test_random_concrete_shape_subtensor_tuple
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE4AB97E40>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/jax/test_random.py::test_random_concrete_shape_subtensor
/build/source/pytensor/link/jax/linker.py:28: UserWarning: The RandomType SharedVariables [RandomStateSharedVariable(<RandomState(MT19937) at 0x7FFE48550040>)] will not be used in the compiled JAX graph. Instead a copy will be used.
warnings.warn(
tests/link/numba/test_basic.py::test_AdvancedSubtensor[x0-indices0]
tests/link/numba/test_basic.py::test_AdvancedSubtensor[x0-indices0]
tests/link/numba/test_basic.py::test_AdvancedSubtensor[x1-indices1]
tests/link/numba/test_basic.py::test_AdvancedSubtensor[x1-indices1]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run AdvancedSubtensor's perform method
warnings.warn(
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run AdvancedIncSubtensor{inplace=False, set_instead_of_inc=True}'s perform method
warnings.warn(
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run AdvancedIncSubtensor{inplace=False, set_instead_of_inc=False}'s perform method
warnings.warn(
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x0-y0-indices0]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x1-y1-indices1]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
tests/link/numba/test_basic.py::test_AdvancedIncSubtensor[x2-y2-indices2]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run AdvancedIncSubtensor{inplace=True, set_instead_of_inc=True}'s perform method
warnings.warn(
tests/link/numba/test_elemwise.py::test_Elemwise[inputs2-input_vals2-<lambda>-None]
/build/source/pytensor/scalar/math.py:1235: RuntimeWarning: invalid value encountered in log
return np.log(-np.expm1(x))
tests/link/numba/test_elemwise.py::test_Elemwise[inputs2-input_vals2-<lambda>-None]
/build/source/pytensor/tensor/elemwise.py:776: RuntimeWarning: invalid value encountered in impl (vectorized)
variables = ufunc(*ufunc_args, **ufunc_kwargs)
tests/link/numba/test_elemwise.py::test_Elemwise[inputs2-input_vals2-<lambda>-None]
/build/source/pytensor/link/numba/dispatch/scalar.py:306: RuntimeWarning: invalid value encountered in log
return np.log(-np.expm1(x))
tests/link/numba/test_elemwise.py::test_Elemwise[inputs5-input_vals5-<lambda>-None]
/build/tmpf_03oh87:1: NumbaWarning: Cannot cache compiled function "numba_funcified_fgraph" as it uses dynamic globals (such as ctypes pointers and large global arrays)
def numba_funcified_fgraph(tensor_variable):
tests/link/numba/test_elemwise.py::test_Elemwise[inputs10-input_vals10-<lambda>-None]
tests/link/numba/test_elemwise.py::test_Elemwise[inputs10-input_vals10-<lambda>-None]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run ScalarMyMultiOut's perform method
warnings.warn(
tests/link/numba/test_nlinalg.py::test_QRFull[x1-r-None]
tests/link/numba/test_nlinalg.py::test_QRFull[x1-r-None]
/build/source/pytensor/link/numba/dispatch/nlinalg.py:169: UserWarning: Numba will use object mode to allow the `mode` argument to `numpy.linalg.qr`.
warnings.warn(
tests/link/numba/test_random.py::test_aligned_RandomVariable[multivariate_normal_rv{1, (1, 2), floatX, False}-[<TensorType(float64, (?, ?))>, <TensorType(float64, (1, ?, ?))>]-MakeVector{dtype='int64'}.0]
/build/source/pytensor/link/numba/dispatch/basic.py:363: UserWarning: Numba will use object mode to run multivariate_normal_rv{1, (1, 2), floatX, False}'s perform method
warnings.warn(
tests/link/numba/test_scan.py::test_scan_while
tests/link/numba/test_scan.py::test_scan_while
/build/source/pytensor/misc/safe_asarray.py:35: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 1024 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
rval = np.asarray(a, dtype=dtype, order=order)
tests/scalar/test_math.py::test_betainc_derivative_nan
/build/source/pytensor/scalar/math.py:1423: RuntimeWarning: divide by zero encountered in log
p * np.log(x)
tests/sparse/test_basic.py: 38 warnings
/build/source/pytensor/scalar/basic.py:80: DeprecationWarning: in the future the `.dtype` attribute of a given datatype object must be a valid dtype instance. `data_type.dtype` may need to be coerced using `np.dtype(data_type.dtype)`. (Deprecated NumPy 1.20)
return np.zeros((), dtype=dt)
tests/sparse/test_basic.py::TestComparison::test_ss_csr_comparison
tests/sparse/test_basic.py::TestComparison::test_ss_csc_comparison
tests/sparse/test_var.py::TestSparseVariable::test_binary[__le__-SparseTensorType]
tests/sparse/test_var.py::TestSparseVariable::test_binary[__ge__-SparseTensorType]
/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/sparse/_compressed.py:311: SparseEfficiencyWarning: Comparing sparse matrices using >= and <= is inefficient, using <, >, or !=, instead.
warn("Comparing sparse matrices using >= and <= is inefficient, "
tests/sparse/test_basic.py::test_size
tests/sparse/test_basic.py::TestClean::test_op
/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/sparse/_index.py:103: SparseEfficiencyWarning: Changing the sparsity structure of a csc_matrix is expensive. lil_matrix is more efficient.
self._set_intXint(row, col, x.flat[0])
tests/sparse/test_basic.py::test_size
tests/sparse/test_basic.py::TestClean::test_op
tests/sparse/test_basic.py::TestGetItem::test_get_item_2lists_grad
tests/sparse/test_basic.py::TestSharedOptions::test_values_eq
/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/sparse/_index.py:103: SparseEfficiencyWarning: Changing the sparsity structure of a csr_matrix is expensive. lil_matrix is more efficient.
self._set_intXint(row, col, x.flat[0])
tests/sparse/test_basic.py::TestGetItem::test_get_item_list_grad
/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/sparse/_index.py:137: SparseEfficiencyWarning: Changing the sparsity structure of a csr_matrix is expensive. lil_matrix is more efficient.
self._set_arrayXarray_sparse(i, j, x)
tests/sparse/test_basic.py::TestCasting::test_cast
/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/sparse/_data.py:72: ComplexWarning: Casting complex values to real discards the imaginary part
self._deduped_data().astype(dtype, casting=casting, copy=copy),
tests/sparse/test_basic.py::TestCasting::test_cast
/build/source/tests/sparse/test_basic.py:2644: ComplexWarning: Casting complex values to real discards the imaginary part
expected = data.toarray().astype(o_dtype)
tests/sparse/test_var.py::TestSparseVariable::test_unary[conj-SparseTensorType-cm47-x47]
/build/source/pytensor/tensor/rewriting/elemwise.py:680: UserWarning: Optimization Warning: The Op conj does not provide a C implementation. As well as being potentially slow, this also disables loop fusion.
warn(
tests/typed_list/test_basic.py::TestExtend::test_inplace
tests/typed_list/test_basic.py::TestExtend::test_sanity_check
tests/typed_list/test_basic.py::TestExtend::test_interface
tests/typed_list/test_rewriting.py::TestInplace::test_extend_inplace
/build/source/pytensor/link/c/interface.py:166: UserWarning: <class 'pytensor.typed_list.basic.Extend'> specifies no C code cache version and will not be cached.
warnings.warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/link/numba/test_elemwise.py::test_fused_elemwise_benchmark
= 1334 passed, 39 skipped, 14 deselected, 17 xfailed, 2 xpassed, 246 warnings, 1 error in 12599.19s (3:29:59) =
0.6631791172138672
0.6631791172138672
0.6631791172138672
0.6631791172138672
/nix/store/pw17yc3mwmsci4jygwalj8ppg0drz31v-stdenv-linux/setup: line 1593: pop_var_context: head of shell_variables not a function context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment