Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/adevs.spec'], chrootPath='/var/lib/mock/f30-build-36277-20439/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/adevs.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/adevs-2.8.1-12.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/adevs.spec'], chrootPath='/var/lib/mock/f30-build-36277-20439/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/adevs.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.enWO1R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf adevs-2.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/adevs.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd adevs-2.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NARVb0 + umask 022 + cd /builddir/build/BUILD + cd adevs-2.8.1 + export '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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + pushd src ~/build/BUILD/adevs-2.8.1/src ~/build/BUILD/adevs-2.8.1 + make -j4 adevs OPTFLAG= 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fopenmp -fPIC -Wall -I../include -I./ -o rv.o -c rv.cpp 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fopenmp -fPIC -Wall -I../include -I./ -o poly.o -c poly.cpp 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fopenmp -fPIC -Wall -I../include -I./ -o time.o -c time.cpp BUILDSTDERR: rv.cpp: In member function 'double adevs::rv::binomial(double, unsigned int)': BUILDSTDERR: rv.cpp:430:9: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: if (n != nold) BUILDSTDERR: ~~^~~~~~~ BUILDSTDERR: rv.cpp:454:40: warning: 'pclog' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: t = 1.2 * sq * (1.0 + yy * yy) * exp(oldg - lngamma(em + 1.0) BUILDSTDERR: ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: - lngamma(en - em + 1.0) + em * plog + (en - em) * pclog); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: rv.cpp:455:30: warning: 'plog' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: t = 1.2 * sq * (1.0 + yy * yy) * exp(oldg - lngamma(em + 1.0) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: - lngamma(en - em + 1.0) + em * plog + (en - em) * pclog); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: rv.cpp:443:12: warning: 'pc' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: sq = sqrt( 2.0 * am * pc ); BUILDSTDERR: ~~~~^~~~~~~~~~~~~~~~~ BUILDSTDERR: rv.cpp:454:46: warning: 'oldg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: t = 1.2 * sq * (1.0 + yy * yy) * exp(oldg - lngamma(em + 1.0) BUILDSTDERR: ~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: rv.cpp:452:33: warning: 'en' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: while (em < 0.0 || em >= (en + 1.0)); BUILDSTDERR: ~~~~^~~~~~ ar -r libadevs.a rv.o poly.o time.o BUILDSTDERR: ar: creating libadevs.a g++ -shared -Wl,-soname,libadevs.so.2 -o libadevs.so.2.8 rv.o poly.o time.o ~/build/BUILD/adevs-2.8.1 ~/build/BUILD/adevs-2.8.1/docs ~/build/BUILD/adevs-2.8.1 + popd + pushd docs + make html_manual cd tex-files; latex2html -local_icons -split 3 -no_math -html_version 3.2 -dir ../manual -mkdir -contents_in_navigation manual This is LaTeX2HTML Version 2018.3 (Released July 19, 2018) by Nikos Drakos, Computer Based Learning Unit, University of Leeds. Revised and extended by: Marcus Hennecke, Ross Moore, Herb Swan and others ...producing markup for HTML version 3.2 Extension: loading /usr/share/latex2html/versions/unicode.pl *** Constructing conversion utf-8 -> Unicode *** HTML version: loading /usr/share/latex2html/versions/html3_2.pl *** processing declarations *** OPENING /builddir/build/BUILD/adevs-2.8.1/docs/tex-files/manual.tex Cannot create directory ../manual/: File exists, reusing it. Reusing directory ../manual/: Note: Working directory is /builddir/build/BUILD/adevs-2.8.1/docs/manual Note: Images will be generated in /tmp/l2h26087 BUILDSTDERR: texexpand V2018.3 (Released July 19, 2018) Loading /usr/share/latex2html/styles/texdefs.perl... Package: loading /usr/share/latex2html/styles/book.perl Package: loading /usr/share/latex2html/styles/epsfig.perl Package: loading /usr/share/latex2html/styles/amsmath.perl Package: loading /usr/share/latex2html/styles/more_amsmath.perl Package: loading /usr/share/latex2html/styles/hyperref.perl Reading ... %%%,,,,,,++ @@@@@@@@ Doing ./about.tex % Processing macros ...++...... @@@@ Doing ./install.tex %' Processing macros ...++.................................... @@@@@@@@@ Doing ./intro.tex %'''''''''''''''''''''' Processing macros ...++................................................................................................ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Doing ./atomic_models.tex %''''''''''' Processing macros ...++......................... @@@@@@@@@@@@@@@@@@@@@@@@ Doing ./network_models.tex %%%''''''''''''''''''''''''' Processing macros ...++........................................................................................................................................................................................... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Doing ./var_struct_models.tex %''''' Processing macros ...++.............................................................................................................................................. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Doing ./cont_models.tex %''''''''''''''' Processing macros ...++..................................................... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Doing ./simulator.tex %''' Processing macros ...++.......................................................... @@@@@@@@ Doing ./parsim.tex %''''''''''''''' Processing macros ...++........................................................................... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Doing ./io.tex %%''' Processing macros ...++............................................................... @@@@@@@@ Doing ./time.tex %' Processing macros ...++........ Doing ./random_numbers.tex %'' Processing macros ...++.................................... @@@@@ Doing ./interpolation.tex ''''' Processing macros ...++............... @@@@@@@@@@@@ Cannot open manual.aux No such file or directory Translating ... 0/34:top of manual: for manual.html *** translating preamble *** BUILDSTDERR: .... BUILDSTDERR: Warning: No implementation found for package: fullpage.... BUILDSTDERR: Warning: No implementation found for package: algorithm Warning: No implementation found for package: algorithmic. *** preamble done *** ;;.. 1/34:tableofcontents:.."Contents" for node1.html ;;.. 2/34:chapter:.."About this manual" for node2.html ;....,;..... 3/34:chapter:.."Building and Installing" for node3.html ;,...............;................................................ 4/34:chapter:..."Modeling and simulation with Adevs" for node4.html ;.....,..,....,..,.,..,..,.,.,..,.,.,...,.....,.,.,.,,.,.,......,.,,....,...,,.,........,.,.....;.......................................................................................................... 5/34:chapter:..."Atomic Models" for node5.html ;...,,.,.,....,....,..,.,,..,.,.,.,.,.,.....;.................................................... 6/34:chapter:..."Network Models" for node6.html ;.; 7/34:section:...."Parts of a Network Model" for node6.html ;.....;..... 8/34:subsection:......"The route method" for node6.html ;..,.,.,........,,..,,..,,,.,,,.,,.,.,...,.,.,.,,,,,,,...;................................................... 9/34:subsection:......"The getComponents method" for node6.html ;.,,.;...... 10/34:subsection:...."Illegal networks" for node6.html ;,....;. 11/34:section:..."Simulating a Network Model" for node6.html ;,...;... 12/34:section:..."A complete example of a network model" for node6.html ;,,,,...,........,.....,...,...,..,.,.;.......................................... 13/34:section:...."Digraph Models" for node6.html ;,,.........,...,,..,..,,..;................................................. 14/34:section:..."Cell Space Models" for node6.html ;,...,.........,....,.,..,,.,.,..,.....,.,..........;.............................................. 15/34:chapter:.."Variable Structure Models" for node7.html ;..;. 16/34:section:..."Building and Simulating Variable Structure Models" for node7.html ;....,..............................,......,......,...,..,,,....................;...................................................... 17/34:section:..."A Variable Structure Example" for node7.html ;.,..,.....,...,....................,,...........................................,.,.,.........;................................................................................................... 18/34:chapter:.."Continuous Models" for node8.html ;....;.... 19/34:section:....."Differential equation modeling with the ode_system class" for node8.html ;........,....,,,,..,,,,..,,....,,,,,,,..,,,....,,,,,...,....,.........,...,...,..............,..,,,,,..............,.,,,,,..;......................................................................... 20/34:section:..."Modeling hybrid systems with adevs and OpenModelica" for node8.html ;,....,,,,..,,,.,.,.....,,.,,,.,.;....... 21/34:chapter:.."The Simulator Class" for node9.html ;.......,..........,.,,............,.......;............................................................. 22/34:chapter:.."Simulation on multi-core computers" for node10.html ;....,,.,.........,.....;.................... 23/34:section:..."Limits of the parallel simulator" for node10.html ;,..........;.......... 24/34:section:...."Modifying your models to exploit lookahead" for node10.html ;..............,,......;................. 25/34:section:..."Partitioning your model" for node10.html ;......,.......,,..;................... 26/34:section:..."Partitioning and lookahead" for node10.html ;,.; 27/34:section:..."A complete example" for node10.html ;...,.,.,,.;..... 28/34:section:..."Managing memory across thread boundaries" for node10.html ;...,.,.,..,,.;........... 29/34:section:..."Notes on repeatability and performance" for node10.html ;,,; 30/34:chapter:..."Models with Many Input/Output Types" for node11.html ;...,......,..................................,;..................................................................... 31/34:chapter:..."Alternate types for time" for node12.html ;.,............,;........ 32/34:chapter:.."Random Numbers" for node13.html ;..........,....,...,...........;.................................... 33/34:chapter:.."Interpolation" for node14.html ;.,,,,,.,,.,,,.,....,.....,,,,,.,,.,,.,.,,.,,.;...................... 34/34:chapterstar:.."About this document ..." for node15.html ;;. . Doing footnotes ... Doing section links ...... Doing table of contents .............,,,,,,,,..,,..,,....,,,,,,,........... Copying navigation icons ... *********** WARNINGS *********** No implementation found for style `algorithm' No implementation found for style `algorithmic' The manual.aux file was not found, so sections will not be numbered and cross-references will be shown as icons. No number for "CustomerswaitinginlineatBusyMart." No number for "Customerarrivaltimesandtimesneededtoprocessthecustomerorders." No number for "Ablock-diagramviewofGeneratorandClerkmodels." No number for "TheGenerator,Clerk,andObservermodel." No number for "Customerdeparturetimesandwaitingtimes." No number for "Customerarrivaltimesandtimestoprocesscustomers'orders." No number for "TheevolutionoftheClerk2lineinresponsetothecustomerarrivalsequencelistedinTable." No number for "TwoconnectedAtomiccomponentsinasingleNetwork." No number for "TwoconnectedAtomiccomponentswithexternalinputcouplingtocomponent$A$." No number for "Anetworkwithexternalinput,externaloutput,andinternalcoupling." No number for "IllegalcouplinginaNetworkmodel." No number for "ADigraphmodelwithtwocomponents." No number for "Componentmodelsandtheirinterconnectionsinthemulti-clerkconveniencestoremodel." No number for "TheBlock." No number for "TheBlinker.Theinput,output,andstatetransitionsforthecellmarkedwitha*areshowninTable.Theaddressofeachcellisshowninitsupperleftcorner.Livingcellsareindicatedwitha$." No number for "State,input,andoutputtrajectoryforthecellmarkedwith*inFig.." No number for "Illustrationofachangeofstructureinavariablestructuremodel." No number for "Blockdiagramofthemodelofthefactory.Thebrokenlinesindicatestructuralelementsthataresubjecttochange." No number for "Activemachinecountoveroneyear." No number for "Outcomesoftenfactorysimulations." No number for "Asimulationofthecherrybombmodelthatterminateswhenthecherrybombexplodes." No number for "Asimulationofthecircuitmodel." No number for "Partitioningamodelforsimulationonthreeprocessors." No number for "Thefunction$sin(t)$andsomeinterpolatingpolynomialswithdataspanningtheinterval." No number for "Thetimederivativeof$sin(t)$andthetimederivativeofsomeinterpolatingpolynomialswithdataspanningtheinterval." Done. + rm -f manual/images.aux manual/images.out 'manual/*.dvi' manual/images.log 'manual/*.toc' + popd ~/build/BUILD/adevs-2.8.1 + find examples -type f -exec sed -i 's/\r//' '{}' ';' + find examples -type f -exec chmod -x '{}' ';' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zGzSVB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 + cd adevs-2.8.1 + install -m 755 -d /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/include/adevs + install -p -m 644 -t /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/include/adevs include/adevs.h include/adevs_abstract_simulator.h include/adevs_bag.h include/adevs_cellspace.h include/adevs_corrected_euler.h include/adevs_digraph.h include/adevs_event_listener.h include/adevs_event_locators.h include/adevs_exception.h include/adevs_hybrid.h include/adevs_lp.h include/adevs_lp_graph.h include/adevs_lp_no_omp.h include/adevs_lp_omp.h include/adevs_message_q.h include/adevs_modelica_runtime.h include/adevs_models.h include/adevs_msg_manager.h include/adevs_par_simulator.h include/adevs_poly.h include/adevs_public_modelica_runtime.h include/adevs_rand.h include/adevs_rk_45.h include/adevs_sched.h include/adevs_set.h include/adevs_simpledigraph.h include/adevs_simulator.h include/adevs_time.h include/adevs_wrapper.h include/object_pool.h ~/build/BUILD/adevs-2.8.1/src ~/build/BUILD/adevs-2.8.1 + pushd src + make install DESTDIR=/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64 mkdir -p "/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64" install -m 755 -p libadevs.so.2.8 "/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64" ln -f -s libadevs.so.2.8 "/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64/libadevs.so.2" ln -f -s libadevs.so.2.8 "/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64/libadevs.so" ~/build/BUILD/adevs-2.8.1 + popd + rm -r ./examples/java_life + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.8.1-12.fc30 --unique-debug-suffix -2.8.1-12.fc30.riscv64 --unique-debug-src-base adevs-2.8.1-12.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/adevs-2.8.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64/libadevs.so.2.8 extracting debug info from /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/lib64/libadevs.so.2.8 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 92 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MjRTvO Processing files: adevs-2.8.1-12.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1jeaT3 + umask 022 + cd /builddir/build/BUILD + cd adevs-2.8.1 + DOCDIR=/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs + cp -pr README /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs + exit 0 Provides: adevs = 2.8.1-12.fc30 adevs(riscv-64) = 2.8.1-12.fc30 libadevs.so.2()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: adevs-devel-2.8.1-12.fc30.riscv64 Provides: adevs-devel = 2.8.1-12.fc30 adevs-devel(riscv-64) = 2.8.1-12.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libadevs.so.2()(64bit) Processing files: adevs-doc-2.8.1-12.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2quLMW + umask 022 + cd /builddir/build/BUILD + cd adevs-2.8.1 + DOCDIR=/builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs-doc + cp -pr docs/api /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs-doc + cp -pr docs/manual /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs-doc + cp -pr examples /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64/usr/share/doc/adevs-doc + exit 0 Provides: adevs-doc = 2.8.1-12.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: adevs-debugsource-2.8.1-12.fc30.riscv64 Provides: adevs-debugsource = 2.8.1-12.fc30 adevs-debugsource(riscv-64) = 2.8.1-12.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: adevs-debuginfo-2.8.1-12.fc30.riscv64 Provides: adevs-debuginfo = 2.8.1-12.fc30 adevs-debuginfo(riscv-64) = 2.8.1-12.fc30 debuginfo(build-id) = a9cd1ddd9dedebc66efeb64aa24e9b548c1e4a73 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: adevs-debugsource(riscv-64) = 2.8.1-12.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 Wrote: /builddir/build/RPMS/adevs-2.8.1-12.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/adevs-devel-2.8.1-12.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/adevs-doc-2.8.1-12.fc30.noarch.rpm Wrote: /builddir/build/RPMS/adevs-debugsource-2.8.1-12.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/adevs-debuginfo-2.8.1-12.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FZKq6S + umask 022 + cd /builddir/build/BUILD + cd adevs-2.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/adevs-2.8.1-12.fc30.riscv64 + exit 0 Child return code was: 0