Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/mujs.spec'], chrootPath='/var/lib/mock/f27-build-11221102-846278/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 x86_64 --nodeps /builddir/build/SPECS/mujs.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mujs-0-11.20180129git25821e6.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/mujs.spec'], chrootPath='/var/lib/mock/f27-build-11221102-846278/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 x86_64 --nodeps /builddir/build/SPECS/mujs.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QNTDPA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mujs-25821e6 + /usr/bin/gzip -dc /builddir/build/SOURCES/mujs-25821e6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mujs-25821e6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod a-x -v docs/artifex-logo.png docs/examples.html docs/index.html docs/introduction.html docs/license.html docs/logo.ps docs/mujs-logo.png docs/reference.html docs/style.css mode of 'docs/artifex-logo.png' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'docs/examples.html' retained as 0644 (rw-r--r--) mode of 'docs/index.html' retained as 0644 (rw-r--r--) mode of 'docs/introduction.html' retained as 0644 (rw-r--r--) mode of 'docs/license.html' retained as 0644 (rw-r--r--) mode of 'docs/logo.ps' retained as 0644 (rw-r--r--) mode of 'docs/mujs-logo.png' retained as 0644 (rw-r--r--) mode of 'docs/reference.html' retained as 0644 (rw-r--r--) mode of 'docs/style.css' retained as 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eRHK1j + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + make debug -j6 'CFLAGS=-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 -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' make build=debug make[1]: Entering directory '/builddir/build/BUILD/mujs-25821e6' mkdir -p build/debug cc -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 -m64 -mtune=generic -o build/debug/libmujs.o -c one.c cc -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 -m64 -mtune=generic -o build/debug/main.o -c main.c Creating build/debug/mujs.pc In file included from one.c:20:0: jsvalue.c: In function 'js_strictequal': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ In file included from one.c:20:0: jsrun.c: In function 'js_call': jsrun.c:334:5: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (TOP < BOT) { ^ In file included from one.c:20:0: jsvalue.c: In function 'js_concat': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ jsvalue.c: In function 'js_instanceof': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ jsvalue.c: In function 'js_compare': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ jsvalue.c: In function 'js_equal': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ jsarray.c: In function 'Ap_sort': jsrun.c:177:14: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (idx < 0 || idx >= TOP) ^ cc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o build/debug/mujs build/debug/libmujs.o build/debug/main.o -lm ar cru build/debug/libmujs.a build/debug/libmujs.o make[1]: Leaving directory '/builddir/build/BUILD/mujs-25821e6' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.41YCCh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 + cd mujs-25821e6 + make install DESTDIR=/builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 prefix=/usr libdir=/usr/lib64 make build=release shared make[1]: Entering directory '/builddir/build/BUILD/mujs-25821e6' mkdir -p build/release cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -ffunction-sections -fdata-sections -Os -o build/release/libmujs.o -c one.c In file included from one.c:22:0: jsstring.c: In function 'Sp_replace_regexp': jsstring.c:424:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: --r; /* end of string; back up and fall through */ ^~~ jsstring.c:425:5: note: here case '$': js_putc(J, &sb, '$'); break; ^~~~ jsstring.c: In function 'Sp_replace_string': jsstring.c:520:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: --r; /* end of string; back up and fall through */ ^~~ jsstring.c:521:5: note: here case '$': js_putc(J, &sb, '$'); break; ^~~~ In file included from one.c:24:0: regexp.c: In function 'nextrune': regexp.c:113:11: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: die(g, "unterminated escape sequence"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regexp.c:114:3: note: here case 'f': g->yychar = '\f'; return 0; ^~~~ In file included from one.c:3:0: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ^~~ jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ^~~ In file included from one.c:16:0: json.c: In function 'JSON_stringify': json.c:327:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^~~ cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -ffunction-sections -fdata-sections -Os -o build/release/main.o -c main.c cc -Wl,--gc-sections -Wl,-s -o build/release/mujs build/release/libmujs.o build/release/main.o -lm ar cru build/release/libmujs.a build/release/libmujs.o Creating build/release/mujs.pc cc -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -ffunction-sections -fdata-sections -Os -fPIC -shared -o build/release/libmujs.so one.c -lm In file included from one.c:22:0: jsstring.c: In function 'Sp_replace_regexp': jsstring.c:424:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: --r; /* end of string; back up and fall through */ ^~~ jsstring.c:425:5: note: here case '$': js_putc(J, &sb, '$'); break; ^~~~ jsstring.c: In function 'Sp_replace_string': jsstring.c:520:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: --r; /* end of string; back up and fall through */ ^~~ jsstring.c:521:5: note: here case '$': js_putc(J, &sb, '$'); break; ^~~~ In file included from one.c:24:0: regexp.c: In function 'nextrune': regexp.c:113:11: warning: this statement may fall through [-Wimplicit-fallthrough=] case 0: die(g, "unterminated escape sequence"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regexp.c:114:3: note: here case 'f': g->yychar = '\f'; return 0; ^~~~ In file included from one.c:3:0: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ^~~ jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ^~~ In file included from one.c:16:0: json.c: In function 'JSON_stringify': json.c:327:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^~~ make[1]: Leaving directory '/builddir/build/BUILD/mujs-25821e6' install -d /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/include install -d /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/lib64 install -d /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/lib64/pkgconfig install -d /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/bin install -m 644 mujs.h /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/include install -m 644 build/release/mujs.pc /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/lib64/pkgconfig install -m 755 build/release/mujs /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/bin install -m 644 build/release/libmujs.a /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/lib64 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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: mujs-0-11.20180129git25821e6.fc27.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.12Gdhy + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + DOCDIR=/builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + cp -pr AUTHORS /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + cp -pr README /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + cp -pr docs /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xlozXO + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + LICENSEDIR=/builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + cp -pr COPYING /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + exit 0 Provides: mujs = 0-11.20180129git25821e6.fc27 mujs(x86-64) = 0-11.20180129git25821e6.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: mujs-devel-0-11.20180129git25821e6.fc27.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7ayhL5 + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + DOCDIR=/builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + cp -pr AUTHORS /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + cp -pr README /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/doc/mujs + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xAunAm + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + LICENSEDIR=/builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + cp -pr COPYING /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64/usr/share/licenses/mujs + exit 0 Provides: mujs-devel = 0-11.20180129git25821e6.fc27 mujs-devel(x86-64) = 0-11.20180129git25821e6.fc27 mujs-static = 0-11.20180129git25821e6.fc27 pkgconfig(mujs) = 25821e6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 Wrote: /builddir/build/RPMS/mujs-0-11.20180129git25821e6.fc27.x86_64.rpm Wrote: /builddir/build/RPMS/mujs-devel-0-11.20180129git25821e6.fc27.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tOauMD + umask 022 + cd /builddir/build/BUILD + cd mujs-25821e6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/mujs-0-11.20180129git25821e6.fc27.x86_64 + exit 0 Child return code was: 0