Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682117747.241109/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-MDP-3.6-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682117747.241109/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-MDP-3.6-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682117747.241109/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mdp.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V6HF6q + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MDP-3.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/MDP-3.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd MDP-3.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mFQz9r + umask 022 + cd /builddir/build/BUILD + cd MDP-3.6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/mdp copying mdp/configuration.py -> build/lib/mdp copying mdp/helper_funcs.py -> build/lib/mdp copying mdp/linear_flows_online.py -> build/lib/mdp copying mdp/linear_flows.py -> build/lib/mdp copying mdp/classifier_node.py -> build/lib/mdp copying mdp/repo_revision.py -> build/lib/mdp copying mdp/extension.py -> build/lib/mdp copying mdp/signal_node_online.py -> build/lib/mdp copying mdp/__init__.py -> build/lib/mdp copying mdp/signal_node.py -> build/lib/mdp creating build/lib/mdp/nodes copying mdp/nodes/stats_nodes_online.py -> build/lib/mdp/nodes copying mdp/nodes/nipals.py -> build/lib/mdp/nodes copying mdp/nodes/ica_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/fda_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/scikits_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/regression_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/lle_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/recursive_expansion_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/em_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/gsfa_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/jade.py -> build/lib/mdp/nodes copying mdp/nodes/misc_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/expansion_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/pca_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/convolution_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/libsvm_classifier.py -> build/lib/mdp/nodes copying mdp/nodes/rbm_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/sfa_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/svm_classifiers.py -> build/lib/mdp/nodes copying mdp/nodes/neural_gas_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/xsfa_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/pca_nodes_online.py -> build/lib/mdp/nodes copying mdp/nodes/mca_nodes_online.py -> build/lib/mdp/nodes copying mdp/nodes/__init__.py -> build/lib/mdp/nodes copying mdp/nodes/classifier_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/isfa_nodes.py -> build/lib/mdp/nodes copying mdp/nodes/sfa_nodes_online.py -> build/lib/mdp/nodes copying mdp/nodes/shogun_svm_classifier.py -> build/lib/mdp/nodes creating build/lib/mdp/utils copying mdp/utils/templet.py -> build/lib/mdp/utils copying mdp/utils/slideshow.py -> build/lib/mdp/utils copying mdp/utils/quad_forms.py -> build/lib/mdp/utils copying mdp/utils/covariance.py -> build/lib/mdp/utils copying mdp/utils/temporarydir.py -> build/lib/mdp/utils copying mdp/utils/symeig_semidefinite.py -> build/lib/mdp/utils copying mdp/utils/routines.py -> build/lib/mdp/utils copying mdp/utils/_symeig.py -> build/lib/mdp/utils copying mdp/utils/_ordered_dict.py -> build/lib/mdp/utils copying mdp/utils/introspection.py -> build/lib/mdp/utils copying mdp/utils/__init__.py -> build/lib/mdp/utils copying mdp/utils/progress_bar.py -> build/lib/mdp/utils creating build/lib/mdp/hinet copying mdp/hinet/flownode_online.py -> build/lib/mdp/hinet copying mdp/hinet/flownode.py -> build/lib/mdp/hinet copying mdp/hinet/switchboard_factory.py -> build/lib/mdp/hinet copying mdp/hinet/layer_online.py -> build/lib/mdp/hinet copying mdp/hinet/htmlvisitor.py -> build/lib/mdp/hinet copying mdp/hinet/__init__.py -> build/lib/mdp/hinet copying mdp/hinet/switchboard.py -> build/lib/mdp/hinet copying mdp/hinet/layer.py -> build/lib/mdp/hinet creating build/lib/mdp/test copying mdp/test/test_scikits.py -> build/lib/mdp/test copying mdp/test/test_GrowingNeuralGasNode.py -> build/lib/mdp/test copying mdp/test/test_PCANode.py -> build/lib/mdp/test copying mdp/test/test_stats_nodes_online.py -> build/lib/mdp/test copying mdp/test/test_reload.py -> build/lib/mdp/test copying mdp/test/test_node_metaclass.py -> build/lib/mdp/test copying mdp/test/test_GaussianClassifier.py -> build/lib/mdp/test copying mdp/test/test_CCIPCANode.py -> build/lib/mdp/test copying mdp/test/test_copying.py -> build/lib/mdp/test copying mdp/test/test_LinearRegressionNode.py -> build/lib/mdp/test copying mdp/test/test_graph.py -> build/lib/mdp/test copying mdp/test/test_utils.py -> build/lib/mdp/test copying mdp/test/test_nodes_generic.py -> build/lib/mdp/test copying mdp/test/test_SFANode.py -> build/lib/mdp/test copying mdp/test/test_PreseverDimNode.py -> build/lib/mdp/test copying mdp/test/test_parallelflows.py -> build/lib/mdp/test copying mdp/test/test_ISFANode.py -> build/lib/mdp/test copying mdp/test/test_TimeDelayNodes.py -> build/lib/mdp/test copying mdp/test/test_PolynomialExpansionNode.py -> build/lib/mdp/test copying mdp/test/test_IncSFANode.py -> build/lib/mdp/test copying mdp/test/test_iGSFANode.py -> build/lib/mdp/test copying mdp/test/test_parallelclassifiers.py -> build/lib/mdp/test copying mdp/test/test_KNNClassifier.py -> build/lib/mdp/test copying mdp/test/test_NormalizingRecursiveExpansionNode.py -> build/lib/mdp/test copying mdp/test/test_VariadicCumulator.py -> build/lib/mdp/test copying mdp/test/test_svm_classifier.py -> build/lib/mdp/test copying mdp/test/test_VartimeCovariance.py -> build/lib/mdp/test copying mdp/test/test_WhiteningNode.py -> build/lib/mdp/test copying mdp/test/test_FDANode.py -> build/lib/mdp/test copying mdp/test/test_parallelnodes.py -> build/lib/mdp/test copying mdp/test/conftest.py -> build/lib/mdp/test copying mdp/test/test_classifier.py -> build/lib/mdp/test copying mdp/test/test_schedule.py -> build/lib/mdp/test copying mdp/test/test_flows.py -> build/lib/mdp/test copying mdp/test/test_CutoffNode.py -> build/lib/mdp/test copying mdp/test/test_FANode.py -> build/lib/mdp/test copying mdp/test/test_metaclass_and_extensions.py -> build/lib/mdp/test copying mdp/test/test_TimeFrameNode.py -> build/lib/mdp/test copying mdp/test/test_EtaComputerNode.py -> build/lib/mdp/test copying mdp/test/test_NeuralGasNode.py -> build/lib/mdp/test copying mdp/test/test_tempdir.py -> build/lib/mdp/test copying mdp/test/test_RBFExpansionNode.py -> build/lib/mdp/test copying mdp/test/test_MCANode.py -> build/lib/mdp/test copying mdp/test/benchmark_mdp.py -> build/lib/mdp/test copying mdp/test/test_extension.py -> build/lib/mdp/test copying mdp/test/test_HistogramNode.py -> build/lib/mdp/test copying mdp/test/test_VartimeSFANode.py -> build/lib/mdp/test copying mdp/test/test_fastica.py -> build/lib/mdp/test copying mdp/test/test_ICANode.py -> build/lib/mdp/test copying mdp/test/test_onlinenode.py -> build/lib/mdp/test copying mdp/test/test_RBM.py -> build/lib/mdp/test copying mdp/test/test_NearestMeanClassifier.py -> build/lib/mdp/test copying mdp/test/test_caching.py -> build/lib/mdp/test copying mdp/test/test_Convolution2DNode.py -> build/lib/mdp/test copying mdp/test/test_hinet_generic.py -> build/lib/mdp/test copying mdp/test/test_pp_local.py -> build/lib/mdp/test copying mdp/test/test_seed.py -> build/lib/mdp/test copying mdp/test/test_RecursiveExpansionNode.py -> build/lib/mdp/test copying mdp/test/test_node_covariance.py -> build/lib/mdp/test copying mdp/test/test_utils_generic.py -> build/lib/mdp/test copying mdp/test/test_GeneralExpansionNode.py -> build/lib/mdp/test copying mdp/test/test_node_operations.py -> build/lib/mdp/test copying mdp/test/__init__.py -> build/lib/mdp/test copying mdp/test/ide_run.py -> build/lib/mdp/test copying mdp/test/test_process_schedule.py -> build/lib/mdp/test copying mdp/test/test_hinet.py -> build/lib/mdp/test copying mdp/test/_tools.py -> build/lib/mdp/test copying mdp/test/test_namespace_fixups.py -> build/lib/mdp/test copying mdp/test/test_online_flows_hinet.py -> build/lib/mdp/test copying mdp/test/test_AdaptiveCutoffNode.py -> build/lib/mdp/test copying mdp/test/test_SFA2Node.py -> build/lib/mdp/test copying mdp/test/test_GSFANode.py -> build/lib/mdp/test copying mdp/test/test_HitParadeNode.py -> build/lib/mdp/test copying mdp/test/test_NoiseNode.py -> build/lib/mdp/test copying mdp/test/test_config.py -> build/lib/mdp/test copying mdp/test/test_contrib.py -> build/lib/mdp/test copying mdp/test/test_pp_remote.py -> build/lib/mdp/test copying mdp/test/test_parallelhinet.py -> build/lib/mdp/test creating build/lib/mdp/graph copying mdp/graph/graph.py -> build/lib/mdp/graph copying mdp/graph/__init__.py -> build/lib/mdp/graph creating build/lib/mdp/caching copying mdp/caching/caching_extension.py -> build/lib/mdp/caching copying mdp/caching/__init__.py -> build/lib/mdp/caching creating build/lib/mdp/parallel copying mdp/parallel/process_schedule.py -> build/lib/mdp/parallel copying mdp/parallel/parallelnodes.py -> build/lib/mdp/parallel copying mdp/parallel/pp_slave_script.py -> build/lib/mdp/parallel copying mdp/parallel/parallelclassifiers.py -> build/lib/mdp/parallel copying mdp/parallel/parallelflows.py -> build/lib/mdp/parallel copying mdp/parallel/pp_support.py -> build/lib/mdp/parallel copying mdp/parallel/__init__.py -> build/lib/mdp/parallel copying mdp/parallel/pp_slave_wrapper.py -> build/lib/mdp/parallel copying mdp/parallel/parallelhinet.py -> build/lib/mdp/parallel copying mdp/parallel/scheduling.py -> build/lib/mdp/parallel copying mdp/parallel/thread_schedule.py -> build/lib/mdp/parallel creating build/lib/bimdp copying bimdp/biclassifier.py -> build/lib/bimdp copying bimdp/binode.py -> build/lib/bimdp copying bimdp/__init__.py -> build/lib/bimdp copying bimdp/biflow.py -> build/lib/bimdp creating build/lib/bimdp/hinet copying bimdp/hinet/biflownode.py -> build/lib/bimdp/hinet copying bimdp/hinet/biswitchboard.py -> build/lib/bimdp/hinet copying bimdp/hinet/bilayer.py -> build/lib/bimdp/hinet copying bimdp/hinet/bihtmlvisitor.py -> build/lib/bimdp/hinet copying bimdp/hinet/__init__.py -> build/lib/bimdp/hinet creating build/lib/bimdp/inspection copying bimdp/inspection/facade.py -> build/lib/bimdp/inspection copying bimdp/inspection/tracer.py -> build/lib/bimdp/inspection copying bimdp/inspection/slideshow.py -> build/lib/bimdp/inspection copying bimdp/inspection/utils.py -> build/lib/bimdp/inspection copying bimdp/inspection/__init__.py -> build/lib/bimdp/inspection creating build/lib/bimdp/nodes copying bimdp/nodes/miscnodes.py -> build/lib/bimdp/nodes copying bimdp/nodes/gradient.py -> build/lib/bimdp/nodes copying bimdp/nodes/autogen.py -> build/lib/bimdp/nodes copying bimdp/nodes/__init__.py -> build/lib/bimdp/nodes creating build/lib/bimdp/parallel copying bimdp/parallel/parallelbihinet.py -> build/lib/bimdp/parallel copying bimdp/parallel/parallelbiflow.py -> build/lib/bimdp/parallel copying bimdp/parallel/__init__.py -> build/lib/bimdp/parallel creating build/lib/bimdp/test copying bimdp/test/test_binode.py -> build/lib/bimdp/test copying bimdp/test/test_gradient.py -> build/lib/bimdp/test copying bimdp/test/test_parallelbiflow.py -> build/lib/bimdp/test copying bimdp/test/test_biflow.py -> build/lib/bimdp/test copying bimdp/test/conftest.py -> build/lib/bimdp/test copying bimdp/test/test_bihinet.py -> build/lib/bimdp/test copying bimdp/test/test_parallelbihinet.py -> build/lib/bimdp/test copying bimdp/test/__init__.py -> build/lib/bimdp/test copying bimdp/test/ide_run.py -> build/lib/bimdp/test copying bimdp/test/_tools.py -> build/lib/bimdp/test copying bimdp/test/test_namespace_fixups.py -> build/lib/bimdp/test copying mdp/utils/slideshow.css -> build/lib/mdp/utils copying mdp/hinet/hinet.css -> build/lib/mdp/hinet + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D7bPcK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 + cd MDP-3.6 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection copying build/lib/bimdp/inspection/facade.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection copying build/lib/bimdp/inspection/tracer.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection copying build/lib/bimdp/inspection/slideshow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection copying build/lib/bimdp/inspection/utils.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection copying build/lib/bimdp/inspection/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes copying build/lib/bimdp/nodes/miscnodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes copying build/lib/bimdp/nodes/gradient.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes copying build/lib/bimdp/nodes/autogen.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes copying build/lib/bimdp/nodes/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes copying build/lib/bimdp/biclassifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_binode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_gradient.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_parallelbiflow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_biflow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/conftest.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_bihinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_parallelbihinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/ide_run.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/_tools.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test copying build/lib/bimdp/test/test_namespace_fixups.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel copying build/lib/bimdp/parallel/parallelbihinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel copying build/lib/bimdp/parallel/parallelbiflow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel copying build/lib/bimdp/parallel/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/hinet/biflownode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/hinet/biswitchboard.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/hinet/bilayer.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/hinet/bihtmlvisitor.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/hinet/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet copying build/lib/bimdp/binode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp copying build/lib/bimdp/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp copying build/lib/bimdp/biflow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/configuration.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/stats_nodes_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/nipals.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/ica_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/fda_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/scikits_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/regression_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/lle_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/recursive_expansion_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/em_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/gsfa_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/jade.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/misc_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/expansion_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/pca_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/convolution_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/libsvm_classifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/rbm_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/sfa_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/svm_classifiers.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/neural_gas_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/xsfa_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/pca_nodes_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/mca_nodes_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/classifier_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/isfa_nodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/sfa_nodes_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/nodes/shogun_svm_classifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes copying build/lib/mdp/helper_funcs.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/linear_flows_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/caching copying build/lib/mdp/caching/caching_extension.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/caching copying build/lib/mdp/caching/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/caching creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_scikits.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_GrowingNeuralGasNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_PCANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_stats_nodes_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_reload.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_node_metaclass.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_GaussianClassifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_CCIPCANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_copying.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_LinearRegressionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_graph.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_utils.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_nodes_generic.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_SFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_PreseverDimNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_parallelflows.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_ISFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_TimeDelayNodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_PolynomialExpansionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_IncSFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_iGSFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_parallelclassifiers.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_KNNClassifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_NormalizingRecursiveExpansionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_VariadicCumulator.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_svm_classifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_VartimeCovariance.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_WhiteningNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_FDANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_parallelnodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/conftest.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_classifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_schedule.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_flows.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_CutoffNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_FANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_metaclass_and_extensions.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_TimeFrameNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_EtaComputerNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_NeuralGasNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_tempdir.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_RBFExpansionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_MCANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/benchmark_mdp.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_extension.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_HistogramNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_VartimeSFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_fastica.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_ICANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_onlinenode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_RBM.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_NearestMeanClassifier.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_caching.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_Convolution2DNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_hinet_generic.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_pp_local.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_seed.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_RecursiveExpansionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_node_covariance.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_utils_generic.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_GeneralExpansionNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_node_operations.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/ide_run.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_process_schedule.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_hinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/_tools.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_namespace_fixups.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_online_flows_hinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_AdaptiveCutoffNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_SFA2Node.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_GSFANode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_HitParadeNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_NoiseNode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_config.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_contrib.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_pp_remote.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/test/test_parallelhinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test copying build/lib/mdp/linear_flows.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/classifier_node.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/repo_revision.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/process_schedule.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/parallelnodes.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/pp_slave_script.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/parallelclassifiers.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/parallelflows.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/pp_support.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/pp_slave_wrapper.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/parallelhinet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/scheduling.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel copying build/lib/mdp/parallel/thread_schedule.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/templet.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/slideshow.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/quad_forms.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/covariance.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/temporarydir.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/symeig_semidefinite.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/routines.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/slideshow.css -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/_symeig.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/_ordered_dict.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/introspection.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils copying build/lib/mdp/utils/progress_bar.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/flownode_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/flownode.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/switchboard_factory.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/layer_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/htmlvisitor.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/switchboard.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/hinet.css -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet copying build/lib/mdp/hinet/layer.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet creating /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/graph copying build/lib/mdp/graph/graph.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/graph copying build/lib/mdp/graph/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/graph copying build/lib/mdp/extension.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/signal_node_online.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/__init__.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp copying build/lib/mdp/signal_node.py -> /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection/facade.py to facade.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection/tracer.py to tracer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection/slideshow.py to slideshow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/inspection/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes/miscnodes.py to miscnodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes/gradient.py to gradient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes/autogen.py to autogen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/biclassifier.py to biclassifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_binode.py to test_binode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_gradient.py to test_gradient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_parallelbiflow.py to test_parallelbiflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_biflow.py to test_biflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_bihinet.py to test_bihinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_parallelbihinet.py to test_parallelbihinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/ide_run.py to ide_run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/_tools.py to _tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/test/test_namespace_fixups.py to test_namespace_fixups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel/parallelbihinet.py to parallelbihinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel/parallelbiflow.py to parallelbiflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/parallel/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet/biflownode.py to biflownode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet/biswitchboard.py to biswitchboard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet/bilayer.py to bilayer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet/bihtmlvisitor.py to bihtmlvisitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/hinet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/binode.py to binode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/bimdp/biflow.py to biflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/configuration.py to configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/stats_nodes_online.py to stats_nodes_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/nipals.py to nipals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/ica_nodes.py to ica_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/fda_nodes.py to fda_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/scikits_nodes.py to scikits_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/regression_nodes.py to regression_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/lle_nodes.py to lle_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/recursive_expansion_nodes.py to recursive_expansion_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/em_nodes.py to em_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/gsfa_nodes.py to gsfa_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/jade.py to jade.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/misc_nodes.py to misc_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/expansion_nodes.py to expansion_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/pca_nodes.py to pca_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/convolution_nodes.py to convolution_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/libsvm_classifier.py to libsvm_classifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/rbm_nodes.py to rbm_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/sfa_nodes.py to sfa_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/svm_classifiers.py to svm_classifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/neural_gas_nodes.py to neural_gas_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/xsfa_nodes.py to xsfa_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/pca_nodes_online.py to pca_nodes_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/mca_nodes_online.py to mca_nodes_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/classifier_nodes.py to classifier_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/isfa_nodes.py to isfa_nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/sfa_nodes_online.py to sfa_nodes_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/nodes/shogun_svm_classifier.py to shogun_svm_classifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/helper_funcs.py to helper_funcs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/linear_flows_online.py to linear_flows_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/caching/caching_extension.py to caching_extension.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/caching/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_scikits.py to test_scikits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_GrowingNeuralGasNode.py to test_GrowingNeuralGasNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_PCANode.py to test_PCANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_stats_nodes_online.py to test_stats_nodes_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_reload.py to test_reload.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_node_metaclass.py to test_node_metaclass.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_GaussianClassifier.py to test_GaussianClassifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_CCIPCANode.py to test_CCIPCANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_copying.py to test_copying.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_LinearRegressionNode.py to test_LinearRegressionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_graph.py to test_graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_nodes_generic.py to test_nodes_generic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_SFANode.py to test_SFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_PreseverDimNode.py to test_PreseverDimNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_parallelflows.py to test_parallelflows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_ISFANode.py to test_ISFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_TimeDelayNodes.py to test_TimeDelayNodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_PolynomialExpansionNode.py to test_PolynomialExpansionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_IncSFANode.py to test_IncSFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_iGSFANode.py to test_iGSFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_parallelclassifiers.py to test_parallelclassifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_KNNClassifier.py to test_KNNClassifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_NormalizingRecursiveExpansionNode.py to test_NormalizingRecursiveExpansionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_VariadicCumulator.py to test_VariadicCumulator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_svm_classifier.py to test_svm_classifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_VartimeCovariance.py to test_VartimeCovariance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_WhiteningNode.py to test_WhiteningNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_FDANode.py to test_FDANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_parallelnodes.py to test_parallelnodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_classifier.py to test_classifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_schedule.py to test_schedule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_flows.py to test_flows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_CutoffNode.py to test_CutoffNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_FANode.py to test_FANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_metaclass_and_extensions.py to test_metaclass_and_extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_TimeFrameNode.py to test_TimeFrameNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_EtaComputerNode.py to test_EtaComputerNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_NeuralGasNode.py to test_NeuralGasNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_tempdir.py to test_tempdir.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_RBFExpansionNode.py to test_RBFExpansionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_MCANode.py to test_MCANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/benchmark_mdp.py to benchmark_mdp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_extension.py to test_extension.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_HistogramNode.py to test_HistogramNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_VartimeSFANode.py to test_VartimeSFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_fastica.py to test_fastica.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_ICANode.py to test_ICANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_onlinenode.py to test_onlinenode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_RBM.py to test_RBM.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_NearestMeanClassifier.py to test_NearestMeanClassifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_caching.py to test_caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_Convolution2DNode.py to test_Convolution2DNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_hinet_generic.py to test_hinet_generic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_pp_local.py to test_pp_local.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_seed.py to test_seed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_RecursiveExpansionNode.py to test_RecursiveExpansionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_node_covariance.py to test_node_covariance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_utils_generic.py to test_utils_generic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_GeneralExpansionNode.py to test_GeneralExpansionNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_node_operations.py to test_node_operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/ide_run.py to ide_run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_process_schedule.py to test_process_schedule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_hinet.py to test_hinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/_tools.py to _tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_namespace_fixups.py to test_namespace_fixups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_online_flows_hinet.py to test_online_flows_hinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_AdaptiveCutoffNode.py to test_AdaptiveCutoffNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_SFA2Node.py to test_SFA2Node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_GSFANode.py to test_GSFANode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_HitParadeNode.py to test_HitParadeNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_NoiseNode.py to test_NoiseNode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_contrib.py to test_contrib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_pp_remote.py to test_pp_remote.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/test/test_parallelhinet.py to test_parallelhinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/linear_flows.py to linear_flows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/classifier_node.py to classifier_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/repo_revision.py to repo_revision.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/process_schedule.py to process_schedule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/parallelnodes.py to parallelnodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/pp_slave_script.py to pp_slave_script.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/parallelclassifiers.py to parallelclassifiers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/parallelflows.py to parallelflows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/pp_support.py to pp_support.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/pp_slave_wrapper.py to pp_slave_wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/parallelhinet.py to parallelhinet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/scheduling.py to scheduling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/parallel/thread_schedule.py to thread_schedule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/templet.py to templet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/slideshow.py to slideshow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/quad_forms.py to quad_forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/covariance.py to covariance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/temporarydir.py to temporarydir.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/symeig_semidefinite.py to symeig_semidefinite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/routines.py to routines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/_symeig.py to _symeig.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/_ordered_dict.py to _ordered_dict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/utils/progress_bar.py to progress_bar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/flownode_online.py to flownode_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/flownode.py to flownode.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/switchboard_factory.py to switchboard_factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/layer_online.py to layer_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/htmlvisitor.py to htmlvisitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/switchboard.py to switchboard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/hinet/layer.py to layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/graph/graph.py to graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/graph/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/extension.py to extension.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/signal_node_online.py to signal_node_online.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/mdp/signal_node.py to signal_node.cpython-39.pyc writing byte-compilation script '/tmp/tmpb3__4948.py' /usr/bin/python3 /tmp/tmpb3__4948.py removing /tmp/tmpb3__4948.py running install_egg_info running egg_info writing MDP.egg-info/PKG-INFO writing dependency_links to MDP.egg-info/dependency_links.txt writing requirements to MDP.egg-info/requires.txt writing top-level names to MDP.egg-info/top_level.txt reading manifest file 'MDP.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'MDP.egg-info/SOURCES.txt' Copying MDP.egg-info to /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9/site-packages/MDP-3.6-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64//usr/share/doc/python-MDP + '[' -d doc ']' ~/build/BUILDROOT/python-MDP-3.6-1.x86_64 ~/build/BUILD/MDP-3.6 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/MDP-3.6 + popd + mv /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 3.6-1 --unique-debug-suffix -3.6-1.x86_64 --unique-debug-src-base python-MDP-3.6-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/MDP-3.6 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-MDP-3.6-1.noarch Provides: python-MDP python3-MDP = 3.6-1 python3.9dist(mdp) = 3.6 python3dist(mdp) = 3.6 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.9 python3.9dist(future) python3.9dist(numpy) Processing files: python-MDP-help-3.6-1.noarch warning: Empty %files file /builddir/build/BUILD/MDP-3.6/doclist.lst Provides: python-MDP-help = 3.6-1 python3-MDP-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 Wrote: /builddir/build/RPMS/python-MDP-help-3.6-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-MDP-3.6-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Gogdo8 + umask 022 + cd /builddir/build/BUILD + cd MDP-3.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-MDP-3.6-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0