Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ensmallen.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-1a11ad0a156fb17d28af319d0b6823f6746f2010/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ensmallen.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ensmallen-2.12.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ensmallen.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-1a11ad0a156fb17d28af319d0b6823f6746f2010/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ensmallen.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FqpJ8G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ensmallen-2.12.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/ensmallen-2.12.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ensmallen-2.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/random_tests.patch + /usr/bin/patch -p1 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KVGw9D + umask 022 + cd /builddir/build/BUILD + cd ensmallen-2.12.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + /usr/bin/cmake3 -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DBUILD_SHARED_LIBS:BOOL=ON -DENSMALLEN_CMAKE_DIR=/usr/lib/cmake/ensmallen/ CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring ensmallen 2.12.0 -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "8.600.1", minimum required is "8.400.0") -- Armadillo libraries: /usr/lib/libarmadillo.so -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/ensmallen-2.12.0 + /usr/bin/make -j4 /usr/bin/cmake3 -S/builddir/build/BUILD/ensmallen-2.12.0 -B/builddir/build/BUILD/ensmallen-2.12.0 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake3 -E cmake_progress_start /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/make -f tests/CMakeFiles/ensmallen_tests.dir/build.make tests/CMakeFiles/ensmallen_tests.dir/depend make[2]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' cd /builddir/build/BUILD/ensmallen-2.12.0 && /usr/bin/cmake3 -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/ensmallen-2.12.0 /builddir/build/BUILD/ensmallen-2.12.0/tests /builddir/build/BUILD/ensmallen-2.12.0 /builddir/build/BUILD/ensmallen-2.12.0/tests /builddir/build/BUILD/ensmallen-2.12.0/tests/CMakeFiles/ensmallen_tests.dir/DependInfo.cmake --color= Scanning dependencies of target ensmallen_tests make[2]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/make -f tests/CMakeFiles/ensmallen_tests.dir/build.make tests/CMakeFiles/ensmallen_tests.dir/build make[2]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' [ 2%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/main.cpp.o [ 4%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/ada_bound_test.cpp.o [ 6%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/ada_delta_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/main.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/main.cpp cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/ada_bound_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/ada_bound_test.cpp [ 9%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/ada_grad_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/ada_delta_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/ada_delta_test.cpp cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/ada_grad_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/ada_grad_test.cpp [ 11%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/adam_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/adam_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/adam_test.cpp [ 13%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/aug_lagrangian_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/aug_lagrangian_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/aug_lagrangian_test.cpp [ 15%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/bigbatch_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/bigbatch_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/bigbatch_sgd_test.cpp [ 18%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/callbacks_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/callbacks_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/callbacks_test.cpp [ 20%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/cmaes_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/cmaes_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/cmaes_test.cpp [ 22%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/cne_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/cne_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/cne_test.cpp [ 25%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/de_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/de_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/de_test.cpp [ 27%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/eve_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/eve_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/eve_test.cpp [ 29%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/frankwolfe_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/frankwolfe_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/frankwolfe_test.cpp [ 31%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/ftml_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/ftml_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/ftml_test.cpp [ 34%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/function_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/function_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/function_test.cpp [ 36%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/gradient_descent_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/gradient_descent_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/gradient_descent_test.cpp [ 38%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/grid_search_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/grid_search_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/grid_search_test.cpp [ 40%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/iqn_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/iqn_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/iqn_test.cpp [ 43%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/katyusha_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/katyusha_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/katyusha_test.cpp [ 45%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/lbfgs_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/lbfgs_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/lbfgs_test.cpp [ 47%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/line_search_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/line_search_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/line_search_test.cpp [ 50%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/lookahead_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/lookahead_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/lookahead_test.cpp [ 52%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/lrsdp_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/lrsdp_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/lrsdp_test.cpp [ 54%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/momentum_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/momentum_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/momentum_sgd_test.cpp [ 56%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/nesterov_momentum_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/nesterov_momentum_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/nesterov_momentum_sgd_test.cpp [ 59%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/parallel_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/parallel_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/parallel_sgd_test.cpp [ 61%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/proximal_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/proximal_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/proximal_test.cpp [ 63%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/pso_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/pso_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/pso_test.cpp [ 65%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/quasi_hyperbolic_momentum_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/quasi_hyperbolic_momentum_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/quasi_hyperbolic_momentum_sgd_test.cpp [ 68%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/rmsprop_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/rmsprop_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/rmsprop_test.cpp [ 70%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/sa_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/sa_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/sa_test.cpp [ 72%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/sarah_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/sarah_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/sarah_test.cpp [ 75%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/scd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/scd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/scd_test.cpp [ 77%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/sdp_primal_dual_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/sdp_primal_dual_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/sdp_primal_dual_test.cpp [ 79%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/sgdr_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/sgdr_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/sgdr_test.cpp [ 81%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/sgd_test.cpp [ 84%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/smorms3_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/smorms3_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/smorms3_test.cpp [ 86%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/snapshot_ensembles.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/snapshot_ensembles.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/snapshot_ensembles.cpp [ 88%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/spalera_sgd_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/spalera_sgd_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/spalera_sgd_test.cpp [ 90%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/spsa_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/spsa_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/spsa_test.cpp [ 93%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/svrg_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/svrg_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/svrg_test.cpp [ 95%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/swats_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/swats_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/swats_test.cpp [ 97%] Building CXX object tests/CMakeFiles/ensmallen_tests.dir/wn_grad_test.cpp.o cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/c++ -I/builddir/build/BUILD/ensmallen-2.12.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wall -Wpedantic -Wunused-parameter -std=gnu++11 -o CMakeFiles/ensmallen_tests.dir/wn_grad_test.cpp.o -c /builddir/build/BUILD/ensmallen-2.12.0/tests/wn_grad_test.cpp [100%] Linking CXX executable ../ensmallen_tests cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/cmake3 -E cmake_link_script CMakeFiles/ensmallen_tests.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-z,relro -rdynamic CMakeFiles/ensmallen_tests.dir/main.cpp.o CMakeFiles/ensmallen_tests.dir/ada_bound_test.cpp.o CMakeFiles/ensmallen_tests.dir/ada_delta_test.cpp.o CMakeFiles/ensmallen_tests.dir/ada_grad_test.cpp.o CMakeFiles/ensmallen_tests.dir/adam_test.cpp.o CMakeFiles/ensmallen_tests.dir/aug_lagrangian_test.cpp.o CMakeFiles/ensmallen_tests.dir/bigbatch_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/callbacks_test.cpp.o CMakeFiles/ensmallen_tests.dir/cmaes_test.cpp.o CMakeFiles/ensmallen_tests.dir/cne_test.cpp.o CMakeFiles/ensmallen_tests.dir/de_test.cpp.o CMakeFiles/ensmallen_tests.dir/eve_test.cpp.o CMakeFiles/ensmallen_tests.dir/frankwolfe_test.cpp.o CMakeFiles/ensmallen_tests.dir/ftml_test.cpp.o CMakeFiles/ensmallen_tests.dir/function_test.cpp.o CMakeFiles/ensmallen_tests.dir/gradient_descent_test.cpp.o CMakeFiles/ensmallen_tests.dir/grid_search_test.cpp.o CMakeFiles/ensmallen_tests.dir/iqn_test.cpp.o CMakeFiles/ensmallen_tests.dir/katyusha_test.cpp.o CMakeFiles/ensmallen_tests.dir/lbfgs_test.cpp.o CMakeFiles/ensmallen_tests.dir/line_search_test.cpp.o CMakeFiles/ensmallen_tests.dir/lookahead_test.cpp.o CMakeFiles/ensmallen_tests.dir/lrsdp_test.cpp.o CMakeFiles/ensmallen_tests.dir/momentum_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/nesterov_momentum_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/parallel_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/proximal_test.cpp.o CMakeFiles/ensmallen_tests.dir/pso_test.cpp.o CMakeFiles/ensmallen_tests.dir/quasi_hyperbolic_momentum_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/rmsprop_test.cpp.o CMakeFiles/ensmallen_tests.dir/sa_test.cpp.o CMakeFiles/ensmallen_tests.dir/sarah_test.cpp.o CMakeFiles/ensmallen_tests.dir/scd_test.cpp.o CMakeFiles/ensmallen_tests.dir/sdp_primal_dual_test.cpp.o CMakeFiles/ensmallen_tests.dir/sgdr_test.cpp.o CMakeFiles/ensmallen_tests.dir/sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/smorms3_test.cpp.o CMakeFiles/ensmallen_tests.dir/snapshot_ensembles.cpp.o CMakeFiles/ensmallen_tests.dir/spalera_sgd_test.cpp.o CMakeFiles/ensmallen_tests.dir/spsa_test.cpp.o CMakeFiles/ensmallen_tests.dir/svrg_test.cpp.o CMakeFiles/ensmallen_tests.dir/swats_test.cpp.o CMakeFiles/ensmallen_tests.dir/wn_grad_test.cpp.o -o ../ensmallen_tests -lpthread /usr/lib/libarmadillo.so cd /builddir/build/BUILD/ensmallen-2.12.0/tests && /usr/bin/cmake3 -E copy_directory /builddir/build/BUILD/ensmallen-2.12.0/tests/data/ /builddir/build/BUILD/ensmallen-2.12.0/data/ make[2]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' [100%] Built target ensmallen_tests make[1]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/cmake3 -E cmake_progress_start /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6cuBF8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm ++ dirname /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm + cd ensmallen-2.12.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm /usr/bin/cmake3 -S/builddir/build/BUILD/ensmallen-2.12.0 -B/builddir/build/BUILD/ensmallen-2.12.0 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake3 -E cmake_progress_start /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/make -f tests/CMakeFiles/ensmallen_tests.dir/build.make tests/CMakeFiles/ensmallen_tests.dir/depend make[2]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' cd /builddir/build/BUILD/ensmallen-2.12.0 && /usr/bin/cmake3 -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/ensmallen-2.12.0 /builddir/build/BUILD/ensmallen-2.12.0/tests /builddir/build/BUILD/ensmallen-2.12.0 /builddir/build/BUILD/ensmallen-2.12.0/tests /builddir/build/BUILD/ensmallen-2.12.0/tests/CMakeFiles/ensmallen_tests.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/make -f tests/CMakeFiles/ensmallen_tests.dir/build.make tests/CMakeFiles/ensmallen_tests.dir/build make[2]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' make[2]: Nothing to be done for `tests/CMakeFiles/ensmallen_tests.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' [100%] Built target ensmallen_tests make[1]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' /usr/bin/cmake3 -E cmake_progress_start /builddir/build/BUILD/ensmallen-2.12.0/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory `/builddir/build/BUILD/ensmallen-2.12.0' make[1]: Nothing to be done for `preinstall'. make[1]: Leaving directory `/builddir/build/BUILD/ensmallen-2.12.0' Install the project... /usr/bin/cmake3 -P cmake_install.cmake -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/lib/cmake/ensmallen/ensmallen-config.cmake -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/lib/cmake/ensmallen/ensmallen-config-version.cmake -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/lib/cmake/ensmallen/ensmallen-targets.cmake -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lbfgs -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lbfgs/lbfgs.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lbfgs/lbfgs_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lookahead -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lookahead/lookahead_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/lookahead/lookahead.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/svrg -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/svrg/svrg.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/svrg/svrg_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/svrg/barzilai_borwein_decay.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/svrg/svrg_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/smorms3 -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/smorms3/smorms3.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/smorms3/smorms3_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/smorms3/smorms3_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/drop_wave_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/gradient_descent_test_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/bukin_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/aug_lagrangian_test_functions_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/holder_table_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rosenbrock_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/problems.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/drop_wave_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rosenbrock_wood_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/eggholder_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/beale_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/mc_cormick_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/levy_function_n13_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/easom_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schwefel_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/booth_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/levy_function_n13.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sphere_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rastrigin_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/logistic_regression_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/softmax_regression_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/holder_table_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rosenbrock_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schaffer_function_n4_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/matyas_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/fw_test_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/bukin_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sphere_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sgd_test_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/mc_cormick_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sparse_test_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/ackley_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/himmelblau_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/easom_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/aug_lagrangian_test_functions.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schwefel_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/colville_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/styblinski_tang_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/colville_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rastrigin_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/goldstein_price_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/goldstein_price_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/softmax_regression_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schaffer_function_n4.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schaffer_function_n2.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/three_hump_camel_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/beale_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sgd_test_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/cross_in_tray_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/wood_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/cross_in_tray_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/booth_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/sparse_test_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/three_hump_camel_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/gradient_descent_test_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/matyas_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/ackley_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/logistic_regression_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/himmelblau_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/styblinski_tang_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/wood_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/eggholder_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/decay_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/decay_policies/no_decay.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/sgd_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies/nesterov_momentum_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies/quasi_hyperbolic_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies/gradient_clipping.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies/momentum_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/update_policies/vanilla_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgd/sgd.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/gradient_descent -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/gradient_descent/gradient_descent.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/gradient_descent/gradient_descent_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/progress_bar.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/callbacks.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/print_loss.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/timer_stop.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/traits.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/early_stop_at_min_loss.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/callbacks/store_best_coordinates.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/grid_search -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/grid_search/grid_search_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/grid_search/grid_search.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sa -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sa/sa_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sa/exponential_schedule.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sa/sa.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cmaes -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cmaes/cmaes_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cmaes/full_selection.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cmaes/cmaes.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cmaes/random_selection.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/pso.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/init_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/init_policies/default_init.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/update_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/update_policies/lbest_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/pso/pso_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/sfinae_utility.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_evaluate.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/static_checks.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_gradient.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_separable_evaluate.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_separable_evaluate_with_gradient.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/arma_traits.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_evaluate_with_gradient.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/traits.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function/add_separable_gradient.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/sdp.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/sdp_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/lrsdp.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/lin_alg.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/lrsdp_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/primal_dual_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/lrsdp_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/primal_dual.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sdp/lrsdp_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_grad -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_grad/ada_grad_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_grad/ada_grad_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_grad/ada_grad.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_bound -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_bound/ada_bound.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_bound/ams_bound_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_bound/ada_bound_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_bound/ada_bound_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/rmsprop -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/rmsprop/rmsprop_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/rmsprop/rmsprop.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/utility -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/utility/arma_traits.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/utility/any.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/config.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/descent_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/descent_policies/cyclic_descent.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/descent_policies/greedy_descent.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/descent_policies/random_descent.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/scd_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/scd/scd.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spsa -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spsa/spsa_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spsa/spsa.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/de -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/de/de.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/de/de_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/padam -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/padam/padam_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/padam/padam.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/swats -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/swats/swats_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/swats/swats_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/swats/swats.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spalera_sgd -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spalera_sgd/spalera_stepsize.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spalera_sgd/spalera_sgd_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/spalera_sgd/spalera_sgd.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/sgdr_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/snapshot_ensembles.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/snapshot_sgdr_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/sgdr.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/snapshot_sgdr.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sgdr/cyclical_decay.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ftml -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ftml/ftml_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ftml/ftml.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ftml/ftml_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/wn_grad -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/wn_grad/wn_grad_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/wn_grad/wn_grad.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/wn_grad/wn_grad_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/eve -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/eve/eve.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/eve/eve_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/iqn -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/iqn/iqn.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/iqn/iqn_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/bigbatch_sgd -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/bigbatch_sgd/backtracking_line_search.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/bigbatch_sgd/adaptive_stepsize.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/katyusha -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/katyusha/katyusha_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/katyusha/katyusha.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/log.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cne -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cne/cne.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/cne/cne_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sarah -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sarah/sarah.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sarah/sarah_plus_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sarah/sarah_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/sarah/sarah_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/adam_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/optimisticadam_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/amsgrad_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/adam_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/adam.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/nadam_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/nadamax_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/adam/adamax_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd/decay_policies -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd/decay_policies/exponential_backoff.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd/parallel_sgd_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/parallel_sgd/parallel_sgd.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/qhadam -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/qhadam/qhadam_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/qhadam/qhadam.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/qhadam/qhadam_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_delta -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_delta/ada_delta_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_delta/ada_delta_update.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ada_delta/ada_delta.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/func_sq.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/constr_structure_group.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/atoms.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/frank_wolfe.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/update_linesearch.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/proximal -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/proximal/proximal_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/proximal/proximal.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/update_span.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/line_search -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/line_search/line_search_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/line_search/line_search.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/frank_wolfe_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/constr_lpball.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/update_classic.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/fw/update_full_correction.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/ens_version.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/aug_lagrangian -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/aug_lagrangian/aug_lagrangian.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function_impl.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function.hpp -- Installing: /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/include/ensmallen.hpp + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2QGUkv + umask 022 + cd /builddir/build/BUILD + cd ensmallen-2.12.0 + exit 0 Processing files: ensmallen-devel-2.12.0-1.el7.armv7hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.a7TV4S + umask 022 + cd /builddir/build/BUILD + cd ensmallen-2.12.0 + LICENSEDIR=/builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/share/licenses/ensmallen-devel-2.12.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/share/licenses/ensmallen-devel-2.12.0 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm/usr/share/licenses/ensmallen-devel-2.12.0 + exit 0 Provides: cmake(ensmallen) = 2.12.0 ensmallen-devel = 2.12.0-1.el7 ensmallen-devel(armv7hl-32) = 2.12.0-1.el7 ensmallen-static = 2.12.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm Wrote: /builddir/build/RPMS/ensmallen-devel-2.12.0-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zdoJjJ + umask 022 + cd /builddir/build/BUILD + cd ensmallen-2.12.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ensmallen-2.12.0-1.el7.arm + exit 0 Child return code was: 0