D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-pymc-3.5-6.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TYWHcu + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pymc3-3.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pymc3-3.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pymc3-3.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OYuQKv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pymc3-3.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + export LANG=en_US.UTF-8 + LANG=en_US.UTF-8 + export LANGUAGE=en_US:en + LANGUAGE=en_US:en + pushd /home/iurt/rpmbuild/BUILD/pymc3-3.5 ~/rpmbuild/BUILD/pymc3-3.5 ~/rpmbuild/BUILD/pymc3-3.5 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pymc3 copying pymc3/theanof.py -> build/lib/pymc3 copying pymc3/model.py -> build/lib/pymc3 copying pymc3/math.py -> build/lib/pymc3 copying pymc3/vartypes.py -> build/lib/pymc3 copying pymc3/memoize.py -> build/lib/pymc3 copying pymc3/parallel_sampling.py -> build/lib/pymc3 copying pymc3/sampling.py -> build/lib/pymc3 copying pymc3/util.py -> build/lib/pymc3 copying pymc3/model_graph.py -> build/lib/pymc3 copying pymc3/blocking.py -> build/lib/pymc3 copying pymc3/exceptions.py -> build/lib/pymc3 copying pymc3/__init__.py -> build/lib/pymc3 copying pymc3/diagnostics.py -> build/lib/pymc3 copying pymc3/data.py -> build/lib/pymc3 copying pymc3/stats.py -> build/lib/pymc3 creating build/lib/pymc3/plots copying pymc3/plots/utils.py -> build/lib/pymc3/plots copying pymc3/plots/kdeplot.py -> build/lib/pymc3/plots copying pymc3/plots/artists.py -> build/lib/pymc3/plots copying pymc3/plots/autocorrplot.py -> build/lib/pymc3/plots copying pymc3/plots/densityplot.py -> build/lib/pymc3/plots copying pymc3/plots/forestplot.py -> build/lib/pymc3/plots copying pymc3/plots/posteriorplot.py -> build/lib/pymc3/plots copying pymc3/plots/traceplot.py -> build/lib/pymc3/plots copying pymc3/plots/__init__.py -> build/lib/pymc3/plots copying pymc3/plots/compareplot.py -> build/lib/pymc3/plots copying pymc3/plots/energyplot.py -> build/lib/pymc3/plots copying pymc3/plots/pairplot.py -> build/lib/pymc3/plots creating build/lib/pymc3/tests copying pymc3/tests/test_glm.py -> build/lib/pymc3/tests copying pymc3/tests/helpers.py -> build/lib/pymc3/tests copying pymc3/tests/test_model.py -> build/lib/pymc3/tests copying pymc3/tests/test_ndarray_backend.py -> build/lib/pymc3/tests copying pymc3/tests/test_posteriors.py -> build/lib/pymc3/tests copying pymc3/tests/test_types.py -> build/lib/pymc3/tests copying pymc3/tests/test_smc.py -> build/lib/pymc3/tests copying pymc3/tests/test_missing.py -> build/lib/pymc3/tests copying pymc3/tests/test_plots.py -> build/lib/pymc3/tests copying pymc3/tests/test_updates.py -> build/lib/pymc3/tests copying pymc3/tests/test_starting.py -> build/lib/pymc3/tests copying pymc3/tests/conftest.py -> build/lib/pymc3/tests copying pymc3/tests/test_stats.py -> build/lib/pymc3/tests copying pymc3/tests/test_hdf5_backend.py -> build/lib/pymc3/tests copying pymc3/tests/sampler_fixtures.py -> build/lib/pymc3/tests copying pymc3/tests/test_minibatches.py -> build/lib/pymc3/tests copying pymc3/tests/test_distributions.py -> build/lib/pymc3/tests copying pymc3/tests/test_util.py -> build/lib/pymc3/tests copying pymc3/tests/backend_fixtures.py -> build/lib/pymc3/tests copying pymc3/tests/test_text_backend.py -> build/lib/pymc3/tests copying pymc3/tests/test_models_linear.py -> build/lib/pymc3/tests copying pymc3/tests/test_diagnostics.py -> build/lib/pymc3/tests copying pymc3/tests/test_distributions_random.py -> build/lib/pymc3/tests copying pymc3/tests/test_step.py -> build/lib/pymc3/tests copying pymc3/tests/models.py -> build/lib/pymc3/tests copying pymc3/tests/test_quadpotential.py -> build/lib/pymc3/tests copying pymc3/tests/test_sampling.py -> build/lib/pymc3/tests copying pymc3/tests/checks.py -> build/lib/pymc3/tests copying pymc3/tests/test_math.py -> build/lib/pymc3/tests copying pymc3/tests/test_tuning.py -> build/lib/pymc3/tests copying pymc3/tests/test_examples.py -> build/lib/pymc3/tests copying pymc3/tests/test_hmc.py -> build/lib/pymc3/tests copying pymc3/tests/test_dist_math.py -> build/lib/pymc3/tests copying pymc3/tests/test_sqlite_backend.py -> build/lib/pymc3/tests copying pymc3/tests/test_random.py -> build/lib/pymc3/tests copying pymc3/tests/test_models_utils.py -> build/lib/pymc3/tests copying pymc3/tests/test_parallel_sampling.py -> build/lib/pymc3/tests copying pymc3/tests/test_pickling.py -> build/lib/pymc3/tests copying pymc3/tests/test_profile.py -> build/lib/pymc3/tests copying pymc3/tests/test_model_graph.py -> build/lib/pymc3/tests copying pymc3/tests/test_model_func.py -> build/lib/pymc3/tests copying pymc3/tests/test_shared.py -> build/lib/pymc3/tests copying pymc3/tests/test_transforms.py -> build/lib/pymc3/tests copying pymc3/tests/test_posdef_sym.py -> build/lib/pymc3/tests copying pymc3/tests/test_theanof.py -> build/lib/pymc3/tests copying pymc3/tests/test_memo.py -> build/lib/pymc3/tests copying pymc3/tests/__init__.py -> build/lib/pymc3/tests copying pymc3/tests/test_sgfs.py -> build/lib/pymc3/tests copying pymc3/tests/test_variational_inference.py -> build/lib/pymc3/tests copying pymc3/tests/test_modelcontext.py -> build/lib/pymc3/tests copying pymc3/tests/test_distribution_defaults.py -> build/lib/pymc3/tests copying pymc3/tests/test_gp.py -> build/lib/pymc3/tests copying pymc3/tests/test_mixture.py -> build/lib/pymc3/tests copying pymc3/tests/test_distributions_timeseries.py -> build/lib/pymc3/tests copying pymc3/tests/test_special_functions.py -> build/lib/pymc3/tests copying pymc3/tests/test_model_helpers.py -> build/lib/pymc3/tests copying pymc3/tests/test_tracetab.py -> build/lib/pymc3/tests creating build/lib/pymc3/tuning copying pymc3/tuning/starting.py -> build/lib/pymc3/tuning copying pymc3/tuning/__init__.py -> build/lib/pymc3/tuning copying pymc3/tuning/scaling.py -> build/lib/pymc3/tuning creating build/lib/pymc3/backends copying pymc3/backends/base.py -> build/lib/pymc3/backends copying pymc3/backends/tracetab.py -> build/lib/pymc3/backends copying pymc3/backends/report.py -> build/lib/pymc3/backends copying pymc3/backends/smc_text.py -> build/lib/pymc3/backends copying pymc3/backends/sqlite.py -> build/lib/pymc3/backends copying pymc3/backends/hdf5.py -> build/lib/pymc3/backends copying pymc3/backends/ndarray.py -> build/lib/pymc3/backends copying pymc3/backends/__init__.py -> build/lib/pymc3/backends copying pymc3/backends/text.py -> build/lib/pymc3/backends creating build/lib/pymc3/distributions copying pymc3/distributions/discrete.py -> build/lib/pymc3/distributions copying pymc3/distributions/distribution.py -> build/lib/pymc3/distributions copying pymc3/distributions/transforms.py -> build/lib/pymc3/distributions copying pymc3/distributions/bound.py -> build/lib/pymc3/distributions copying pymc3/distributions/timeseries.py -> build/lib/pymc3/distributions copying pymc3/distributions/continuous.py -> build/lib/pymc3/distributions copying pymc3/distributions/multivariate.py -> build/lib/pymc3/distributions copying pymc3/distributions/dist_math.py -> build/lib/pymc3/distributions copying pymc3/distributions/mixture.py -> build/lib/pymc3/distributions copying pymc3/distributions/__init__.py -> build/lib/pymc3/distributions copying pymc3/distributions/special.py -> build/lib/pymc3/distributions creating build/lib/pymc3/examples copying pymc3/examples/gelman_bioassay.py -> build/lib/pymc3/examples copying pymc3/examples/disaster_model_theano_op.py -> build/lib/pymc3/examples copying pymc3/examples/lightspeed_example.py -> build/lib/pymc3/examples copying pymc3/examples/simpletest.py -> build/lib/pymc3/examples copying pymc3/examples/lasso_missing.py -> build/lib/pymc3/examples copying pymc3/examples/arma_example.py -> build/lib/pymc3/examples copying pymc3/examples/rankdata_ordered.py -> build/lib/pymc3/examples copying pymc3/examples/arbitrary_stochastic.py -> build/lib/pymc3/examples copying pymc3/examples/LKJ_correlation.py -> build/lib/pymc3/examples copying pymc3/examples/disaster_model.py -> build/lib/pymc3/examples copying pymc3/examples/gelman_schools.py -> build/lib/pymc3/examples copying pymc3/examples/samplers_mvnormal.py -> build/lib/pymc3/examples copying pymc3/examples/garch_example.py -> build/lib/pymc3/examples copying pymc3/examples/__init__.py -> build/lib/pymc3/examples copying pymc3/examples/GHME_2013.py -> build/lib/pymc3/examples copying pymc3/examples/baseball.py -> build/lib/pymc3/examples copying pymc3/examples/factor_potential.py -> build/lib/pymc3/examples copying pymc3/examples/custom_dists.py -> build/lib/pymc3/examples creating build/lib/pymc3/variational copying pymc3/variational/inference.py -> build/lib/pymc3/variational copying pymc3/variational/callbacks.py -> build/lib/pymc3/variational copying pymc3/variational/stein.py -> build/lib/pymc3/variational copying pymc3/variational/test_functions.py -> build/lib/pymc3/variational copying pymc3/variational/approximations.py -> build/lib/pymc3/variational copying pymc3/variational/opvi.py -> build/lib/pymc3/variational copying pymc3/variational/operators.py -> build/lib/pymc3/variational copying pymc3/variational/__init__.py -> build/lib/pymc3/variational copying pymc3/variational/updates.py -> build/lib/pymc3/variational copying pymc3/variational/flows.py -> build/lib/pymc3/variational creating build/lib/pymc3/gp copying pymc3/gp/cov.py -> build/lib/pymc3/gp copying pymc3/gp/gp.py -> build/lib/pymc3/gp copying pymc3/gp/util.py -> build/lib/pymc3/gp copying pymc3/gp/__init__.py -> build/lib/pymc3/gp copying pymc3/gp/mean.py -> build/lib/pymc3/gp creating build/lib/pymc3/external copying pymc3/external/__init__.py -> build/lib/pymc3/external creating build/lib/pymc3/step_methods copying pymc3/step_methods/sgmcmc.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/gibbs.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/metropolis.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/arraystep.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/compound.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/smc.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/__init__.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/step_sizes.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/elliptical_slice.py -> build/lib/pymc3/step_methods copying pymc3/step_methods/slicer.py -> build/lib/pymc3/step_methods creating build/lib/pymc3/glm copying pymc3/glm/utils.py -> build/lib/pymc3/glm copying pymc3/glm/families.py -> build/lib/pymc3/glm copying pymc3/glm/__init__.py -> build/lib/pymc3/glm copying pymc3/glm/linear.py -> build/lib/pymc3/glm creating build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/integration.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/base_hmc.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/hmc.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/quadpotential.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/trajectory.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/__init__.py -> build/lib/pymc3/step_methods/hmc copying pymc3/step_methods/hmc/nuts.py -> build/lib/pymc3/step_methods/hmc running egg_info creating pymc3.egg-info writing pymc3.egg-info/PKG-INFO writing dependency_links to pymc3.egg-info/dependency_links.txt writing requirements to pymc3.egg-info/requires.txt writing top-level names to pymc3.egg-info/top_level.txt writing manifest file 'pymc3.egg-info/SOURCES.txt' reading manifest file 'pymc3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'source' writing manifest file 'pymc3.egg-info/SOURCES.txt' creating build/lib/pymc3/examples/data copying pymc3/examples/data/Guber1999data.txt -> build/lib/pymc3/examples/data copying pymc3/examples/data/HtWt.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/SP500.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/cty.dat -> build/lib/pymc3/examples/data copying pymc3/examples/data/efron-morris-75-data.tsv -> build/lib/pymc3/examples/data copying pymc3/examples/data/extrahard_MC_500_5_4.npz.npy -> build/lib/pymc3/examples/data copying pymc3/examples/data/extrahard_MC_500_5_4_reference_classes.npy -> build/lib/pymc3/examples/data copying pymc3/examples/data/mastectomy.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/milk.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/monthly_in_situ_co2_mlo.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/old_faithful.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/pancreatitis.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/radon.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/rugby.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/srrs2.dat -> build/lib/pymc3/examples/data copying pymc3/examples/data/stock_prices.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/sunspot.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/test_scores.csv -> build/lib/pymc3/examples/data copying pymc3/examples/data/wells.dat -> build/lib/pymc3/examples/data creating build/lib/pymc3/examples/data/pmf copying pymc3/examples/data/pmf/jester-dataset-v1-dense-first-1000.csv -> build/lib/pymc3/examples/data/pmf copying pymc3/examples/data/pmf/jokes.json -> build/lib/pymc3/examples/data/pmf creating build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/shapes.json -> build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/test.txt -> build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/train.txt -> build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 + popd ~/rpmbuild/BUILD/pymc3-3.5 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HNFcHw + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 + cd pymc3-3.5 + '[' 1 -eq 1 ']' + pushd /home/iurt/rpmbuild/BUILD/pymc3-3.5 ~/rpmbuild/BUILD/pymc3-3.5 ~/rpmbuild/BUILD/pymc3-3.5 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/kdeplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/artists.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/autocorrplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/densityplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/forestplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/posteriorplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/traceplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/compareplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/energyplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots copying build/lib/pymc3/plots/pairplot.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_glm.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_model.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_ndarray_backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_posteriors.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_types.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_smc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_missing.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_plots.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_updates.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_starting.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/conftest.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_stats.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_hdf5_backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/sampler_fixtures.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_minibatches.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_distributions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_util.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/backend_fixtures.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_text_backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_models_linear.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_diagnostics.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_distributions_random.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_step.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/models.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_quadpotential.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_sampling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/checks.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_math.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_tuning.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_examples.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_hmc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_dist_math.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_sqlite_backend.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_random.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_models_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_parallel_sampling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_pickling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_profile.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_model_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_model_func.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_shared.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_transforms.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_posdef_sym.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_theanof.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_memo.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_sgfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_variational_inference.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_modelcontext.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_distribution_defaults.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_gp.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_mixture.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_distributions_timeseries.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_special_functions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_model_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests copying build/lib/pymc3/tests/test_tracetab.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning copying build/lib/pymc3/tuning/starting.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning copying build/lib/pymc3/tuning/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning copying build/lib/pymc3/tuning/scaling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/tracetab.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/report.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/smc_text.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/sqlite.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/hdf5.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/ndarray.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/backends/text.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends copying build/lib/pymc3/theanof.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/model.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/math.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/vartypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/memoize.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/parallel_sampling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/sampling.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/discrete.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/distribution.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/transforms.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/bound.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/timeseries.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/continuous.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/multivariate.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/dist_math.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/mixture.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/distributions/special.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions copying build/lib/pymc3/util.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/model_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/blocking.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/gelman_bioassay.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/disaster_model_theano_op.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/lightspeed_example.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/simpletest.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/SP500.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/cty.dat -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/Guber1999data.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/mastectomy.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/extrahard_MC_500_5_4.npz.npy -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/old_faithful.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/milk.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/HtWt.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/pancreatitis.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/extrahard_MC_500_5_4_reference_classes.npy -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/wells.dat -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/srrs2.dat -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/radon.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/rugby.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/test_scores.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/sunspot.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/stock_prices.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/data/efron-morris-75-data.tsv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/train.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/test.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying build/lib/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/shapes.json -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8 copying build/lib/pymc3/examples/data/pmf/jokes.json -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf copying build/lib/pymc3/examples/data/pmf/jester-dataset-v1-dense-first-1000.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data/pmf copying build/lib/pymc3/examples/data/monthly_in_situ_co2_mlo.csv -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/data copying build/lib/pymc3/examples/lasso_missing.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/arma_example.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/rankdata_ordered.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/arbitrary_stochastic.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/LKJ_correlation.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/disaster_model.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/gelman_schools.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/samplers_mvnormal.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/garch_example.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/GHME_2013.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/baseball.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/factor_potential.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/examples/custom_dists.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples copying build/lib/pymc3/exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/diagnostics.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/inference.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/callbacks.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/stein.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/test_functions.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/approximations.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/opvi.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/operators.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/updates.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational copying build/lib/pymc3/variational/flows.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp copying build/lib/pymc3/gp/cov.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp copying build/lib/pymc3/gp/gp.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp copying build/lib/pymc3/gp/util.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp copying build/lib/pymc3/gp/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp copying build/lib/pymc3/gp/mean.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/external copying build/lib/pymc3/external/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/external creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/sgmcmc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/gibbs.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/metropolis.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/arraystep.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/compound.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/integration.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/base_hmc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/hmc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/quadpotential.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/trajectory.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/hmc/nuts.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc copying build/lib/pymc3/step_methods/smc.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/step_sizes.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/elliptical_slice.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/step_methods/slicer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods copying build/lib/pymc3/data.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 copying build/lib/pymc3/stats.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3 creating /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm copying build/lib/pymc3/glm/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm copying build/lib/pymc3/glm/families.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm copying build/lib/pymc3/glm/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm copying build/lib/pymc3/glm/linear.py -> /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/kdeplot.py to kdeplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/artists.py to artists.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/autocorrplot.py to autocorrplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/densityplot.py to densityplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/forestplot.py to forestplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/posteriorplot.py to posteriorplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/traceplot.py to traceplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/compareplot.py to compareplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/energyplot.py to energyplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/plots/pairplot.py to pairplot.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_glm.py to test_glm.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/helpers.py to helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_model.py to test_model.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_ndarray_backend.py to test_ndarray_backend.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_posteriors.py to test_posteriors.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_types.py to test_types.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_smc.py to test_smc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_missing.py to test_missing.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_plots.py to test_plots.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_updates.py to test_updates.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_starting.py to test_starting.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/conftest.py to conftest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_stats.py to test_stats.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_hdf5_backend.py to test_hdf5_backend.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/sampler_fixtures.py to sampler_fixtures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_minibatches.py to test_minibatches.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_distributions.py to test_distributions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_util.py to test_util.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/backend_fixtures.py to backend_fixtures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_text_backend.py to test_text_backend.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_models_linear.py to test_models_linear.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_diagnostics.py to test_diagnostics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_distributions_random.py to test_distributions_random.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_step.py to test_step.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/models.py to models.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_quadpotential.py to test_quadpotential.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_sampling.py to test_sampling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/checks.py to checks.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_math.py to test_math.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_tuning.py to test_tuning.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_examples.py to test_examples.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_hmc.py to test_hmc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_dist_math.py to test_dist_math.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_sqlite_backend.py to test_sqlite_backend.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_random.py to test_random.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_models_utils.py to test_models_utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_parallel_sampling.py to test_parallel_sampling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_pickling.py to test_pickling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_profile.py to test_profile.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_model_graph.py to test_model_graph.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_model_func.py to test_model_func.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_shared.py to test_shared.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_transforms.py to test_transforms.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_posdef_sym.py to test_posdef_sym.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_theanof.py to test_theanof.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_memo.py to test_memo.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_sgfs.py to test_sgfs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_variational_inference.py to test_variational_inference.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_modelcontext.py to test_modelcontext.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_distribution_defaults.py to test_distribution_defaults.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_gp.py to test_gp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_mixture.py to test_mixture.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_distributions_timeseries.py to test_distributions_timeseries.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_special_functions.py to test_special_functions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_model_helpers.py to test_model_helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tests/test_tracetab.py to test_tracetab.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning/starting.py to starting.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/tuning/scaling.py to scaling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/base.py to base.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/tracetab.py to tracetab.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/report.py to report.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/smc_text.py to smc_text.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/sqlite.py to sqlite.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/hdf5.py to hdf5.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/ndarray.py to ndarray.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/backends/text.py to text.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/theanof.py to theanof.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/model.py to model.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/math.py to math.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/vartypes.py to vartypes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/memoize.py to memoize.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/parallel_sampling.py to parallel_sampling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/sampling.py to sampling.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/discrete.py to discrete.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/distribution.py to distribution.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/transforms.py to transforms.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/bound.py to bound.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/timeseries.py to timeseries.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/continuous.py to continuous.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/multivariate.py to multivariate.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/dist_math.py to dist_math.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/mixture.py to mixture.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/distributions/special.py to special.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/util.py to util.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/model_graph.py to model_graph.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/blocking.py to blocking.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/gelman_bioassay.py to gelman_bioassay.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/disaster_model_theano_op.py to disaster_model_theano_op.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/lightspeed_example.py to lightspeed_example.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/simpletest.py to simpletest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/lasso_missing.py to lasso_missing.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/arma_example.py to arma_example.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/rankdata_ordered.py to rankdata_ordered.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/arbitrary_stochastic.py to arbitrary_stochastic.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/LKJ_correlation.py to LKJ_correlation.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/disaster_model.py to disaster_model.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/gelman_schools.py to gelman_schools.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/samplers_mvnormal.py to samplers_mvnormal.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/garch_example.py to garch_example.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/GHME_2013.py to GHME_2013.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/baseball.py to baseball.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/factor_potential.py to factor_potential.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/examples/custom_dists.py to custom_dists.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/diagnostics.py to diagnostics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/inference.py to inference.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/callbacks.py to callbacks.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/stein.py to stein.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/test_functions.py to test_functions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/approximations.py to approximations.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/opvi.py to opvi.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/operators.py to operators.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/updates.py to updates.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/variational/flows.py to flows.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp/cov.py to cov.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp/gp.py to gp.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp/util.py to util.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/gp/mean.py to mean.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/external/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/sgmcmc.py to sgmcmc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/gibbs.py to gibbs.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/metropolis.py to metropolis.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/arraystep.py to arraystep.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/compound.py to compound.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/integration.py to integration.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/base_hmc.py to base_hmc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/hmc.py to hmc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/quadpotential.py to quadpotential.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/trajectory.py to trajectory.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/hmc/nuts.py to nuts.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/smc.py to smc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/step_sizes.py to step_sizes.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/elliptical_slice.py to elliptical_slice.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/step_methods/slicer.py to slicer.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/data.py to data.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/stats.py to stats.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm/families.py to families.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3/glm/linear.py to linear.cpython-38.pyc writing byte-compilation script '/tmp/tmp3txnaugg.py' /usr/bin/python3 /tmp/tmp3txnaugg.py removing /tmp/tmp3txnaugg.py running install_egg_info running egg_info writing pymc3.egg-info/PKG-INFO writing dependency_links to pymc3.egg-info/dependency_links.txt writing requirements to pymc3.egg-info/requires.txt writing top-level names to pymc3.egg-info/top_level.txt reading manifest file 'pymc3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'source' writing manifest file 'pymc3.egg-info/SOURCES.txt' Copying pymc3.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8/site-packages/pymc3-3.5-py3.8.egg-info running install_scripts + popd ~/rpmbuild/BUILD/pymc3-3.5 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 3.5-6.mga8 --unique-debug-suffix -3.5-6.mga8.aarch64 --unique-debug-src-base python-pymc-3.5-6.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pymc3-3.5 + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-pymc-3.5-6.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YfHoKw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pymc3-3.5 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/share/doc/python3-pymc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/share/doc/python3-pymc + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/share/doc/python3-pymc + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64/usr/share/doc/python3-pymc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pymc = 3.5-6.mga8 python3-pymc = 3.5-6.mga8 python3.8dist(pymc3) = 3.5 python3dist(pymc3) = 3.5 pythonegg(3)(pymc3) = 3.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 python3.8dist(h5py) >= 2.7.0 python3.8dist(joblib) >= 0.9 python3.8dist(numpy) >= 1.13.0 python3.8dist(pandas) >= 0.18.0 python3.8dist(patsy) >= 0.4.0 python3.8dist(six) >= 1.10.0 python3.8dist(theano) >= 1.0.0 python3.8dist(tqdm) >= 4.8.4 Obsoletes: python-pymc < 3.5-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-pymc-3.5-6.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x3UsIv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pymc3-3.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pymc-3.5-6.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4JAv4x + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pymc3-3.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!