Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/R-svglite.spec'], chrootPath='/var/lib/mock/f31-build-17214571-1235034/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/R-svglite.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1565481600 Wrote: /builddir/build/SRPMS/R-svglite-1.2.2-3.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/R-svglite.spec'], chrootPath='/var/lib/mock/f31-build-17214571-1235034/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/R-svglite.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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1565481600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GK0Qaq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf svglite + /usr/bin/mkdir -p svglite + cd svglite + /usr/bin/gzip -dc /builddir/build/SOURCES/svglite_1.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/covr, //g' svglite/DESCRIPTION + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.So124l + umask 022 + cd /builddir/build/BUILD + cd svglite + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dOjX9n + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 + cd svglite + mkdir -p /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library + /usr/bin/R CMD INSTALL -l /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library svglite BUILDSTDERR: * installing *source* package 'svglite' ... BUILDSTDERR: ** using staged installation BUILDSTDERR: ** libs BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, BUILDSTDERR: from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:355:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 355 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 567 | shared_ptr & operator=( std::auto_ptr & r ) BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 576 | shared_ptr & operator=( std::auto_ptr && r ) BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, BUILDSTDERR: from devSVG.cpp:24: BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': BUILDSTDERR: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/9/bits/locale_conv.h:41, BUILDSTDERR: from /usr/include/c++/9/locale:43, BUILDSTDERR: from /usr/include/c++/9/iomanip:43, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/RcppCommon.h:52, BUILDSTDERR: from /usr/lib64/R/library/Rcpp/include/Rcpp.h:27, BUILDSTDERR: from devSVG.cpp:19: BUILDSTDERR: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: 53 | template class auto_ptr; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: installing to /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library/00LOCK-svglite/00new/svglite/libs BUILDSTDERR: ** R BUILDSTDERR: ** inst BUILDSTDERR: ** byte-compile and prepare package for lazy loading BUILDSTDERR: ** help BUILDSTDERR: *** installing help indices BUILDSTDERR: finding HTML links ... done BUILDSTDERR: ** building package indices BUILDSTDERR: ** installing vignettes BUILDSTDERR: ** testing if installed package can be loaded from temporary location BUILDSTDERR: ** checking absolute paths in shared objects and dynamic libraries BUILDSTDERR: ** testing if installed package can be loaded from final location BUILDSTDERR: ** testing if installed package keeps a record of temporary installation path BUILDSTDERR: * DONE (svglite) + test -d svglite/src + cd svglite/src + rm -f RcppExports.o devSVG.o svglite.so + rm -f /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library/R.css + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.2-3.fc31 --unique-debug-suffix -1.2.2-3.fc31.aarch64 --unique-debug-src-base R-svglite-1.2.2-3.fc31.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/svglite BUILDSTDERR: 60 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs file 'DESCRIPTION' has the wrong MD5 checksum g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/lib64/R/library/Rcpp/include" -I"/usr/lib64/R/library/gdtools/include" -I"/usr/share/R/library/BH/include" -I/usr/local/include -fpic -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 -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/lib64/R/library/Rcpp/include" -I"/usr/lib64/R/library/gdtools/include" -I"/usr/share/R/library/BH/include" -I/usr/local/include -fpic -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 -c devSVG.cpp -o devSVG.o g++ -std=gnu++11 -shared -L/usr/lib64/R/lib -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o svglite.so RcppExports.o devSVG.o -L/usr/lib64/R/lib -lR converting help for package 'svglite' editSVG html htmlSVG html stringSVG html svglite html svgstring html xmlSVG html explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library/svglite/libs/svglite.so extracting debug info from /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64/usr/lib64/R/library/svglite/libs/svglite.so original debug info size: 2632kB, size after compression: 2484kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EmIq4p + umask 022 + cd /builddir/build/BUILD + cd svglite + export LANG=C.UTF-8 + LANG=C.UTF-8 + _R_CHECK_FORCE_SUGGESTS_=0 + /usr/bin/R CMD check svglite --no-tests BUILDSTDERR: Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: BUILDSTDERR: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.9/bioc/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.9/bioc/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/annotation/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.9/data/annotation/src/contrib/PACKAGES' BUILDSTDERR: Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/experiment/src/contrib: BUILDSTDERR: cannot open URL 'https://bioconductor.org/packages/3.9/data/experiment/src/contrib/PACKAGES' BUILDSTDERR: See BUILDSTDERR: ‘/builddir/build/BUILD/svglite/svglite.Rcheck/00check.log’ BUILDSTDERR: for details. + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 * using log directory ‘/builddir/build/BUILD/svglite/svglite.Rcheck’ * using R version 3.6.0 (2019-04-26) * using platform: aarch64-redhat-linux-gnu (64-bit) * using session charset: UTF-8 * using option ‘--no-tests’ * checking for file ‘svglite/DESCRIPTION’ ... OK * this is package ‘svglite’ version ‘1.2.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: ‘fontquiver’ * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘svglite’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... WARNING File ‘svglite/libs/svglite.so’: Found ‘abort’, possibly from ‘abort’ (C) Objects: ‘RcppExports.o’, ‘devSVG.o’ Found ‘printf’, possibly from ‘printf’ (C) Objects: ‘RcppExports.o’, ‘devSVG.o’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... SKIPPED * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... ‘fonts.Rmd’ using ‘UTF-8’ ... OK ‘scaling.Rmd’ using ‘UTF-8’ ... OK NONE * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 WARNING, 1 NOTE Processing files: R-svglite-1.2.2-3.fc31.aarch64 Provides: R(svglite) = 1.2.2 R-svglite = 1.2.2-3.fc31 R-svglite(aarch-64) = 1.2.2-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: R(Rcpp) R(gdtools) >= 0.1.6 ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libR.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Suggests: R(htmltools) R(knitr) R(rmarkdown) R(testthat) R(xml2) >= 1.0.0 Processing files: R-svglite-debugsource-1.2.2-3.fc31.aarch64 Provides: R-svglite-debugsource = 1.2.2-3.fc31 R-svglite-debugsource(aarch-64) = 1.2.2-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: R-svglite-debuginfo-1.2.2-3.fc31.aarch64 Provides: R-svglite-debuginfo = 1.2.2-3.fc31 R-svglite-debuginfo(aarch-64) = 1.2.2-3.fc31 debuginfo(build-id) = 0e2a9859a28ab84bb3d323fbabc70a2f38a07a15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: R-svglite-debugsource(aarch-64) = 1.2.2-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 Wrote: /builddir/build/RPMS/R-svglite-debugsource-1.2.2-3.fc31.aarch64.rpm Wrote: /builddir/build/RPMS/R-svglite-1.2.2-3.fc31.aarch64.rpm Wrote: /builddir/build/RPMS/R-svglite-debuginfo-1.2.2-3.fc31.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YrLiho + umask 022 + cd /builddir/build/BUILD + cd svglite + /usr/bin/rm -rf /builddir/build/BUILDROOT/R-svglite-1.2.2-3.fc31.aarch64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0