+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/python-pywt.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.S1uxsv
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf pywt-0.5.2
+ /usr/bin/gzip -dc /builddir/build/SOURCES/PyWavelets-0.5.2.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pywt-0.5.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -i '1{\@^#!/usr/bin/env python@d}' pywt/tests/test__pywt.py pywt/tests/test_concurrent.py pywt/tests/test_cwt_wavelets.py pywt/tests/test_data.py pywt/tests/test_deprecations.py pywt/tests/test_doc.py pywt/tests/test_dwt_idwt.py pywt/tests/test_functions.py pywt/tests/test_matlab_compatibility.py pywt/tests/test_matlab_compatibility_cwt.py pywt/tests/test_modes.py pywt/tests/test_multidim.py pywt/tests/test_multilevel.py pywt/tests/test_perfect_reconstruction.py pywt/tests/test_swt.py pywt/tests/test_thresholding.py pywt/tests/test_wavelet.py pywt/tests/test_wp.py pywt/tests/test_wp2d.py
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ncS3nP
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s'
Compiling pywt/_extensions/_pywt.pyx because it changed.
Compiling pywt/_extensions/_dwt.pyx because it changed.
Compiling pywt/_extensions/_swt.pyx because it changed.
Compiling pywt/_extensions/_cwt.pyx because it changed.
[1/4] Cythonizing pywt/_extensions/_cwt.pyx
[2/4] Cythonizing pywt/_extensions/_dwt.pyx
[3/4] Cythonizing pywt/_extensions/_pywt.pyx
[4/4] Cythonizing pywt/_extensions/_swt.pyx
running build
running build_py
creating build
creating build/lib.linux-riscv64-2.7
creating build/lib.linux-riscv64-2.7/pywt
copying pywt/_swt.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_functions.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_cwt.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_multidim.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_thresholding.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_dwt.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_wavelet_packets.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/_multilevel.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/__init__.py -> build/lib.linux-riscv64-2.7/pywt
copying pywt/version.py -> build/lib.linux-riscv64-2.7/pywt
creating build/lib.linux-riscv64-2.7/pywt/_extensions
copying pywt/_extensions/__init__.py -> build/lib.linux-riscv64-2.7/pywt/_extensions
creating build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/create_dat.py -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/__init__.py -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/_readers.py -> build/lib.linux-riscv64-2.7/pywt/data
creating build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_wp.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_doc.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_multidim.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_concurrent.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_data.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_matlab_compatibility_cwt.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_cwt_wavelets.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_wp2d.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_multilevel.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_wavelet.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_modes.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_swt.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_dwt_idwt.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_thresholding.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_perfect_reconstruction.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_deprecations.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_functions.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test__pywt.py -> build/lib.linux-riscv64-2.7/pywt/tests
copying pywt/tests/test_matlab_compatibility.py -> build/lib.linux-riscv64-2.7/pywt/tests
creating build/lib.linux-riscv64-2.7/pywt/tests/data
copying pywt/tests/data/cwt_matlabR2015b_result.npz -> build/lib.linux-riscv64-2.7/pywt/tests/data
copying pywt/tests/data/dwt_matlabR2012a_result.npz -> build/lib.linux-riscv64-2.7/pywt/tests/data
copying pywt/tests/data/generate_matlab_data_cwt.py -> build/lib.linux-riscv64-2.7/pywt/tests/data
copying pywt/tests/data/generate_matlab_data.py -> build/lib.linux-riscv64-2.7/pywt/tests/data
copying pywt/data/ecg.npy -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/ascent.npz -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/camera.npz -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/sst_nino3.npz -> build/lib.linux-riscv64-2.7/pywt/data
copying pywt/data/aero.npz -> build/lib.linux-riscv64-2.7/pywt/data
running build_clib
building 'c_wt' library
creating build/temp.linux-riscv64-2.7
creating build/temp.linux-riscv64-2.7/pywt
creating build/temp.linux-riscv64-2.7/pywt/_extensions
creating build/temp.linux-riscv64-2.7/pywt/_extensions/c
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python2.7 -c pywt/_extensions/c/common.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/c/common.o
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/common.c:7:
/usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200112L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/common.c:7:
/usr/include/features.h:265:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/common.c:7:
/usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
 #define _XOPEN_SOURCE 600
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/common.c:7:
/usr/include/features.h:202:0: note: this is the location of the previous definition
 # define _XOPEN_SOURCE 700
 
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python2.7 -c pywt/_extensions/c/convolution.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/c/convolution.o
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/convolution.h:3,
                 from pywt/_extensions/c/convolution.c:1:
/usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200112L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/convolution.h:3,
                 from pywt/_extensions/c/convolution.c:1:
/usr/include/features.h:265:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/convolution.h:3,
                 from pywt/_extensions/c/convolution.c:1:
/usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
 #define _XOPEN_SOURCE 600
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/convolution.h:3,
                 from pywt/_extensions/c/convolution.c:1:
/usr/include/features.h:202:0: note: this is the location of the previous definition
 # define _XOPEN_SOURCE 700
 
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python2.7 -c pywt/_extensions/c/wt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/c/wt.o
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/wt.h:3,
                 from pywt/_extensions/c/wt.c:1:
/usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200112L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/wt.h:3,
                 from pywt/_extensions/c/wt.c:1:
/usr/include/features.h:265:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/wt.h:3,
                 from pywt/_extensions/c/wt.c:1:
/usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
 #define _XOPEN_SOURCE 600
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/wt.h:3,
                 from pywt/_extensions/c/wt.c:1:
/usr/include/features.h:202:0: note: this is the location of the previous definition
 # define _XOPEN_SOURCE 700
 
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c: In function 'float_downcoef_axis':
pywt/_extensions/c/wt.template.c:133:39: warning: passing argument 1 of 'float_swt_a' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_a)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected 'float *' but argument is of type 'const float *'
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:134:39: warning: passing argument 3 of 'float_swt_a' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected 'DiscreteWavelet * {aka struct <anonymous> *}' but argument is of type 'const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}'
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:139:39: warning: passing argument 1 of 'float_swt_d' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_d)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected 'float *' but argument is of type 'const float *'
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:140:39: warning: passing argument 3 of 'float_swt_d' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected 'DiscreteWavelet * {aka struct <anonymous> *}' but argument is of type 'const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}'
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c: In function 'double_downcoef_axis':
pywt/_extensions/c/wt.template.c:133:39: warning: passing argument 1 of 'double_swt_a' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_a)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected 'double *' but argument is of type 'const double *'
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:134:39: warning: passing argument 3 of 'double_swt_a' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected 'DiscreteWavelet * {aka struct <anonymous> *}' but argument is of type 'const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}'
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:139:39: warning: passing argument 1 of 'double_swt_d' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_d)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected 'double *' but argument is of type 'const double *'
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:140:39: warning: passing argument 3 of 'double_swt_d' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected 'DiscreteWavelet * {aka struct <anonymous> *}' but argument is of type 'const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}'
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro 'CAT_HELPER'
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro 'CAT'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro 'TYPE'
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python2.7 -c pywt/_extensions/c/wavelets.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/c/wavelets.o
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/wavelets.h:9,
                 from pywt/_extensions/c/wavelets.c:8:
/usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200112L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/wavelets.h:9,
                 from pywt/_extensions/c/wavelets.c:8:
/usr/include/features.h:265:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/wavelets.h:9,
                 from pywt/_extensions/c/wavelets.c:8:
/usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
 #define _XOPEN_SOURCE 600
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/wavelets.h:9,
                 from pywt/_extensions/c/wavelets.c:8:
/usr/include/features.h:202:0: note: this is the location of the previous definition
 # define _XOPEN_SOURCE 700
 
pywt/_extensions/c/wavelets.c: In function 'is_discrete_wavelet':
pywt/_extensions/c/wavelets.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python2.7 -c pywt/_extensions/c/cwt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/c/cwt.o
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/cwt.h:3,
                 from pywt/_extensions/c/cwt.c:1:
/usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
 #define _POSIX_C_SOURCE 200112L
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/cwt.h:3,
                 from pywt/_extensions/c/cwt.c:1:
/usr/include/features.h:265:0: note: this is the location of the previous definition
 # define _POSIX_C_SOURCE 200809L
 
In file included from /usr/include/python2.7/pyconfig.h:6:0,
                 from /usr/include/python2.7/Python.h:8,
                 from pywt/_extensions/c/common.h:20,
                 from pywt/_extensions/c/cwt.h:3,
                 from pywt/_extensions/c/cwt.c:1:
/usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
 #define _XOPEN_SOURCE 600
 
In file included from /usr/include/bits/libc-header-start.h:33:0,
                 from /usr/include/stdlib.h:25,
                 from pywt/_extensions/c/common.h:11,
                 from pywt/_extensions/c/cwt.h:3,
                 from pywt/_extensions/c/cwt.c:1:
/usr/include/features.h:202:0: note: this is the location of the previous definition
 # define _XOPEN_SOURCE 700
 
ar rc build/temp.linux-riscv64-2.7/libc_wt.a build/temp.linux-riscv64-2.7/pywt/_extensions/c/common.o build/temp.linux-riscv64-2.7/pywt/_extensions/c/convolution.o build/temp.linux-riscv64-2.7/pywt/_extensions/c/wt.o build/temp.linux-riscv64-2.7/pywt/_extensions/c/wavelets.o build/temp.linux-riscv64-2.7/pywt/_extensions/c/cwt.o
running build_ext
building 'pywt._extensions._pywt' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pywt/_extensions/_pywt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/_pywt.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_pywt.c:577:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/pywt/_extensions/_pywt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-2.7 -lc_wt -lpython2.7 -lc_wt -o build/lib.linux-riscv64-2.7/pywt/_extensions/_pywt.so
building 'pywt._extensions._dwt' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pywt/_extensions/_dwt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/_dwt.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_dwt.c:576:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/pywt/_extensions/_dwt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-2.7 -lc_wt -lpython2.7 -lc_wt -o build/lib.linux-riscv64-2.7/pywt/_extensions/_dwt.so
building 'pywt._extensions._swt' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pywt/_extensions/_swt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/_swt.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_swt.c:578:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/pywt/_extensions/_swt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-2.7 -lc_wt -lpython2.7 -lc_wt -o build/lib.linux-riscv64-2.7/pywt/_extensions/_swt.so
building 'pywt._extensions._cwt' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pywt/_extensions/_cwt.c -o build/temp.linux-riscv64-2.7/pywt/_extensions/_cwt.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_cwt.c:576:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/pywt/_extensions/_cwt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-2.7 -lc_wt -lpython2.7 -lc_wt -o build/lib.linux-riscv64-2.7/pywt/_extensions/_cwt.so
+ sleep 1
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
creating build/lib.linux-riscv64-3.6
creating build/lib.linux-riscv64-3.6/pywt
copying pywt/_swt.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_functions.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_cwt.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_multidim.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_thresholding.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_dwt.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_wavelet_packets.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/_multilevel.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/__init__.py -> build/lib.linux-riscv64-3.6/pywt
copying pywt/version.py -> build/lib.linux-riscv64-3.6/pywt
creating build/lib.linux-riscv64-3.6/pywt/_extensions
copying pywt/_extensions/__init__.py -> build/lib.linux-riscv64-3.6/pywt/_extensions
creating build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/create_dat.py -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/__init__.py -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/_readers.py -> build/lib.linux-riscv64-3.6/pywt/data
creating build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_wp.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_doc.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_multidim.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_concurrent.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_data.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_matlab_compatibility_cwt.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_cwt_wavelets.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_wp2d.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_multilevel.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_wavelet.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_modes.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_swt.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_dwt_idwt.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_thresholding.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_perfect_reconstruction.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_deprecations.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_functions.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test__pywt.py -> build/lib.linux-riscv64-3.6/pywt/tests
copying pywt/tests/test_matlab_compatibility.py -> build/lib.linux-riscv64-3.6/pywt/tests
creating build/lib.linux-riscv64-3.6/pywt/tests/data
copying pywt/tests/data/cwt_matlabR2015b_result.npz -> build/lib.linux-riscv64-3.6/pywt/tests/data
copying pywt/tests/data/dwt_matlabR2012a_result.npz -> build/lib.linux-riscv64-3.6/pywt/tests/data
copying pywt/tests/data/generate_matlab_data_cwt.py -> build/lib.linux-riscv64-3.6/pywt/tests/data
copying pywt/tests/data/generate_matlab_data.py -> build/lib.linux-riscv64-3.6/pywt/tests/data
copying pywt/data/ecg.npy -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/ascent.npz -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/camera.npz -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/sst_nino3.npz -> build/lib.linux-riscv64-3.6/pywt/data
copying pywt/data/aero.npz -> build/lib.linux-riscv64-3.6/pywt/data
running build_clib
building 'c_wt' library
creating build/temp.linux-riscv64-3.6
creating build/temp.linux-riscv64-3.6/pywt
creating build/temp.linux-riscv64-3.6/pywt/_extensions
creating build/temp.linux-riscv64-3.6/pywt/_extensions/c
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python3.6m -c pywt/_extensions/c/common.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/c/common.o
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python3.6m -c pywt/_extensions/c/convolution.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/c/convolution.o
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python3.6m -c pywt/_extensions/c/wt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/c/wt.o
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c: In function ‘float_downcoef_axis’:
pywt/_extensions/c/wt.template.c:133:39: warning: passing argument 1 of ‘float_swt_a’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_a)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected ‘float *’ but argument is of type ‘const float *’
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:134:39: warning: passing argument 3 of ‘float_swt_a’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected ‘DiscreteWavelet * {aka struct <anonymous> *}’ but argument is of type ‘const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}’
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:139:39: warning: passing argument 1 of ‘float_swt_d’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_d)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected ‘float *’ but argument is of type ‘const float *’
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:8:0:
pywt/_extensions/c/wt.template.c:140:39: warning: passing argument 3 of ‘float_swt_d’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:11:14: note: expected ‘DiscreteWavelet * {aka struct <anonymous> *}’ but argument is of type ‘const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}’
 #define TYPE float
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c: In function ‘double_downcoef_axis’:
pywt/_extensions/c/wt.template.c:133:39: warning: passing argument 1 of ‘double_swt_a’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_a)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected ‘double *’ but argument is of type ‘const double *’
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:134:39: warning: passing argument 3 of ‘double_swt_a’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected ‘DiscreteWavelet * {aka struct <anonymous> *}’ but argument is of type ‘const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}’
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:67:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:67:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_a)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:139:39: warning: passing argument 1 of ‘double_swt_d’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                     CAT(TYPE, _swt_d)(input_row, input_info.shape[axis],
                                       ^~~~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected ‘double *’ but argument is of type ‘const double *’
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
In file included from pywt/_extensions/c/wt.c:12:0:
pywt/_extensions/c/wt.template.c:140:39: warning: passing argument 3 of ‘double_swt_d’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                                       wavelet,
                                       ^~~~~~~
In file included from pywt/_extensions/c/convolution.template.h:7:0,
                 from pywt/_extensions/c/convolution.h:10,
                 from pywt/_extensions/c/wt.h:4,
                 from pywt/_extensions/c/wt.c:1:
pywt/_extensions/c/wt.h:15:14: note: expected ‘DiscreteWavelet * {aka struct <anonymous> *}’ but argument is of type ‘const DiscreteWavelet * const restrict {aka const struct <anonymous> * const restrict}’
 #define TYPE double
              ^
pywt/_extensions/c/templating.h:3:26: note: in definition of macro ‘CAT_HELPER’
 #define CAT_HELPER(A, B) A##B
                          ^
pywt/_extensions/c/wt.template.h:72:5: note: in expansion of macro ‘CAT’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
     ^~~
pywt/_extensions/c/wt.template.h:72:9: note: in expansion of macro ‘TYPE’
 int CAT(TYPE, _swt_d)(TYPE input[], pywt_index_t input_len,
         ^~~~
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python3.6m -c pywt/_extensions/c/wavelets.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/c/wavelets.o
pywt/_extensions/c/wavelets.c: In function ‘is_discrete_wavelet’:
pywt/_extensions/c/wavelets.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions/c -I/usr/include/python3.6m -c pywt/_extensions/c/cwt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/c/cwt.o
ar rc build/temp.linux-riscv64-3.6/libc_wt.a build/temp.linux-riscv64-3.6/pywt/_extensions/c/common.o build/temp.linux-riscv64-3.6/pywt/_extensions/c/convolution.o build/temp.linux-riscv64-3.6/pywt/_extensions/c/wt.o build/temp.linux-riscv64-3.6/pywt/_extensions/c/wavelets.o build/temp.linux-riscv64-3.6/pywt/_extensions/c/cwt.o
running build_ext
building 'pywt._extensions._pywt' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -Ipywt/_extensions -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c pywt/_extensions/_pywt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/_pywt.o
In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_pywt.c:577:
/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/pywt/_extensions/_pywt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-3.6 -lc_wt -lpython3.6m -lc_wt -o build/lib.linux-riscv64-3.6/pywt/_extensions/_pywt.cpython-36m-riscv64-linux-gnu.so
building 'pywt._extensions._dwt' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c pywt/_extensions/_dwt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/_dwt.o
In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_dwt.c:576:
/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/pywt/_extensions/_dwt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-3.6 -lc_wt -lpython3.6m -lc_wt -o build/lib.linux-riscv64-3.6/pywt/_extensions/_dwt.cpython-36m-riscv64-linux-gnu.so
building 'pywt._extensions._swt' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c pywt/_extensions/_swt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/_swt.o
In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_swt.c:578:
/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/pywt/_extensions/_swt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-3.6 -lc_wt -lpython3.6m -lc_wt -o build/lib.linux-riscv64-3.6/pywt/_extensions/_swt.cpython-36m-riscv64-linux-gnu.so
building 'pywt._extensions._cwt' extension
gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DPY_EXTENSION -I./pywt/_extensions -Ipywt/_extensions/c -I/usr/lib64/python3.6/site-packages/numpy/core/include -I/usr/include/python3.6m -c pywt/_extensions/_cwt.c -o build/temp.linux-riscv64-3.6/pywt/_extensions/_cwt.o
In file included from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from pywt/_extensions/_cwt.c:576:
/usr/lib64/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-3.6/pywt/_extensions/_cwt.o -L/usr/lib64 -Lbuild/temp.linux-riscv64-3.6 -lc_wt -lpython3.6m -lc_wt -o build/lib.linux-riscv64-3.6/pywt/_extensions/_cwt.cpython-36m-riscv64-linux-gnu.so
+ sleep 1
+ pushd doc
~/build/BUILD/pywt-0.5.2/doc ~/build/BUILD/pywt-0.5.2
++ readlink -f ../build/lib.linux-riscv64-3.6
+ export PYTHONPATH=/builddir/build/BUILD/pywt-0.5.2/build/lib.linux-riscv64-3.6
+ PYTHONPATH=/builddir/build/BUILD/pywt-0.5.2/build/lib.linux-riscv64-3.6
+ make html SPHINXBUILD=sphinx-build-3.6
sphinx-build-3.6 -b html -d build/doctrees   source build/html
Running Sphinx v1.6.6
making output directory...
WARNING: The config value `copyright' has type `Markup', defaults to `str'.
PyWavelets (VERSION 0.5.2)
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 40 source files that are out of date
updating environment: 40 added, 0 changed, 0 removed
reading sources... [  2%] contents
reading sources... [  5%] dev/building_extension
reading sources... [  7%] dev/how_to_release
reading sources... [ 10%] dev/index
reading sources... [ 12%] dev/installing_build_dependencies
reading sources... [ 15%] dev/preparing_linux_build_environment
reading sources... [ 17%] dev/preparing_windows_build_environment
reading sources... [ 20%] dev/testing
reading sources... [ 22%] index
reading sources... [ 25%] overview
reading sources... [ 27%] ref/2d-dwt-and-idwt
reading sources... [ 30%] ref/cwt
reading sources... [ 32%] ref/dwt-coefficient-handling
reading sources... [ 35%] ref/dwt-discrete-wavelet-transform
reading sources... [ 37%] ref/idwt-inverse-discrete-wavelet-transform
reading sources... [ 40%] ref/index
reading sources... [ 42%] ref/iswt-inverse-stationary-wavelet-transform
reading sources... [ 45%] ref/nd-dwt-and-idwt
reading sources... [ 47%] ref/other-functions
reading sources... [ 50%] ref/signal-extension-modes
reading sources... [ 52%] ref/swt-stationary-wavelet-transform
reading sources... [ 55%] ref/thresholding-functions
reading sources... [ 57%] ref/wavelet-packets
reading sources... [ 60%] ref/wavelets
reading sources... [ 62%] regression/dwt-idwt
reading sources... [ 65%] regression/gotchas
reading sources... [ 67%] regression/index
reading sources... [ 70%] regression/modes
reading sources... [ 72%] regression/multilevel
reading sources... [ 75%] regression/wavelet
reading sources... [ 77%] regression/wp
reading sources... [ 80%] regression/wp2d
reading sources... [ 82%] release.0.3.0
reading sources... [ 85%] release.0.4.0
reading sources... [ 87%] release.0.5.0
reading sources... [ 90%] release.0.5.1
reading sources... [ 92%] release.0.5.2
reading sources... [ 95%] releasenotes
reading sources... [ 97%] resources
reading sources... [100%] substitutions

looking for now-outdated files... none found
pickling environment... done
checking consistency... /builddir/build/BUILD/pywt-0.5.2/doc/source/overview.rst: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [  2%] contents
writing output... [  5%] dev/building_extension
writing output... [  7%] dev/how_to_release
writing output... [ 10%] dev/index
writing output... [ 12%] dev/installing_build_dependencies
writing output... [ 15%] dev/preparing_linux_build_environment
writing output... [ 17%] dev/preparing_windows_build_environment
writing output... [ 20%] dev/testing
writing output... [ 22%] index
writing output... [ 25%] overview
writing output... [ 27%] ref/2d-dwt-and-idwt
writing output... [ 30%] ref/cwt
writing output... [ 32%] ref/dwt-coefficient-handling
writing output... [ 35%] ref/dwt-discrete-wavelet-transform
writing output... [ 37%] ref/idwt-inverse-discrete-wavelet-transform
writing output... [ 40%] ref/index
writing output... [ 42%] ref/iswt-inverse-stationary-wavelet-transform
writing output... [ 45%] ref/nd-dwt-and-idwt
writing output... [ 47%] ref/other-functions
writing output... [ 50%] ref/signal-extension-modes
writing output... [ 52%] ref/swt-stationary-wavelet-transform
writing output... [ 55%] ref/thresholding-functions
writing output... [ 57%] ref/wavelet-packets
writing output... [ 60%] ref/wavelets
writing output... [ 62%] regression/dwt-idwt
writing output... [ 65%] regression/gotchas
writing output... [ 67%] regression/index
writing output... [ 70%] regression/modes
writing output... [ 72%] regression/multilevel
writing output... [ 75%] regression/wavelet
writing output... [ 77%] regression/wp
writing output... [ 80%] regression/wp2d
writing output... [ 82%] release.0.3.0
writing output... [ 85%] release.0.4.0
writing output... [ 87%] release.0.5.0
writing output... [ 90%] release.0.5.1
writing output... [ 92%] release.0.5.2
writing output... [ 95%] releasenotes
writing output... [ 97%] resources
writing output... [100%] substitutions

generating indices... genindex
writing additional pages... search opensearch
copying static files... WARNING: favicon file 'favicon.ico' does not exist
done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 3 warnings.

Build finished. The HTML pages are in build/html.
+ find -name .buildinfo -delete
+ popd
~/build/BUILD/pywt-0.5.2
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NCMYKB
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
+ cd pywt-0.5.2
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/ecg.npy -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/ascent.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/camera.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/sst_nino3.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/aero.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/create_dat.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/data/_readers.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data
copying build/lib.linux-riscv64-2.7/pywt/_swt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_functions.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_multidim.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_thresholding.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_dwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_wavelet_packets.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/_multilevel.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
copying build/lib.linux-riscv64-2.7/pywt/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-2.7/pywt/tests/data/generate_matlab_data_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-2.7/pywt/tests/data/cwt_matlabR2015b_result.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-2.7/pywt/tests/data/dwt_matlabR2012a_result.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-2.7/pywt/tests/data/generate_matlab_data.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-2.7/pywt/tests/test_wp.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_doc.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_multidim.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_concurrent.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_data.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_matlab_compatibility_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_cwt_wavelets.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_wp2d.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_multilevel.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_wavelet.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_modes.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_swt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_dwt_idwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_thresholding.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_perfect_reconstruction.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_deprecations.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_functions.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test__pywt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/tests/test_matlab_compatibility.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests
copying build/lib.linux-riscv64-2.7/pywt/version.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-2.7/pywt/_extensions/_dwt.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-2.7/pywt/_extensions/_pywt.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-2.7/pywt/_extensions/_swt.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-2.7/pywt/_extensions/_cwt.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-2.7/pywt/_extensions/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data/create_dat.py to create_dat.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/data/_readers.py to _readers.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_swt.py to _swt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_functions.py to _functions.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_cwt.py to _cwt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_multidim.py to _multidim.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_thresholding.py to _thresholding.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_dwt.py to _dwt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_wavelet_packets.py to _wavelet_packets.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_multilevel.py to _multilevel.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data/generate_matlab_data_cwt.py to generate_matlab_data_cwt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/data/generate_matlab_data.py to generate_matlab_data.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_wp.py to test_wp.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_doc.py to test_doc.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_multidim.py to test_multidim.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_concurrent.py to test_concurrent.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_data.py to test_data.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_matlab_compatibility_cwt.py to test_matlab_compatibility_cwt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_cwt_wavelets.py to test_cwt_wavelets.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_wp2d.py to test_wp2d.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_multilevel.py to test_multilevel.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_wavelet.py to test_wavelet.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_modes.py to test_modes.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_swt.py to test_swt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_dwt_idwt.py to test_dwt_idwt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_thresholding.py to test_thresholding.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_perfect_reconstruction.py to test_perfect_reconstruction.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_deprecations.py to test_deprecations.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_functions.py to test_functions.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test__pywt.py to test__pywt.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/tests/test_matlab_compatibility.py to test_matlab_compatibility.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/version.py to version.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/pywt/_extensions/__init__.py to __init__.pyc
writing byte-compilation script '/tmp/tmpIKa5V3.py'
/usr/bin/python2 -O /tmp/tmpIKa5V3.py
removing /tmp/tmpIKa5V3.py
running install_egg_info
running egg_info
creating PyWavelets.egg-info
writing requirements to PyWavelets.egg-info/requires.txt
writing PyWavelets.egg-info/PKG-INFO
writing top-level names to PyWavelets.egg-info/top_level.txt
writing dependency_links to PyWavelets.egg-info/dependency_links.txt
writing manifest file 'PyWavelets.egg-info/SOURCES.txt'
reading manifest file 'PyWavelets.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'cythonize.dat'
no previously-included directories found matching 'build'
warning: no previously-included files matching '*.egg' found anywhere in distribution
warning: no previously-included files matching '*.egg-info' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
writing manifest file 'PyWavelets.egg-info/SOURCES.txt'
Copying PyWavelets.egg-info to /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7/site-packages/PyWavelets-0.5.2-py2.7.egg-info
running install_scripts
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/data/__pycache__/_readers.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/data/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/data/ecg.npy -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/ascent.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/camera.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/sst_nino3.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/aero.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/create_dat.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/data/_readers.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data
copying build/lib.linux-riscv64-3.6/pywt/_swt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_functions.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_cwt.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_multidim.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_thresholding.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/version.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_functions.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_wavelet_packets.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_swt.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_multilevel.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/__pycache__/_dwt.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_multidim.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_thresholding.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_dwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_wavelet_packets.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/_multilevel.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
copying build/lib.linux-riscv64-3.6/pywt/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-3.6/pywt/tests/data/generate_matlab_data_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-3.6/pywt/tests/data/cwt_matlabR2015b_result.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-3.6/pywt/tests/data/dwt_matlabR2012a_result.npz -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-3.6/pywt/tests/data/generate_matlab_data.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data
copying build/lib.linux-riscv64-3.6/pywt/tests/test_wp.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_doc.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_multidim.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_concurrent.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_data.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_matlab_compatibility_cwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_cwt_wavelets.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_wp2d.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_multilevel.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_wavelet.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_modes.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_swt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_dwt_idwt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_thresholding.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_perfect_reconstruction.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_deprecations.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_functions.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test__pywt.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/tests/test_matlab_compatibility.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests
copying build/lib.linux-riscv64-3.6/pywt/version.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
creating /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/_extensions/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions/__pycache__
copying build/lib.linux-riscv64-3.6/pywt/_extensions/_dwt.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-3.6/pywt/_extensions/_pywt.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-3.6/pywt/_extensions/_cwt.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-3.6/pywt/_extensions/__init__.py -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
copying build/lib.linux-riscv64-3.6/pywt/_extensions/_swt.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/_extensions
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/data/create_dat.py to create_dat.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data/generate_matlab_data_cwt.py to generate_matlab_data_cwt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/data/generate_matlab_data.py to generate_matlab_data.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_wp.py to test_wp.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_doc.py to test_doc.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_multidim.py to test_multidim.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_concurrent.py to test_concurrent.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_data.py to test_data.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_matlab_compatibility_cwt.py to test_matlab_compatibility_cwt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_cwt_wavelets.py to test_cwt_wavelets.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_wp2d.py to test_wp2d.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_multilevel.py to test_multilevel.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_wavelet.py to test_wavelet.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_modes.py to test_modes.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_swt.py to test_swt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_dwt_idwt.py to test_dwt_idwt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_thresholding.py to test_thresholding.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_perfect_reconstruction.py to test_perfect_reconstruction.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_deprecations.py to test_deprecations.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_functions.py to test_functions.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test__pywt.py to test__pywt.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/pywt/tests/test_matlab_compatibility.py to test_matlab_compatibility.cpython-36.pyc
writing byte-compilation script '/tmp/tmphaufv6sc.py'
/usr/bin/python3 /tmp/tmphaufv6sc.py
removing /tmp/tmphaufv6sc.py
running install_egg_info
running egg_info
writing PyWavelets.egg-info/PKG-INFO
writing dependency_links to PyWavelets.egg-info/dependency_links.txt
writing requirements to PyWavelets.egg-info/requires.txt
writing top-level names to PyWavelets.egg-info/top_level.txt
reading manifest file 'PyWavelets.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'cythonize.dat'
no previously-included directories found matching 'build'
warning: no previously-included files matching '*.egg' found anywhere in distribution
warning: no previously-included files matching '*.egg-info' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
writing manifest file 'PyWavelets.egg-info/SOURCES.txt'
Copying PyWavelets.egg-info to /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6/site-packages/PyWavelets-0.5.2-py3.6.egg-info
running install_scripts
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /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-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6
Bytecompiling .py files below /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python-pywt-doc-0.5.2-2.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.611Lau
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ DOCDIR=/builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python-pywt-doc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python-pywt-doc
+ cp -pr doc/build/html /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python-pywt-doc
+ exit 0
Provides: python-pywt-doc = 0.5.2-2.fc28 python-pywt-doc(riscv-64) = 0.5.2-2.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python2-pywt-0.5.2-2.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.A0BePL
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ DOCDIR=/builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python2-pywt
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python2-pywt
+ cp -pr README.rst /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python2-pywt
+ cp -pr THANKS.txt /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python2-pywt
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sbw9ql
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ LICENSEDIR=/builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python2-pywt
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python2-pywt
+ cp -pr COPYING /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python2-pywt
+ exit 0
Provides: python-pywt = 0.5.2-2.fc28 python-pywt(riscv-64) = 0.5.2-2.fc28 python2-pywt = 0.5.2-2.fc28 python2-pywt(riscv-64) = 0.5.2-2.fc28 python2.7dist(pywavelets) = 0.5.2 python2dist(pywavelets) = 0.5.2
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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH)
Obsoletes: python-pywt < 0.5.2-2.fc28
Processing files: python3-pywt-0.5.2-2.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EzQTJz
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ DOCDIR=/builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python3-pywt
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python3-pywt
+ cp -pr README.rst /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python3-pywt
+ cp -pr THANKS.txt /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/doc/python3-pywt
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Evhxk9
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ LICENSEDIR=/builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python3-pywt
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python3-pywt
+ cp -pr COPYING /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64/usr/share/licenses/python3-pywt
+ exit 0
Provides: python3-pywt = 0.5.2-2.fc28 python3-pywt(riscv-64) = 0.5.2-2.fc28 python3.6dist(pywavelets) = 0.5.2 python3dist(pywavelets) = 0.5.2
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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
Wrote: /builddir/build/SRPMS/python-pywt-0.5.2-2.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/python-pywt-doc-0.5.2-2.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/python2-pywt-0.5.2-2.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/python3-pywt-0.5.2-2.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jVvIli
+ umask 022
+ cd /builddir/build/BUILD
+ cd pywt-0.5.2
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pywt-0.5.2-2.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff