Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1253866 Details for
Bug 1424193
python-pyriemann: FTBFS in rawhide
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 41.68 KB, created by
Fedora Release Engineering
on 2017-02-17 16:15:10 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2017-02-17 16:15:10 UTC
Size:
41.68 KB
patch
obsolete
>Mock Version: 1.3.3 >Mock Version: 1.3.3 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyriemann.spec'], logger=<mockbuild.trace_decorator.getLog object at 0x7f711f244358>printOutput=Falsetimeout=172800uid=1000shell=FalsechrootPath='/var/lib/mock/f26-build-7649743-694546/root'env={'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}gid=425user='mockbuild') >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyriemann.spec'] with env {'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-pyriemann-0.2.3-8.fc26.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyriemann.spec'], private_network=Truegid=425printOutput=Falsetimeout=172800uid=1000shell=FalsechrootPath='/var/lib/mock/f26-build-7649743-694546/root'env={'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}logger=<mockbuild.trace_decorator.getLog object at 0x7f711f244358>user='mockbuild') >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyriemann.spec'] with env {'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WqSHbl >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf python-pyriemann-0.2.3 >+ /usr/bin/mkdir -p python-pyriemann-0.2.3 >+ cd python-pyriemann-0.2.3 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/pyriemann-0.2.3.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ mv pyRiemann-0.2.3 python2 >~/build/BUILD/python-pyriemann-0.2.3/python2 ~/build/BUILD/python-pyriemann-0.2.3 >Patch #0 (0001-Fix-16.patch): >+ pushd python2 >+ echo 'Patch #0 (0001-Fix-16.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >patching file pyriemann/clustering.py >patching file pyriemann/utils/distance.py >~/build/BUILD/python-pyriemann-0.2.3 >+ popd >+ cp -a python2 python3 >+ 2to3 --write --nobackups python3/ >RefactoringTool: Skipping optional fixer: buffer >RefactoringTool: Skipping optional fixer: idioms >RefactoringTool: Skipping optional fixer: set_literal >RefactoringTool: Skipping optional fixer: ws_comma >RefactoringTool: No changes to python3/setup.py >RefactoringTool: Refactored python3/doc/source/conf.py >RefactoringTool: Refactored python3/examples/ERP/classify_EEG_multiclass.py >RefactoringTool: Refactored python3/examples/ERP/classify_MEG.py >RefactoringTool: Refactored python3/examples/ERP/classify_MEG_multiclass.py >RefactoringTool: Refactored python3/examples/ERP/plot_classify_EEG.py >--- python3/doc/source/conf.py (original) >+++ python3/doc/source/conf.py (refactored) >@@ -63,9 +63,9 @@ > master_doc = 'index' > > # General information about the project. >-project = u'pyRiemann' >-copyright = u'2015, Alexandre Barachant' >-author = u'Alexandre Barachant' >+project = 'pyRiemann' >+copyright = '2015, Alexandre Barachant' >+author = 'Alexandre Barachant' > > # The version info for the project you're documenting, acts as replacement for > # |version| and |release|, also used in various other places throughout the >@@ -239,8 +239,8 @@ > # (source start file, target name, title, > # author, documentclass [howto, manual, or own class]). > latex_documents = [ >- (master_doc, 'pyRiemann.tex', u'pyRiemann Documentation', >- u'Alexandre Barachant', 'manual'), >+ (master_doc, 'pyRiemann.tex', 'pyRiemann Documentation', >+ 'Alexandre Barachant', 'manual'), > ] > > # The name of an image file (relative to this directory) to place at the top of >@@ -269,7 +269,7 @@ > # One entry per manual page. List of tuples > # (source start file, name, description, authors, manual section). > man_pages = [ >- (master_doc, 'pyriemann', u'pyRiemann Documentation', >+ (master_doc, 'pyriemann', 'pyRiemann Documentation', > [author], 1) > ] > >@@ -283,7 +283,7 @@ > # (source start file, target name, title, author, > # dir menu entry, description, category) > texinfo_documents = [ >- (master_doc, 'pyriemann', u'pyRiemann Documentation', >+ (master_doc, 'pyriemann', 'pyRiemann Documentation', > author, 'pyriemann', 'One line description of project.', > 'Miscellaneous'), > ] >--- python3/examples/ERP/classify_EEG_multiclass.py (original) >+++ python3/examples/ERP/classify_EEG_multiclass.py (refactored) >@@ -78,8 +78,8 @@ > clf.fit(epochs_data[train_idx], y_train) > pr[test_idx] = clf.predict(epochs_data[test_idx]) > >-print classification_report(labels,pr) >-print confusion_matrix(labels,pr) >+print(classification_report(labels,pr)) >+print(confusion_matrix(labels,pr)) > > print('Multiclass classification with XDAWN + FgMDM') > clf = Pipeline([('COV',XdawnCovariances(n_components)),('MDM',FgMDM())]) >@@ -90,5 +90,5 @@ > clf.fit(epochs_data[train_idx], y_train) > pr[test_idx] = clf.predict(epochs_data[test_idx]) > >-print classification_report(labels,pr) >-print confusion_matrix(labels,pr) >+print(classification_report(labels,pr)) >+print(confusion_matrix(labels,pr)) >--- python3/examples/ERP/classify_MEG.py (original) >+++ python3/examples/ERP/classify_MEG.py (refactored) >@@ -82,8 +82,8 @@ > # Printing the results > class_balance = np.mean(labels == labels[0]) > class_balance = max(class_balance, 1. - class_balance) >-print("Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >- class_balance)) >+print(("Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >+ class_balance))) > > # spatial patterns > xd = XdawnCovariances(n_components) >--- python3/examples/ERP/classify_MEG_multiclass.py (original) >+++ python3/examples/ERP/classify_MEG_multiclass.py (refactored) >@@ -80,8 +80,8 @@ > clf.fit(epochs_data[train_idx], y_train) > pr[test_idx] = clf.predict(epochs_data[test_idx]) > >-print classification_report(labels,pr) >-print confusion_matrix(labels,pr) >+print(classification_report(labels,pr)) >+print(confusion_matrix(labels,pr)) > > print('Multiclass classification with XDAWN + FgMDM') > clf = Pipeline([('COV',XdawnCovariances(n_components)),('MDM',FgMDM())]) >@@ -92,8 +92,8 @@ > clf.fit(epochs_data[train_idx], y_train) > pr[test_idx] = clf.predict(epochs_data[test_idx]) > >-print classification_report(labels,pr) >-print confusion_matrix(labels,pr) >+print(classification_report(labels,pr)) >+print(confusion_matrix(labels,pr)) > > # spatial patterns > xd = XdawnCovariances(n_components) >--- python3/examples/ERP/plot_classify_EEG.py (original) >+++ python3/examples/ERP/plot_classify_EEG.py (refactored) >@@ -76,5 +76,5 @@ > # Printing the results > class_balance = np.mean(labels == labels[0]) > class_balance = max(class_balance,RefactoringTool: Refactored python3/examples/motor-imagery/plot_single.py >RefactoringTool: Refactored python3/examples/stats/plot_oneWay_Manova.py >RefactoringTool: Refactored python3/examples/stats/plot_oneWay_Manova_frequency.py >RefactoringTool: Refactored python3/examples/stats/plot_oneWay_Manova_time.py >RefactoringTool: Refactored python3/examples/stats/plot_twoWay_Manova.py >RefactoringTool: Refactored python3/pyriemann/channelselection.py > 1. - class_balance) >-print("Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >- class_balance)) >+print(("Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >+ class_balance))) >--- python3/examples/motor-imagery/plot_single.py (original) >+++ python3/examples/motor-imagery/plot_single.py (refactored) >@@ -72,8 +72,8 @@ > # Printing the results > class_balance = np.mean(labels == labels[0]) > class_balance = max(class_balance, 1. - class_balance) >-print("MDM Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >- class_balance)) >+print(("MDM Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >+ class_balance))) > > ############################################################################### > # Classification with Tangent Space Logistic Regression >@@ -87,8 +87,8 @@ > # Printing the results > class_balance = np.mean(labels == labels[0]) > class_balance = max(class_balance, 1. - class_balance) >-print("TS + LR Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >- class_balance)) >+print(("TS + LR Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >+ class_balance))) > ############################################################################### > # Classification with CSP + linear discrimant analysis > >@@ -103,5 +103,5 @@ > # Printing the results > class_balance = np.mean(labels == labels[0]) > class_balance = max(class_balance, 1. - class_balance) >-print("CSP + LDA Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >- class_balance)) >+print(("CSP + LDA Classification accuracy: %f / Chance level: %f" % (np.mean(scores), >+ class_balance))) >--- python3/examples/stats/plot_oneWay_Manova.py (original) >+++ python3/examples/stats/plot_oneWay_Manova.py (refactored) >@@ -48,7 +48,7 @@ > p_test = PermutationTest(5000) > p,F = p_test.test(covmats,labels) > p_test.plot() >-print p_test.summary() >+print(p_test.summary()) > > plt.show() > >--- python3/examples/stats/plot_oneWay_Manova_frequency.py (original) >+++ python3/examples/stats/plot_oneWay_Manova_frequency.py (refactored) >@@ -55,7 +55,7 @@ > for i in range(covmats.shape[3]): > p_test = PermutationTest(5000) > p,F = p_test.test(covmats[:,:,:,i],labels) >- print p_test.summary() >+ print(p_test.summary()) > pv.append(p) > Fv.append(F[0]) > >--- python3/examples/stats/plot_oneWay_Manova_time.py (original) >+++ python3/examples/stats/plot_oneWay_Manova_time.py (refactored) >@@ -51,7 +51,7 @@ > Nwindow = 20 > Ns = epochs_data.shape[2] > step = int((Ns-window)/Nwindow ) >-time_bins = range(0,Ns-window,step) >+time_bins = list(range(0,Ns-window,step)) > > pv = [] > Fv = [] >@@ -60,7 +60,7 @@ > covmats = covest.fit_transform(epochs_data[:,::1,t:(t+window)]) > p_test = PermutationTest(5000) > p,F = p_test.test(covmats,labels) >- print p_test.summary() >+ print(p_test.summary()) > pv.append(p) > Fv.append(F[0]) > >--- python3/examples/stats/plot_twoWay_Manova.py (original) >+++ python3/examples/stats/plot_twoWay_Manova.py (refactored) >@@ -50,7 +50,7 @@ > p_test = PermutationTestTwoWay(5000) > p,F = p_test.test(covmats,session,labels,['session','handsVsFeets']) > p_test.plot() >-print p_test.summary() >+print(p_test.summary()) > > plt.show() > >--- python3/pyriemann/channelselection.py (orRefactoringTool: Refactored python3/pyriemann/classification.py >RefactoringTool: Refactored python3/pyriemann/clustering.py >RefactoringTool: No changes to python3/pyriemann/estimation.py >RefactoringTool: No changes to python3/pyriemann/spatialfilters.py >RefactoringTool: No changes to python3/pyriemann/stats.py >RefactoringTool: No changes to python3/pyriemann/tangentspace.py >RefactoringTool: No changes to python3/pyriemann/utils/base.py >RefactoringTool: Refactored python3/pyriemann/utils/covariance.py >RefactoringTool: No changes to python3/pyriemann/utils/distance.py >RefactoringTool: No changes to python3/pyriemann/utils/geodesic.py >RefactoringTool: Refactored python3/pyriemann/utils/mean.py >RefactoringTool: No changes to python3/pyriemann/utils/tangentspace.py >RefactoringTool: No changes to python3/tests/test_channelselection.py >RefactoringTool: No changes to python3/tests/test_classification.py >RefactoringTool: No changes to python3/tests/test_clustering.py >RefactoringTool: No changes to python3/tests/test_estimation.py >RefactoringTool: No changes to python3/tests/test_spatialfilters.py >RefactoringTool: No changes to python3/tests/test_stats.py >RefactoringTool: No changes to python3/tests/test_tangentspace.py >RefactoringTool: No changes to python3/tests/test_utils_base.py >RefactoringTool: No changes to python3/tests/test_utils_covariance.py >RefactoringTool: No changes to python3/tests/test_utils_distance.py >RefactoringTool: No changes to python3/tests/test_utils_geodesic.py >RefactoringTool: No changes to python3/tests/test_utils_mean.py >RefactoringTool: No changes to python3/tests/test_utils_tangent_space.py >RefactoringTool: Files that were modified: >RefactoringTool: python3/setup.py >RefactoringTool: python3/doc/source/conf.py >RefactoringTool: python3/examples/ERP/classify_EEG_multiclass.py >RefactoringTool: python3/examples/ERP/classify_MEG.py >RefactoringTool: python3/examples/ERP/classify_MEG_multiclass.py >RefactoringTool: python3/examples/ERP/plot_classify_EEG.py >RefactoringTool: python3/examples/motor-imagery/plot_single.py >RefactoringTool: python3/examples/stats/plot_oneWay_Manova.py >RefactoringTool: python3/examples/stats/plot_oneWay_Manova_frequency.py >RefactoringTool: python3/examples/stats/plot_oneWay_Manova_time.py >RefactoringTool: python3/examples/stats/plot_twoWay_Manova.py >RefactoringTool: python3/pyriemann/channelselection.py >RefactoringTool: python3/pyriemann/classification.py >RefactoringTool: python3/pyriemann/clustering.py >RefactoringTool: python3/pyriemann/estimation.py >RefactoringTool: python3/pyriemann/spatialfilters.py >RefactoringTool: python3/pyriemann/stats.py >RefactoringTool: python3/pyriemann/tangentspace.py >RefactoringTool: python3/pyriemann/utils/base.py >RefactoringTool: python3/pyriemann/utils/covariance.py >RefactoringTool: python3/pyriemann/utils/distance.py >RefactoringTool: python3/pyriemann/utils/geodesic.py >RefactoringTool: python3/pyriemann/utils/mean.py >RefactoringTool: python3/pyriemann/utils/tangentspace.py >RefactoringTool: python3/tests/test_channelselection.py >RefactoringTool: python3/tests/test_classification.py >RefactoringTool: python3/tests/test_clustering.py >RefactoringTool: python3/tests/test_estimation.py >RefactoringTool: python3/tests/test_spatialfilters.py >RefactoringTool: python3/tests/test_stats.py >RefactoringTool: python3/tests/test_tangentspace.py >RefactoringTool: python3/tests/test_utils_base.py >RefactoringTool: python3/tests/test_utils_covariance.py >RefactoringTool: python3/tests/test_utils_distance.py >RefactoringTool: python3/tests/test_utils_geodesic.py >RefactoringTool: python3/tests/test_utils_mean.py >RefactoringTool: python3/tests/test_utils_tangent_space.py >iginal) >+++ python3/pyriemann/channelselection.py (refactored) >@@ -86,7 +86,7 @@ > > Ne, _ = self.covmeans[0].shape > >- self.subelec = range(0, Ne, 1) >+ self.subelec = list(range(0, Ne, 1)) > while (len(self.subelec)) > self.nelec: > di = numpy.zeros((len(self.subelec), 1)) > for idx in range(len(self.subelec)): >@@ -118,5 +118,5 @@ > The covariances matrices after reduction of the number of channels. > """ > if self.subelec is None: >- self.subelec = range(0, X.shape[1], 1) >+ self.subelec = list(range(0, X.shape[1], 1)) > return X[:, self.subelec, :][:, :, self.subelec] >--- python3/pyriemann/classification.py (original) >+++ python3/pyriemann/classification.py (refactored) >@@ -71,7 +71,7 @@ > elif isinstance(metric, dict): > # check keys > for key in ['mean', 'distance']: >- if key not in metric.keys(): >+ if key not in list(metric.keys()): > raise KeyError('metric must contain "mean" and "distance"') > > self.metric_mean = metric['mean'] >@@ -228,7 +228,7 @@ > elif isinstance(metric, dict): > # check keys > for key in ['mean', 'distance']: >- if key not in metric.keys(): >+ if key not in list(metric.keys()): > raise KeyError('metric must contain "mean" and "distance"') > > self.metric_mean = metric['mean'] >--- python3/pyriemann/clustering.py (original) >+++ python3/pyriemann/clustering.py (refactored) >@@ -155,7 +155,7 @@ > metric=self.metric, > max_iter=self.max_iter, > tol=self.tol) >- labels, inertia, mdm = zip(res) >+ labels, inertia, mdm = list(zip(res)) > else: > > res = Parallel(n_jobs=self.n_jobs, verbose=0)( >@@ -167,7 +167,7 @@ > max_iter=self.max_iter, > tol=self.tol) > for seed in seeds) >- labels, inertia, mdm = zip(*res) >+ labels, inertia, mdm = list(zip(*res)) > > best = numpy.argmin(inertia) > mdm = mdm[best] >--- python3/pyriemann/utils/covariance.py (original) >+++ python3/pyriemann/utils/covariance.py (refactored) >@@ -43,7 +43,7 @@ > if callable(est): > # All good (cross your fingers) > pass >- elif est in estimators.keys(): >+ elif est in list(estimators.keys()): > # Map the corresponding estimator > est = estimators[est] > else: >@@ -52,7 +52,7 @@ > '%s is not an valid estimator ! Valid estimators are : %s or a callable function' % > (est, > (' , ').join( >- estimators.keys()))) >+ list(estimators.keys())))) > return est > > >--- python3/pyriemann/utils/mean.py (original) >+++ python3/pyriemann/utils/mean.py (refactored) >@@ -130,7 +130,7 @@ > > C = Cnew > if k == maxiter: >- print 'Max iter reach' >+ print('Max iter reach') > return C > > >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nZWpMf >+ umask 022 >+ cd /builddir/build/BUILD >+ cd python-pyriemann-0.2.3 >+ pushd python2 >~/build/BUILD/python-pyriemann-0.2.3/python2 ~/build/BUILD/python-pyriemann-0.2.3 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' >+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' >running build >running build_py >creating build >creating build/lib >creating build/lib/pyriemann >copying pyriemann/tangentspace.py -> build/lib/pyriemann >copying pyriemann/estimation.py -> build/lib/pyriemann >copying pyriemann/classification.py -> build/lib/pyriemann >copying pyriemann/spatialfilters.py -> build/lib/pyriemann >copying pyriemann/channelselection.py -> build/lib/pyriemann >copying pyriemann/clustering.py -> build/lib/pyriemann >copying pyriemann/stats.py -> build/lib/pyriemann >copying pyriemann/__init__.py -> build/lib/pyriemann >creating build/lib/pyriemann/utils >copying pyriemann/utils/tangentspace.py -> build/lib/pyriemann/utils >copying pyriemann/utils/base.py -> build/lib/pyriemann/utils >copying pyriemann/utils/distance.py -> build/lib/pyriemann/utils >copying pyriemann/utils/mean.py -> build/lib/pyriemann/utils >copying pyriemann/utils/covariance.py -> build/lib/pyriemann/utils >copying pyriemann/utils/geodesic.py -> build/lib/pyriemann/utils >copying pyriemann/utils/__init__.py -> build/lib/pyriemann/utils >+ sleep 1 >+ popd >~/build/BUILD/python-pyriemann-0.2.3 >~/build/BUILD/python-pyriemann-0.2.3/python3 ~/build/BUILD/python-pyriemann-0.2.3 >+ pushd python3 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' >+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' >running build >running build_py >creating build >creating build/lib >creating build/lib/pyriemann >copying pyriemann/tangentspace.py -> build/lib/pyriemann >copying pyriemann/estimation.py -> build/lib/pyriemann >copying pyriemann/classification.py -> build/lib/pyriemann >copying pyriemann/spatialfilters.py -> build/lib/pyriemann >copying pyriemann/channelselection.py -> build/lib/pyriemann >copying pyriemann/clustering.py -> build/lib/pyriemann >copying pyriemann/stats.py -> build/lib/pyriemann >copying pyriemann/__init__.py -> build/lib/pyriemann >creating build/lib/pyriemann/utils >copying pyriemann/utils/tangentspace.py -> build/lib/pyriemann/utils >copying pyriemann/utils/base.py -> build/lib/pyriemann/utils >copying pyriemann/utils/distance.py -> build/lib/pyriemann/utils >copying pyriemann/utils/mean.py -> build/lib/pyriemann/utils >copying pyriemann/utils/covariance.py -> build/lib/pyriemann/utils >copying pyriemann/utils/geodesic.py -> build/lib/pyriemann/utils >copying pyriemann/utils/__init__.py -> build/lib/pyriemann/utils >+ sleep 1 >+ popd >~/build/BUILD/python-pyriemann-0.2.3 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m3IKRh >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch >++ dirname /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch >+ cd python-pyriemann-0.2.3 >+ pushd python2 >~/build/BUILD/python-pyriemann-0.2.3/python2 ~/build/BUILD/python-pyriemann-0.2.3 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' >+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/tangentspace.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/estimation.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/classification.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/tangentspace.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/base.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/distance.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/mean.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/covariance.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/geodesic.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/__init__.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils >copying build/lib/pyriemann/spatialfilters.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/channelselection.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/clustering.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/stats.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >copying build/lib/pyriemann/__init__.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/tangentspace.py to tangentspace.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/estimation.py to estimation.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/classification.py to classification.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/tangentspace.py to tangentspace.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/base.py to base.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/distance.py to distance.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/mean.py to mean.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/covariance.py to covariance.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/geodesic.py to geodesic.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/utils/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/spatialfilters.py to spatialfilters.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/channelselection.py to channelselection.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/clustering.py to clustering.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/stats.py to stats.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/__init__.py to __init__.pyc >writing byte-compilation script '/tmp/tmp0PxtFq.py' >/usr/bin/python2 -O /tmp/tmp0PxtFq.py >removing /tmp/tmp0PxtFq.py >running install_egg_info >running egg_info >creating pyriemann.egg-info >writing requirements to pyriemann.egg-info/requires.txt >writing pyriemann.egg-info/PKG-INFO >writing top-level names to pyriemann.egg-info/top_level.txt >writing dependency_links to pyriemann.egg-info/dependency_links.txt >writing manifest file 'pyriemann.egg-info/SOURCES.txt' >reading manifest file 'pyriemann.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'pyriemann.egg-info/SOURCES.txt' >Copying pyriemann.egg-info to /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann-0.2.3-py2.7.egg-info >running install_scripts >~/build/BUILD/python-pyriemann-0.2.3 >~/build/BUILD/python-pyriemann-0.2.3/python3 ~/build/BUILD/python-pyriemann-0.2.3 >+ popd >+ pushd python3 >+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' >+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6 >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/tangentspace.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/estimation.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/classification.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >creating /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/tangentspace.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/base.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/distance.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/mean.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/covariance.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/geodesic.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/utils/__init__.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils >copying build/lib/pyriemann/spatialfilters.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/channelselection.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/clustering.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/stats.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >copying build/lib/pyriemann/__init__.py -> /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/tangentspace.py to tangentspace.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/estimation.py to estimation.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/classification.py to classification.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/tangentspace.py to tangentspace.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/base.py to base.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/distance.py to distance.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/mean.py to mean.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/covariance.py to covariance.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/geodesic.py to geodesic.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/utils/__init__.py to __init__.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/spatialfilters.py to spatialfilters.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/channelselection.py to channelselection.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/clustering.py to clustering.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/stats.py to stats.cpython-36.pyc >byte-compiling /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann/__init__.py to __init__.cpython-36.pyc >writing byte-compilation script '/tmp/tmp5i0prad7.py' >/usr/bin/python3 /tmp/tmp5i0prad7.py >removing /tmp/tmp5i0prad7.py >running install_egg_info >running egg_info >creating pyriemann.egg-info >writing pyriemann.egg-info/PKG-INFO >writing dependency_links to pyriemann.egg-info/dependency_links.txt >writing requirements to pyriemann.egg-info/requires.txt >writing top-level names to pyriemann.egg-info/top_level.txt >writing manifest file 'pyriemann.egg-info/SOURCES.txt' >reading manifest file 'pyriemann.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'pyriemann.egg-info/SOURCES.txt' >Copying pyriemann.egg-info to /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6/site-packages/pyriemann-0.2.3-py3.6.egg-info >running install_scripts >+ popd >~/build/BUILD/python-pyriemann-0.2.3 >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/python-pyriemann-0.2.3 >find: 'debug': No such file or directory >+ /usr/lib/rpm/check-buildroot >+ /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 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python3.6 using /usr/bin/python3.6 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IPQBwo >+ umask 022 >+ cd /builddir/build/BUILD >~/build/BUILD/python-pyriemann-0.2.3/python2/tests ~/build/BUILD/python-pyriemann-0.2.3 >+ cd python-pyriemann-0.2.3 >+ pushd python2/tests >+ PYTHONPATH=/builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages >+ nosetests-2.7 -v >/usr/lib64/python2.7/site-packages/sklearn/lda.py:6: DeprecationWarning: lda.LDA has been moved to discriminant_analysis.LinearDiscriminantAnalysis in 0.17 and will be removed in 0.19 > "in 0.17 and will be removed in 0.19", DeprecationWarning) >Test transform of channelselection. ... ok >Test init of MDM ... ok >Test Fit of MDM ... ok >Test prediction of MDM ... ok >Test Fit & predict of MDM ... ok >Test transform of MDM ... ok >Test init of FgMDM ... ok >Test Fit of FgMDM ... ok >Test prediction of FgMDM ... ok >Test init of Kmeans ... ok >Test Fit of Kmeans ... ok >Test Fit of Kmeans wit matric initialization ... ok >Test Fit of Kmeans with a given y ... ok >Test Fit of Kmeans using paralell ... ok >Test prediction of Kmeans ... ok >Test transform of Kmeans ... ok >Test init of Kmeans PCT ... ok >Test Fit of Kmeans PCT ... ok >Test Transform of Kmeans PCT ... ok >Test fit Covariances ... ok >Test fit ERPCovariances ... ok >Test fit ERPCovariances ... ok >Test fit CospCovariances ... ok >Test init of Xdawn ... ok >Test Fit of Xdawn ... ok >Test transform of Xdawn ... ok >Test one way permutation test ... ok >Test two way permutation test ... /builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/stats.py:121: RuntimeWarning: invalid value encountered in divide > (numpy.float(numpy.sum(truc))) >/builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/stats.py:236: RuntimeWarning: invalid value encountered in less_equal > self.p_value = (self.F[0, :] <= self.F).sum( >ok >Test init of Tangent. ... ok >Test Fit of Tangent Space. ... ok >Test transform of Tangent Space. ... ok >Test transform of Tangent Space without fit. ... ok >Test transform of Tangent Space with TSupdate. ... ok >Test inverse transform of Tangent Space. ... ok >Test inverse transform of Tangent Space without fit. ... ERROR >Test init of FGDA. ... ok >Test Fit of FGDA. ... ok >Test transform of FGDA. ... ok >Test matrix square root ... ok >Test matrix inverse square root ... ok >Test matrix logarithm ... ok >Test matrix exponential ... ok >Test matrix power ... ok >Test covariance for multiple estimator ... ok >Test covariance_EP for multiple estimator ... ok >Test eegtocov ... ok >Test eegtocov ... ok >Test riemannian distance ... ok >Test kullback divergence ... ok >Test euclidean distance ... ok >Test logeuclid distance ... ok >Test logdet distance ... ok >Test riemannian distance for generic function ... ok >Test euclidean distance for generic function ... ok >Test logdet distance for generic function ... ok >Test logeuclid distance for generic function ... ok >Test logeuclid distance for generic function ... ok >Test riemannian geodesic when alpha = 0 ... ok >TTest riemannian geodesic when alpha = 1 ... ok >Test riemannian geodesic when alpha = 0.5 ... ok >Test euclidean geodesic when alpha = 0 ... ok >TTest euclidean geodesic when alpha = 1 ... ok >Test euclidean geodesic when alpha = 0.5 ... ok >Test log euclidean geodesic when alpha = 0 ... ok >TTest log euclidean geodesic when alpha = 1 ... ok >Test log euclidean geodesic when alpha = 0.5 ... ok >Test riemannian geodesic when alpha = 0.5 for global function ... ok >Test euclidean geodesic when alpha = 0.5 for global function ... ok >Test riemannian geodesic when alpha = 0.5 for global function ... ok >Test the riemannian mean ... ok >Test the riemannian mean with init ... ok >Test the logeuclidean mean ... ok >Test the euclidean mean ... ok >Test the logdet mean ... ok >Test the logdet mean ... ok >Test the logdet mean ... ok >Test mean_covariance for riemannian metric ... ok >Test mean_covariance for logdet metric ... ok >Test mean_covariance for logeuclid metric ... ok >Test mean_covariance for euclidean metric ... ok >Test tangent space projection ... ok >Test untangent space projection ... ok >Test tangent space projection and retro-projection should be the same ... ok >====================================================================== >ERROR: Test inverse transform of Tangent Space without fit. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/builddir/build/BUILD/python-pyriemann-0.2.3/python2/tests/test_tangentspace.py", line 68, in test_TangentSpace_inversetransform_without_fit > ts.inverse_transform(tsv) > File "/builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/tangentspace.py", line 178, in inverse_transform > self._check_reference_points(X) > File "/builddir/build/BUILDROOT/python-pyriemann-0.2.3-8.fc26.noarch/usr/lib/python2.7/site-packages/pyriemann/tangentspace.py", line 110, in _check_reference_points > self.Cr = numpy.eye(self._check_data_dim(X)) > File "/usr/lib64/python2.7/site-packages/numpy/lib/twodim_base.py", line 180, in eye > m = zeros((N, M), dtype=dtype) >TypeError: 'numpy.float64' object cannot be interpreted as an index >---------------------------------------------------------------------- >Ran 83 tests in 3.598s >FAILED (errors=1) >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.IPQBwo (%check) > Bad exit status from /var/tmp/rpm-tmp.IPQBwo (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 578, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyriemann.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1424193
: 1253866 |
1253867
|
1253868