Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/R-yaml.spec'], chrootPath='/var/lib/mock/f26-build-11789893-875293/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --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: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/R-yaml-2.1.18-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/R-yaml.spec'], chrootPath='/var/lib/mock/f26-build-11789893-875293/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7nrLMB + 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.1.18.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GZodO5 + umask 022 + cd /builddir/build/BUILD + cd yaml + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.huc09x + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm ++ dirname /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm + cd yaml + mkdir -p /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm/usr/lib/R/library + /usr/bin/R CMD INSTALL -l /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm/usr/lib/R/library yaml * installing *source* package 'yaml' ... ** package 'yaml' successfully unpacked and MD5 sums checked ** libs 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c api.c -o api.o api.c: In function 'yaml_document_delete': api.c:1133:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] } context; ^~~~~~~ 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c emitter.c -o emitter.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] && ((emitter->line_break == YAML_CR_BREAK ? \ ^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:1933:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] && ((emitter->line_break == YAML_CR_BREAK ? \ ^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:1994:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] && ((emitter->line_break == YAML_CR_BREAK ? \ ^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:2257:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] && ((emitter->line_break == YAML_CR_BREAK ? \ ^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:2306:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c implicit.c -o implicit.o implicit.re: In function 'find_implicit_tag': implicit.re:12:24: warning: variable 'limit' set but not used [-Wunused-but-set-variable] 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c parser.c -o parser.o parser.c: In function 'yaml_parser_parse_block_sequence_entry': parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_block_mapping_key': parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_flow_sequence_entry': parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ ^~~~~~~~~~ parser.c: In function 'yaml_parser_parse_flow_mapping_key': parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */ ^~~~~~~~~~ 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c reader.c -o reader.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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c scanner.c -o scanner.o scanner.c: In function 'yaml_parser_decrease_flow_level': scanner.c:1189:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable] yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */ ^~~~~~~~~ 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c writer.c -o writer.o gcc -shared -L/usr/lib/R/lib -Wl,-z,relro -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/lib/R/lib -lR installing to /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm/usr/lib/R/library/yaml/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices converting help for package 'yaml' finding HTML links ... done as.yaml html read_yaml html write_yaml html yaml.load html ** building package indices ** testing if installed package can be loaded * 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.1.18-1.fc26.arm/usr/lib/R/library/R.css + rm /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm/usr/lib/R/library/yaml/implicit.re + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/yaml extracting debug info from /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm/usr/lib/R/library/yaml/libs/yaml.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: yaml/yaml/src/implicit.re: Cannot stat: No such file or directory 892 blocks + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Processing files: R-yaml-2.1.18-1.fc26.armv7hl Provides: R-yaml = 2.1.18-1.fc26 R-yaml(armv7hl-32) = 2.1.18-1.fc26 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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libR.so libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: R-yaml-debuginfo-2.1.18-1.fc26.armv7hl Provides: R-yaml-debuginfo = 2.1.18-1.fc26 R-yaml-debuginfo(armv7hl-32) = 2.1.18-1.fc26 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/R-yaml-2.1.18-1.fc26.arm Wrote: /builddir/build/RPMS/R-yaml-2.1.18-1.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/R-yaml-debuginfo-2.1.18-1.fc26.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IrZt5g + umask 022 + cd /builddir/build/BUILD + cd yaml + /usr/bin/rm -rf /builddir/build/BUILDROOT/R-yaml-2.1.18-1.fc26.arm + exit 0 Child return code was: 0