Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/R-yaml.spec'], chrootPath='/var/lib/mock/f31-build-100926-33326/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/R-yaml.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1565481600 Wrote: /builddir/build/SRPMS/R-yaml-2.2.0-4.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/R-yaml.spec'], chrootPath='/var/lib/mock/f31-build-100926-33326/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/R-yaml.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1565481600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lkrTTK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf yaml + /usr/bin/mkdir -p yaml + cd yaml + /usr/bin/gzip -dc /builddir/build/SOURCES/yaml_2.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EJStOK + umask 022 + cd /builddir/build/BUILD + cd yaml + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7Y28UH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 + cd yaml + mkdir -p /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library + /usr/bin/R CMD INSTALL -l /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library yaml BUILDSTDERR: * installing *source* package 'yaml' ... BUILDSTDERR: ** package 'yaml' successfully unpacked and MD5 sums checked BUILDSTDERR: ** using staged installation BUILDSTDERR: ** libs BUILDSTDERR: api.c: In function 'yaml_document_delete': BUILDSTDERR: api.c:1133:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1133 | } context; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: emitter.c: In function 'yaml_emitter_write_plain_scalar': BUILDSTDERR: emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: | ^~ BUILDSTDERR: emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: 56 | (PUT_BREAK(emitter), \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: emitter.c:1933:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: 1933 | if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': BUILDSTDERR: emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: | ^~ BUILDSTDERR: emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: 56 | (PUT_BREAK(emitter), \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: emitter.c:1994:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: 1994 | if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: emitter.c: In function 'yaml_emitter_write_literal_scalar': BUILDSTDERR: emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: | ^~ BUILDSTDERR: emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: 56 | (PUT_BREAK(emitter), \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: emitter.c:2257:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: 2257 | if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: emitter.c: In function 'yaml_emitter_write_folded_scalar': BUILDSTDERR: emitter.c:28:6: warning: value computed is not used [-Wunused-value] BUILDSTDERR: 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ BUILDSTDERR: | ^~ BUILDSTDERR: emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' BUILDSTDERR: 56 | (PUT_BREAK(emitter), \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: emitter.c:2306:18: note: in expansion of macro 'WRITE_BREAK' BUILDSTDERR: 2306 | if (!WRITE_BREAK(emitter, string)) return 0; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: implicit.re: In function 'Ryaml_find_implicit_tag': BUILDSTDERR: implicit.re:12:24: warning: variable 'limit' set but not used [-Wunused-but-set-variable] BUILDSTDERR: parser.c: In function 'yaml_parser_parse_block_sequence_entry': BUILDSTDERR: parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 762 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: parser.c: In function 'yaml_parser_parse_block_mapping_key': BUILDSTDERR: parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 872 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: parser.c: In function 'yaml_parser_parse_flow_sequence_entry': BUILDSTDERR: parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 955 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: parser.c: In function 'yaml_parser_parse_flow_mapping_key': BUILDSTDERR: parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1107 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ BUILDSTDERR: | ^~~~~~~~~~ gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 api.c -o api.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 dumper.c -o dumper.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 emitter.c -o emitter.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 implicit.c -o implicit.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 loader.c -o loader.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 parser.c -o parser.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 r_emit.c -o r_emit.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 r_ext.c -o r_ext.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 r_parse.c -o r_parse.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 reader.c -o reader.o BUILDSTDERR: gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wscanner.c: In function 'yaml_parser_decrease_flow_level': BUILDSTDERR: scanner.c:1189:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1189 | yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: installing to /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library/00LOCK-yaml/00new/yaml/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: ** 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 (yaml) + test -d yaml/src + cd yaml/src + rm -f api.o dumper.o emitter.o implicit.o loader.o parser.o r_emit.o r_ext.o r_parse.o reader.o scanner.o writer.o yaml.so + rm -f /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library/R.css + rm /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library/yaml/implicit.re + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.2.0-4.fc31 --unique-debug-suffix -2.2.0-4.fc31.riscv64 --unique-debug-src-base R-yaml-2.2.0-4.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/yaml BUILDSTDERR: cpio: yaml/src/implicit.re: Cannot stat: No such file or directory BUILDSTDERR: 909 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 error=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 scanner.c -o scanner.o gcc -I"/usr/include/R" -DNDEBUG -I. -DNDEBUG -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 writer.c -o writer.o gcc -shared -L/usr/lib64/R/lib -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o yaml.so api.o dumper.o emitter.o implicit.o loader.o parser.o r_emit.o r_ext.o r_parse.o reader.o scanner.o writer.o -L/usr/lib64/R/lib -lR converting help for package 'yaml' as.yaml html read_yaml html write_yaml html yaml.load html explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library/yaml/libs/yaml.so extracting debug info from /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64/usr/lib64/R/library/yaml/libs/yaml.so original debug info size: 620kB, size after compression: 564kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HO8ppI + umask 022 + cd /builddir/build/BUILD + cd yaml + /usr/bin/R CMD check yaml 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: Running 'RUnit.R' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 * using log directory '/builddir/build/BUILD/yaml/yaml.Rcheck' * using R version 3.6.1 (2019-07-05) * using platform: riscv64-redhat-linux-gnu (64-bit) * using session charset: ASCII * checking for file 'yaml/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'yaml' version '2.2.0' * checking package namespace information ... OK * checking package dependencies ... OK * 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 'yaml' can be installed ... OK * checking installed package size ... OK * checking package 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 line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking compiled code ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking PDF version of manual ... OK * DONE Status: OK Processing files: R-yaml-2.2.0-4.fc31.riscv64 Provides: R(yaml) = 2.2.0 R-yaml = 2.2.0-4.fc31 R-yaml(riscv-64) = 2.2.0-4.fc31 bundled(libyaml) = 0.1.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: R-core ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libR.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Suggests: R(RUnit) Processing files: R-yaml-debugsource-2.2.0-4.fc31.riscv64 Provides: R-yaml-debugsource = 2.2.0-4.fc31 R-yaml-debugsource(riscv-64) = 2.2.0-4.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: R-yaml-debuginfo-2.2.0-4.fc31.riscv64 Provides: R-yaml-debuginfo = 2.2.0-4.fc31 R-yaml-debuginfo(riscv-64) = 2.2.0-4.fc31 debuginfo(build-id) = c68d7cc905a78eac6622bffd886feb072fd2eb71 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: R-yaml-debugsource(riscv-64) = 2.2.0-4.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 Wrote: /builddir/build/RPMS/R-yaml-2.2.0-4.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/R-yaml-debuginfo-2.2.0-4.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/R-yaml-debugsource-2.2.0-4.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bdkUCL + umask 022 + cd /builddir/build/BUILD + cd yaml + /usr/bin/rm -rf /builddir/build/BUILDROOT/R-yaml-2.2.0-4.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0